diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:54:12 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:54:12 +0000 |
commit | fc4b5c9f963c8292d0908a9dd30e47bbb00a6396 (patch) | |
tree | 49b04091a33eedadf19e64e10aacd78c9787b365 /apt-pkg/depcache.h | |
parent | 2fd65468b3cb25c725a709f9b470ced0ab4823a6 (diff) |
g++- works
Author: jgg
Date: 1999-07-09 04:11:33 GMT
g++- works
Diffstat (limited to 'apt-pkg/depcache.h')
-rw-r--r-- | apt-pkg/depcache.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apt-pkg/depcache.h b/apt-pkg/depcache.h index 29db800c2..dd56464bd 100644 --- a/apt-pkg/depcache.h +++ b/apt-pkg/depcache.h @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: depcache.h,v 1.9 1999/04/12 04:21:20 jgg Exp $ +// $Id: depcache.h,v 1.10 1999/07/09 04:11:34 jgg Exp $ /* ###################################################################### DepCache - Dependency Extension data for the cache @@ -60,7 +60,7 @@ class pkgDepCache : public pkgCache DepCandPolicy = (1 << 4), DepCandMin = (1 << 5)}; // These flags are used in StateCache::iFlags - enum InternalFlags {AutoKept = (1 << 0)}; + enum InternalFlags {AutoKept = (1 << 0), Purge = (1 << 1)}; enum VersionTypes {NowVersion, InstallVersion, CandidateVersion}; enum ModeList {ModeDelete = 0, ModeKeep = 1, ModeInstall = 2}; |