From 0a8e3465cb644e380ab0fc6d66f6d1f17363b34e Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:51:01 +0000 Subject: Sync Author: jgg Date: 1998-10-02 04:39:42 GMT Sync --- apt-pkg/cacheiterators.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'apt-pkg/cacheiterators.h') diff --git a/apt-pkg/cacheiterators.h b/apt-pkg/cacheiterators.h index 390c923b9..7cdc197a2 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.6 1998/07/12 23:58:23 jgg Exp $ +// $Id: cacheiterators.h,v 1.7 1998/10/02 04:39:44 jgg Exp $ /* ###################################################################### Cache Iterators - Iterators for navigating the cache structure @@ -173,7 +173,8 @@ class pkgCache::DepIterator bool IsCritical(); Version **AllTargets(); bool SmartTargetPkg(PkgIterator &Result); - + const char *CompType(); + inline DepIterator(pkgCache &Owner,Dependency *Trg,Version * = 0) : Dep(Trg), Type(DepVer), Owner(&Owner) { -- cgit v1.2.3