BSolver: Add SetDebugLevel()

In LibsolvSolver set the debug level of the pool.
This commit is contained in:
Ingo Weinhold
2014-10-26 00:19:35 +02:00
parent 5f52e82c00
commit 74b582a4e5
3 changed files with 19 additions and 1 deletions
+2
View File
@@ -46,6 +46,8 @@ public:
virtual status_t Init() = 0;
virtual void SetDebugLevel(int32 level) = 0;
virtual status_t AddRepository(
BSolverRepository* repository) = 0;