diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-07-15 11:11:04 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-07-15 11:11:04 +0100 |
commit | ceabc520928a2eadce005b4f6bcf1f1e703d6b49 (patch) | |
tree | f61e4aff1749578040010b6589579394338d1d14 /apt-pkg/deb/dpkgpm.h | |
parent | 090c6566327b0549e74ca50ed8aaae1a898407b2 (diff) |
apt-pkg/deb/dpkgpm.{cc,h}:
- move the terminal and stdin reading into its own functions
Diffstat (limited to 'apt-pkg/deb/dpkgpm.h')
-rw-r--r-- | apt-pkg/deb/dpkgpm.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apt-pkg/deb/dpkgpm.h b/apt-pkg/deb/dpkgpm.h index 7da729904..a1466878d 100644 --- a/apt-pkg/deb/dpkgpm.h +++ b/apt-pkg/deb/dpkgpm.h @@ -44,6 +44,11 @@ class pkgDPkgPM : public pkgPackageManager bool RunScriptsWithPkgs(const char *Cnf); bool SendV2Pkgs(FILE *F); + // input processing + void DoStdin(int master); + void DoTerminalPty(int master, FILE *out); + // void DoDpkgStatusFd(); + // The Actuall installation implementation virtual bool Install(PkgIterator Pkg,string File); virtual bool Configure(PkgIterator Pkg); |