BSolverRepository: Add {Remove,Delete}Package()

This commit is contained in:
Ingo Weinhold
2013-08-28 12:44:14 +02:00
parent 682bf414da
commit 220b5e1f29
2 changed files with 24 additions and 0 deletions
@@ -65,6 +65,8 @@ public:
BSolverPackage** _package = NULL);
status_t AddPackages(
BPackageInstallationLocation location);
bool RemovePackage(BSolverPackage* package);
bool DeletePackage(BSolverPackage* package);
uint64 ChangeCount() const;