]> git.saurik.com Git - apt.git/commitdiff
use StartDpkg() in PackageManagerProgressDeb822Fd as well
authorMichael Vogt <mvo@debian.org>
Thu, 31 Oct 2013 22:00:11 +0000 (23:00 +0100)
committerMichael Vogt <mvo@debian.org>
Thu, 31 Oct 2013 22:00:11 +0000 (23:00 +0100)
apt-pkg/install-progress.cc
apt-pkg/install-progress.h

index 79660b29e19b06cb53b9a603123464b30d5134d6..f76fc88c2045c949b97891f5a9e16429e71832f5 100644 (file)
@@ -149,7 +149,7 @@ void PackageManagerProgressDeb822Fd::WriteToStatusFd(std::string s)
    FileFd::Write(OutStatusFd, s.c_str(), s.size());   
 }
 
-void PackageManagerProgressDeb822Fd::Start()
+void PackageManagerProgressDeb822Fd::StartDpkg()
 {
    // FIXME: use SetCloseExec here once it taught about throwing
    //        exceptions instead of doing _exit(100) on failure
index 5291039d809b209c3590e25cb177ca6a8ab789e8..d721c6373193dd7510fc3680cf3e10c3f494a5af 100644 (file)
@@ -97,7 +97,7 @@ namespace Progress {
  public:
     PackageManagerProgressDeb822Fd(int progress_fd);
 
-    virtual void Start();
+    virtual void StartDpkg();
     virtual void Stop();
 
     virtual bool StatusChanged(std::string PackageName,