package kit: ReaderImplBase: Add public attrs section accessor
This commit is contained in:
parent
06064b9b4f
commit
e07b8bd2df
@ -64,6 +64,10 @@ struct PackageFileSection {
|
||||
|
||||
|
||||
class ReaderImplBase {
|
||||
public:
|
||||
inline const PackageFileSection& PackageAttributesSection() const
|
||||
{ return fPackageAttributesSection; }
|
||||
|
||||
protected:
|
||||
ReaderImplBase(const char* fileType,
|
||||
BErrorOutput* errorOutput);
|
||||
|
Loading…
Reference in New Issue
Block a user