summaryrefslogtreecommitdiff
path: root/apt-pkg/cacheiterators.h
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:52:15 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:52:15 +0000
commit3c124dde9567dd8c45d271bf2eaadffa5754f7d9 (patch)
tree0cefe5aba28047b08601f43a0f964b9a34cd9cdc /apt-pkg/cacheiterators.h
parent0dbb95d810308d8dd102fba0303eed657f9f1cd2 (diff)
Supports no automatic
Author: jgg Date: 1998-12-14 08:07:28 GMT Supports no automatic
Diffstat (limited to 'apt-pkg/cacheiterators.h')
-rw-r--r--apt-pkg/cacheiterators.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/apt-pkg/cacheiterators.h b/apt-pkg/cacheiterators.h
index c5b4b14c0..1de574634 100644
--- a/apt-pkg/cacheiterators.h
+++ b/apt-pkg/cacheiterators.h
@@ -1,6 +1,6 @@
// -*- mode: cpp; mode: fold -*-
// Description /*{{{*/
-// $Id: cacheiterators.h,v 1.10 1998/12/14 02:23:46 jgg Exp $
+// $Id: cacheiterators.h,v 1.11 1998/12/14 08:07:28 jgg Exp $
/* ######################################################################
Cache Iterators - Iterators for navigating the cache structure
@@ -127,7 +127,10 @@ class pkgCache::VerIterator
inline unsigned long Index() const {return Ver - Owner.VerP;};
bool Downloadable() const;
const char *PriorityType();
-
+
+ bool Automatic() const;
+ VerFileIterator NewestFile() const;
+
inline VerIterator(pkgCache &Owner,Version *Trg = 0) : Ver(Trg), Owner(Owner)
{
if (Ver == 0)