Skip to content

Commit

Permalink
PackageReaderImpl: Add public TOC section accessor
Browse files Browse the repository at this point in the history
  • Loading branch information
weinhold committed Oct 25, 2013
1 parent e07b8bd commit b8f713e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions headers/private/package/hpkg/PackageReaderImpl.h
Expand Up @@ -45,6 +45,9 @@ class PackageReaderImpl : public ReaderImplBase {
BAbstractBufferedDataReader* HeapReader() const
{ return inherited::HeapReader(); }

inline const PackageFileSection& TOCSection() const
{ return fTOCSection; }

protected:
// from ReaderImplBase
virtual status_t ReadAttributeValue(uint8 type, uint8 encoding,
Expand Down

0 comments on commit b8f713e

Please sign in to comment.