diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:53:48 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:53:48 +0000 |
commit | 204fbdcce67a08d33a5e7eb3ca9e7a9ae80918c5 (patch) | |
tree | fef1ee61740101afa96ab907003385c9f6db0f08 /apt-pkg/deb/deblistparser.h | |
parent | 8b75eb1cadd4db3d6ecb27fa4f441843d3856f77 (diff) |
Multiple different versions support
Author: jgg
Date: 1999-05-23 22:55:54 GMT
Multiple different versions support
Diffstat (limited to 'apt-pkg/deb/deblistparser.h')
-rw-r--r-- | apt-pkg/deb/deblistparser.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apt-pkg/deb/deblistparser.h b/apt-pkg/deb/deblistparser.h index 6888c1a5e..3c8ea5b0a 100644 --- a/apt-pkg/deb/deblistparser.h +++ b/apt-pkg/deb/deblistparser.h @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: deblistparser.h,v 1.6 1998/12/14 02:23:47 jgg Exp $ +// $Id: deblistparser.h,v 1.7 1999/05/23 22:55:55 jgg Exp $ /* ###################################################################### Debian Package List Parser - This implements the abstract parser @@ -43,6 +43,7 @@ class debListParser : public pkgCacheGenerator::ListParser virtual string Package(); virtual string Version(); virtual bool NewVersion(pkgCache::VerIterator Ver); + virtual unsigned short VersionHash(); virtual bool UsePackage(pkgCache::PkgIterator Pkg, pkgCache::VerIterator Ver); virtual unsigned long Offset() {return iOffset;}; |