]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/acquire.h
* removed the pragma mess
[apt.git] / apt-pkg / acquire.h
index 3e338b220869b9a4ed487d7563efc766671bce29..6e836ac49e4020bd1e78365d7c9665c741044a20 100644 (file)
@@ -38,9 +38,6 @@
 using std::vector;
 using std::string;
 
-#ifdef __GNUG__
-#pragma interface "apt-pkg/acquire.h"
-#endif 
 
 #include <sys/time.h>
 #include <unistd.h>
@@ -100,8 +97,7 @@ class pkgAcquire
 
    enum RunResult {Continue,Failed,Cancelled};
 
-   RunResult Run() { return Run(500000); }; // Binary compatibility
-   RunResult Run(int PulseIntervall);
+   RunResult Run(int PulseIntervall=500000);
    void Shutdown();
    
    // Simple iteration mechanism