X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/2ca0a410fadaa3c01d4573a87c074cb8e64a02c4..608c766dc110493b952a615c3eb82c3cf3ed8b90:/apt-pkg/tagfile.h diff --git a/apt-pkg/tagfile.h b/apt-pkg/tagfile.h index 5cff2681c..05c6aa701 100644 --- a/apt-pkg/tagfile.h +++ b/apt-pkg/tagfile.h @@ -20,12 +20,8 @@ #ifndef PKGLIB_TAGFILE_H #define PKGLIB_TAGFILE_H -#ifdef __GNUG__ -#pragma interface "apt-pkg/tagfile.h" -#endif #include -#include #include class pkgTagSection @@ -70,13 +66,16 @@ class pkgTagSection class pkgTagFile { FileFd &Fd; - MMap *Map; char *Buffer; char *Start; char *End; + bool Done; unsigned long iOffset; unsigned long Size; - + + bool Fill(); + bool Resize(); + public: bool Step(pkgTagSection &Section);