diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:52:05 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:52:05 +0000 |
commit | 981d20eb7e036152b04238036d1ce215b9b75ccf (patch) | |
tree | 5c3bfdc59a4f3a7092bcecdd28b8e87f9855063f /apt-pkg/depcache.h | |
parent | 2cca3bd92f9ca2f6e262235e0099383bb47fc6c6 (diff) |
Simulator fix
Author: jgg
Date: 1998-12-08 01:34:05 GMT
Simulator fix
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 c55e3ba95..7510e111f 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.7 1998/11/14 01:39:47 jgg Exp $ +// $Id: depcache.h,v 1.8 1998/12/08 01:34:10 jgg Exp $ /* ###################################################################### DepCache - Dependency Extension data for the cache @@ -167,7 +167,6 @@ class pkgDepCache : public pkgCache // This is for debuging void Update(OpProgress *Prog = 0); - // Size queries inline signed long UsrSize() {return iUsrSize;}; @@ -179,6 +178,7 @@ class pkgDepCache : public pkgCache inline unsigned long BadCount() {return iBadCount;}; pkgDepCache(MMap &Map,OpProgress &Prog); + pkgDepCache(MMap &Map); virtual ~pkgDepCache(); }; |