X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/2268ad65d9f36433f2b3d46e05e8782285641ee3..76d940371391ac601369ea6b487c87fe65f1fd26:/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);