BSolver: Add VerifyInstallation()

... and implement it in LibsolvSolver.
This commit is contained in:
Ingo Weinhold
2013-04-03 18:42:20 +02:00
parent 19f3eaaee6
commit 65502bbe88
3 changed files with 66 additions and 22 deletions
+1
View File
@@ -32,6 +32,7 @@ public:
virtual status_t Install(
const BSolverPackageSpecifierList&
packages) = 0;
virtual status_t VerifyInstallation() = 0;
bool HasProblems() const
{ return CountProblems() > 0; }