~jr/ubuntu/oneiric/apt/bzr-get-rename

« back to all changes in this revision

Viewing changes to apt-pkg/deb/debsystem.h

  • Committer: Bazaar Package Importer
  • Author(s): Matt Zimmerman
  • Date: 2005-03-07 20:08:33 UTC
  • Revision ID: james.westby@ubuntu.com-20050307200833-0lxdgg2cb4oculdv
Tags: 0.6.35
* Merge apt--mvo--0 (incorporates 0.6.34ubuntu1):
  - Implement MaxSize and MaxAge in apt.cron.daily, to prevent the cache
    from growing too large (Ubuntu #6761)
  - some comments about the pkgAcqMetaSig::Custom600Headers() added
  - use gpg --with-colons
  - commented the ftp no_proxy unseting in methods/ftp.cc
  - added support for "Acquire::gpgv::options" in methods/gpgv.cc
* Merge bubulle@debian.org--2005/apt--main--0
  - Make capitalization more consistent
  - Un-fuzzy translations resulting from capitalization changes
  - Italian translation update

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
// -*- mode: cpp; mode: fold -*-
2
2
// Description                                                          /*{{{*/
3
 
// $Id: debsystem.h,v 1.3 2001/04/29 05:13:51 jgg Exp $
 
3
// $Id: debsystem.h,v 1.4 2003/01/11 07:16:33 jgg Exp $
4
4
/* ######################################################################
5
5
 
6
6
   System - Debian version of the  System Class
15
15
#endif
16
16
 
17
17
#include <apt-pkg/pkgsystem.h>
18
 
    
 
18
 
19
19
class debStatusIndex;
20
20
class debSystem : public pkgSystem
21
21
{
34
34
   virtual bool Initialize(Configuration &Cnf);
35
35
   virtual bool ArchiveSupported(const char *Type);
36
36
   virtual signed Score(Configuration const &Cnf);
37
 
   virtual bool AddStatusFiles(vector<pkgIndexFile *> &List);
 
37
   virtual bool AddStatusFiles(std::vector<pkgIndexFile *> &List);
38
38
   virtual bool FindIndex(pkgCache::PkgFileIterator File,
39
39
                          pkgIndexFile *&Found) const;
40
40