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