diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2010-07-04 17:04:07 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2010-07-04 17:04:07 +0200 |
commit | dcfa253fa4b3c563b3ed085c40d3336933840d55 (patch) | |
tree | 2c0e29d70e2dfb9bbbb8f78e93e634110bf67ac5 /apt-pkg/deb/deblistparser.h | |
parent | e841200b9389ffc90e290310207bcb47e8a52be2 (diff) |
clean deblistparser a bit by get the Architectures at one place
instead of distributed in a few methods
Diffstat (limited to 'apt-pkg/deb/deblistparser.h')
-rw-r--r-- | apt-pkg/deb/deblistparser.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apt-pkg/deb/deblistparser.h b/apt-pkg/deb/deblistparser.h index 8da051530..6c81d9fa0 100644 --- a/apt-pkg/deb/deblistparser.h +++ b/apt-pkg/deb/deblistparser.h @@ -32,7 +32,9 @@ class debListParser : public pkgCacheGenerator::ListParser pkgTagSection Section; unsigned long iOffset; string Arch; - + std::vector<std::string> Architectures; + bool MultiArchEnabled; + unsigned long UniqFindTagWrite(const char *Tag); bool ParseStatus(pkgCache::PkgIterator Pkg,pkgCache::VerIterator Ver); bool ParseDepends(pkgCache::VerIterator Ver,const char *Tag, |