diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2010-02-07 12:38:13 +0100 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2010-02-07 12:38:13 +0100 |
commit | 857e9c13d8d9808fcd1ac8ff3469f6c0b90b7fea (patch) | |
tree | 32e8b6a9b8de4362ba9f038a4e938b4ce93c5e90 /apt-pkg/pkgcachegen.h | |
parent | 25396fb06350344996a20d05423562f08a4165db (diff) |
Drop the Arch information from the Version structure as we can get
the information from the parent package now
Diffstat (limited to 'apt-pkg/pkgcachegen.h')
-rw-r--r-- | apt-pkg/pkgcachegen.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-pkg/pkgcachegen.h b/apt-pkg/pkgcachegen.h index 53f09b991..ca5d74a9f 100644 --- a/apt-pkg/pkgcachegen.h +++ b/apt-pkg/pkgcachegen.h @@ -112,6 +112,7 @@ class pkgCacheGenerator::ListParser // These all operate against the current section virtual string Package() = 0; virtual string Architecture() = 0; + virtual bool ArchitectureAll() = 0; virtual string Version() = 0; virtual bool NewVersion(pkgCache::VerIterator Ver) = 0; virtual string Description() = 0; |