diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2011-05-02 13:55:51 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2011-05-02 13:55:51 +0200 |
commit | ac5fbff8c55db2bd1cde194600115a874d9d0c73 (patch) | |
tree | dccf97231360fd3665e8ab1d2133e9d80123e9f2 /apt-pkg/edsp.h | |
parent | 98d6aaa8fd2e5c3e9671560781ab23c99f66d7a4 (diff) |
refactor: move solver execution into his own EDSP method
Diffstat (limited to 'apt-pkg/edsp.h')
-rw-r--r-- | apt-pkg/edsp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-pkg/edsp.h b/apt-pkg/edsp.h index a05de9448..df6e1d21c 100644 --- a/apt-pkg/edsp.h +++ b/apt-pkg/edsp.h @@ -52,6 +52,7 @@ public: bool static WriteProgress(unsigned short const percent, const char* const message, FILE* output); bool static WriteError(std::string const &message, FILE* output); + bool static ExecuteSolver(const char* const solver, int *solver_in, int *solver_out); }; /*}}}*/ #endif |