]> git.saurik.com Git - apt.git/blobdiff - apt-inst/extract.h
add integration test
[apt.git] / apt-inst / extract.h
index a9152a26f66f4dd23bb9f0023bda33b5aae89d2d..7143fa40933aa235614c8e900c6617f606acddf7 100644 (file)
@@ -17,9 +17,7 @@
 #ifndef PKGLIB_EXTRACT_H
 #define PKGLIB_EXTRACT_H
 
-#ifdef __GNUG__
-#pragma interface "apt-pkg/extract.h"
-#endif
+
 
 #include <apt-pkg/dirstream.h>
 #include <apt-pkg/filelist.h>
@@ -35,7 +33,7 @@ class pkgExtract : public pkgDirStream
    
    bool HandleOverwrites(pkgFLCache::NodeIterator Nde,
                         bool DiverCheck = false);
-   bool CheckDirReplace(string Dir,unsigned int Depth = 0);
+   bool CheckDirReplace(std::string Dir,unsigned int Depth = 0);
    
    public: