diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:54:28 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:54:28 +0000 |
commit | bdae53f1bf6710404235bbbd071c55f4ec1a9330 (patch) | |
tree | 08a8f266a691e9f2cb0284ceab4e82a0442999b6 /apt-pkg/orderlist.h | |
parent | 0140895997bdb6f5c836adfd83604f77ebde1f0a (diff) |
Random fixes..
Author: jgg
Date: 1999-08-03 05:19:41 GMT
Random fixes..
Diffstat (limited to 'apt-pkg/orderlist.h')
-rw-r--r-- | apt-pkg/orderlist.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apt-pkg/orderlist.h b/apt-pkg/orderlist.h index 121c9a90e..f15db4ce6 100644 --- a/apt-pkg/orderlist.h +++ b/apt-pkg/orderlist.h @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: orderlist.h,v 1.5 1999/07/12 03:40:38 jgg Exp $ +// $Id: orderlist.h,v 1.6 1999/08/03 05:19:41 jgg Exp $ /* ###################################################################### Order List - Represents and Manipulates an ordered list of packages. @@ -102,7 +102,7 @@ class pkgOrderList bool IsMissing(PkgIterator Pkg); void WipeFlags(unsigned long F); void SetFileList(string *FileList) {this->FileList = FileList;}; - + // Accessors inline iterator begin() {return List;}; inline iterator end() {return End;}; |