* implemented reading of package-infos in BRepositoryCache

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40509 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Oliver Tappe
2011-02-15 15:47:20 +00:00
parent 2b6e6760b6
commit c9acc4f8cd
2 changed files with 235 additions and 29 deletions
+7
View File
@@ -30,12 +30,19 @@ public:
void SetIsUserSpecific(bool isUserSpecific);
uint32 PackageCount() const;
private:
struct PackageMap;
private:
status_t fInitStatus;
BEntry fEntry;
BRepositoryInfo fInfo;
bool fIsUserSpecific;
PackageMap* fPackageMap;
};