BSolver/LibsolvSolver: Add Update()

This commit is contained in:
Ingo Weinhold
2013-04-21 13:55:38 +02:00
parent 458a86aacb
commit 212c636f41
3 changed files with 144 additions and 115 deletions
+5
View File
@@ -55,6 +55,11 @@ public:
const BSolverPackageSpecifierList& packages,
const BSolverPackageSpecifier** _unmatched
= NULL) = 0;
virtual status_t Update(
const BSolverPackageSpecifierList& packages,
bool installNotYetInstalled,
const BSolverPackageSpecifier** _unmatched
= NULL) = 0;
virtual status_t VerifyInstallation() = 0;
bool HasProblems() const