]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/mmap.h
[contrib/error.cc] place a colon between errno and error text in output
[apt.git] / apt-pkg / contrib / mmap.h
index e329b167a7dec03de04917ecae887d9503a8e5d2..bde62217d8b3b311f714a51ba43e3d124c4e50bd 100644 (file)
@@ -25,9 +25,6 @@
 #ifndef PKGLIB_MMAP_H
 #define PKGLIB_MMAP_H
 
 #ifndef PKGLIB_MMAP_H
 #define PKGLIB_MMAP_H
 
-#ifdef __GNUG__
-#pragma interface "apt-pkg/mmap.h"
-#endif
 
 #include <string>
 #include <apt-pkg/fileutl.h>
 
 #include <string>
 #include <apt-pkg/fileutl.h>
@@ -87,6 +84,8 @@ class DynamicMMap : public MMap
    unsigned long WorkSpace;
    Pool *Pools;
    unsigned int PoolCount;
    unsigned long WorkSpace;
    Pool *Pools;
    unsigned int PoolCount;
+
+   bool Grow();
    
    public:
 
    
    public: