Add support for adding a package-info to BRepositoryWriter.

This commit is contained in:
Oliver Tappe
2013-09-18 12:05:34 +02:00
parent 30a517bc64
commit 50ae264dad
4 changed files with 42 additions and 0 deletions
@@ -41,11 +41,14 @@ public:
status_t Init(const char* fileName);
status_t AddPackage(const BEntry& packageEntry);
status_t AddPackageInfo(const BPackageInfo& packageInfo);
status_t Finish();
private:
status_t _Init(const char* fileName);
status_t _AddPackage(const BEntry& packageEntry);
status_t _AddPackageInfo(
const BPackageInfo& packageInfo);
status_t _Finish();
status_t _RegisterCurrentPackageInfo();