]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/debsrcrecords.h
add d-pointer, virtual destructors and de-inline de/constructors
[apt.git] / apt-pkg / deb / debsrcrecords.h
index cd246d624b9332dedc73db62919f3c63fdf4a4b8..7aeb2db8825bcf8c099ae76e36da5e1b6192a08c 100644 (file)
@@ -56,9 +56,7 @@ class APT_HIDDEN debSrcRecordParser : public pkgSrcRecords::Parser
    virtual bool Files(std::vector<pkgSrcRecords::File> &F);
    bool Files2(std::vector<pkgSrcRecords::File2> &F);
 
-   debSrcRecordParser(std::string const &File,pkgIndexFile const *Index) 
-      : Parser(Index), Fd(File,FileFd::ReadOnly, FileFd::Extension), Tags(&Fd,102400),
-        iOffset(0), Buffer(NULL) {}
+   debSrcRecordParser(std::string const &File,pkgIndexFile const *Index);
    virtual ~debSrcRecordParser();
 };