From 3c124dde9567dd8c45d271bf2eaadffa5754f7d9 Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:52:15 +0000 Subject: Supports no automatic Author: jgg Date: 1998-12-14 08:07:28 GMT Supports no automatic --- apt-pkg/cacheiterators.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'apt-pkg/cacheiterators.h') 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) -- cgit v1.2.3