]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/packagemanager.h
* remove all the remaining #pragma implementation
[apt.git] / apt-pkg / packagemanager.h
index 43f2c4acea2429b8cf45cba0f7681eb0c31421a6..35cdca913d26cdbba546063e345a67d04b6cf4fd 100644 (file)
@@ -23,9 +23,6 @@
 #ifndef PKGLIB_PACKAGEMANAGER_H
 #define PKGLIB_PACKAGEMANAGER_H
 
-#ifdef __GNUG__
-#pragma interface "apt-pkg/packagemanager.h"
-#endif
 
 #include <string>
 #include <apt-pkg/pkgcache.h>
@@ -76,7 +73,7 @@ class pkgPackageManager : protected pkgCache::Namespace
    // Main action members
    bool GetArchives(pkgAcquire *Owner,pkgSourceList *Sources,
                    pkgRecords *Recs);
-   OrderResult DoInstall();
+   OrderResult DoInstall(int statusFd=-1); 
    bool FixMissing();
    
    pkgPackageManager(pkgDepCache *Cache);