diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2011-04-02 15:47:14 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2011-04-02 15:47:14 +0200 |
commit | 2029276f0343c96481d0d3cbbc367420b4a5f864 (patch) | |
tree | 284fa7ce71cd75381f61db74fbb9b215c6404c99 /apt-pkg/edsp.h | |
parent | 4128c84679e54e2afda7913946facaf9c52cd3eb (diff) |
send the scenario through a pipe to the solver and get the solution back
The solution is NOT interpreted so far.
Diffstat (limited to 'apt-pkg/edsp.h')
-rw-r--r-- | apt-pkg/edsp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/edsp.h b/apt-pkg/edsp.h index 75733c2d2..31f8891f3 100644 --- a/apt-pkg/edsp.h +++ b/apt-pkg/edsp.h @@ -22,7 +22,7 @@ public: bool const distUpgrade = false, bool const autoRemove = false); bool static WriteScenario(pkgDepCache &Cache, FILE* output); - bool static ReadResponse(FILE* input, pkgDepCache &Cache); + bool static ReadResponse(int const input, pkgDepCache &Cache); // ReadScenario is provided by the listparser infrastructure bool static ReadRequest(int const input, std::list<std::string> &install, |