PackageReaderImpl: Delay reading sections until ParseContent()

This commit is contained in:
Ingo Weinhold
2014-07-13 17:57:56 +02:00
parent 3cc6297e22
commit 43a6b92c64
2 changed files with 27 additions and 13 deletions
@@ -67,6 +67,8 @@ private:
friend class PackageWriterImpl;
private:
status_t _PrepareSections();
status_t _ParseTOC(AttributeHandlerContext* context,
AttributeHandler* rootAttributeHandler);