package kit: ReaderImplBase: Add public attrs section accessor

This commit is contained in:
Ingo Weinhold 2013-10-25 22:39:23 +02:00
parent 06064b9b4f
commit e07b8bd2df

View File

@ -64,6 +64,10 @@ struct PackageFileSection {
class ReaderImplBase {
public:
inline const PackageFileSection& PackageAttributesSection() const
{ return fPackageAttributesSection; }
protected:
ReaderImplBase(const char* fileType,
BErrorOutput* errorOutput);