~ubuntu-core-dev/apt/ubuntu

« back to all changes in this revision

Viewing changes to apt-pkg/algorithms.h

  • Committer: Michael Vogt
  • Date: 2008-11-24 10:16:13 UTC
  • mfrom: (1327.24.176 debian-sid)
  • Revision ID: michael.vogt@ubuntu.com-20081124101613-bny6z9h508ex7zaj
mergedĀ fromĀ debian-sid

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
   
61
61
   Policy iPolicy;
62
62
   pkgDepCache Sim;
 
63
   pkgDepCache::ActionGroup group;
63
64
   
64
65
   // The Actuall installation implementation
65
66
   virtual bool Install(PkgIterator Pkg,string File);