~ubuntu-core-dev/synaptic/ubuntu

« back to all changes in this revision

Viewing changes to common/rpackagecache.h

  • Committer: mvo
  • Date: 2005-02-21 04:23:27 UTC
  • Revision ID: gustavo@niemeyer.net-20050221042327-a9b5ee8ac7b0cb68
* gtk/rgpkgdetails.cc, rgmainwindow.cc, rgpkgdetails.h:
  - DepInformation is no longer nested into RPackage because SWIG does
    not support nesting
* common/rswig.{cc,h}: 
  - interface classes for swig so that extending for the progress 
    is possible in python
* common/rpackagecache.{cc,h}, rpackagelister.{cc,h}: 
  - support non-locking
* common/rpackage.{cc,h}: DepInformation is no longer nested

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
      return _list;
67
67
   };
68
68
 
69
 
   bool open(OpProgress &progress);
70
 
   bool reset(OpProgress &progress);
 
69
   bool open(OpProgress &progress, bool lock=true);
 
70
   bool reset(OpProgress &progress, bool lock=true);
71
71
 
72
72
   vector<string> getPolicyArchives(bool filenames_only);
73
73