]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/dpkgpm.h
reshuffle dpkgpm.cc code a bit more
[apt.git] / apt-pkg / deb / dpkgpm.h
index 6b62360b7a14797a440eab7054b11153aed00c80..1a58e1af5959fb07e515cb45aa020d227ba9e00f 100644 (file)
 #include <vector>
 #include <map>
 #include <stdio.h>
+#include <apt-pkg/macros.h>
+
+#ifndef APT_8_CLEANER_HEADERS
+using std::vector;
+using std::map;
+#endif
 
 class pkgDPkgPMPrivate;
 
@@ -74,9 +80,15 @@ class pkgDPkgPM : public pkgPackageManager
 
    // Helpers
    bool RunScriptsWithPkgs(const char *Cnf);
-   bool SendV2Pkgs(FILE *F);
+   __deprecated bool SendV2Pkgs(FILE *F);
+   bool SendPkgsInfo(FILE * const F, unsigned int const &Version);
    void WriteHistoryTag(std::string const &tag, std::string value);
 
+   // Terminal progress 
+   void SetupTerminalScrollArea(int nr_scrolled_rows);
+   void SendTerminalProgress(float percentage);
+   void CleanupTerminal();
+
    // apport integration
    void WriteApportReport(const char *pkgpath, const char *errormsg);