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/pkgcache.h | |
parent | 2cca3bd92f9ca2f6e262235e0099383bb47fc6c6 (diff) |
Simulator fix
Author: jgg
Date: 1998-12-08 01:34:05 GMT
Simulator fix
Diffstat (limited to 'apt-pkg/pkgcache.h')
-rw-r--r-- | apt-pkg/pkgcache.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apt-pkg/pkgcache.h b/apt-pkg/pkgcache.h index a7d1e9424..70d08826e 100644 --- a/apt-pkg/pkgcache.h +++ b/apt-pkg/pkgcache.h @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: pkgcache.h,v 1.11 1998/12/07 07:26:20 jgg Exp $ +// $Id: pkgcache.h,v 1.12 1998/12/08 01:34:13 jgg Exp $ /* ###################################################################### Cache - Structure definitions for the cache file @@ -109,6 +109,7 @@ class pkgCache virtual bool ReMap(); inline bool Sync() {return Map.Sync();}; + inline MMap &GetMap() {return Map;}; // String hashing function (512 range) inline unsigned long Hash(string S) const {return sHash(S);}; |