diff options
author | Michael Vogt <mvo@ubuntu.com> | 2014-04-23 13:51:48 +0200 |
---|---|---|
committer | Michael Vogt <mvo@ubuntu.com> | 2014-04-24 07:33:59 +0200 |
commit | a49e7948029d8219d7cb182fbc1b0adb587691b8 (patch) | |
tree | 14dc3c33c2e6578213d2716e0b318089d2271b19 /apt-pkg/indexfile.h | |
parent | feab34c5216941ca95aae1a389238a77b662d1de (diff) |
create debIFTypeDscFile type
Diffstat (limited to 'apt-pkg/indexfile.h')
-rw-r--r-- | apt-pkg/indexfile.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-pkg/indexfile.h b/apt-pkg/indexfile.h index b5c9ac77e..817165f08 100644 --- a/apt-pkg/indexfile.h +++ b/apt-pkg/indexfile.h @@ -59,6 +59,7 @@ class pkgIndexFile const char *Label; virtual pkgRecords::Parser *CreatePkgParser(pkgCache::PkgFileIterator /*File*/) const {return 0;}; + virtual pkgSrcRecords::Parser *CreateSrcPkgParser(std::string /*File*/) const {return 0;}; Type(); virtual ~Type() {}; }; |