~synaptic-developers/synaptic/trunk

« back to all changes in this revision

Viewing changes to common/rpackage.h

  • Committer: Michael Vogt
  • Date: 2010-07-29 13:13:09 UTC
  • mfrom: (1529.2.106 ubuntu)
  • Revision ID: michael.vogt@ubuntu.com-20100729131309-0gdmwd09phcr1gc0
merged from the synaptic ubuntu branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
244
244
   RPackage(RPackageLister *lister, pkgDepCache *depcache,
245
245
            pkgRecords *records, pkgCache::PkgIterator &pkg);
246
246
   ~RPackage();
 
247
 
 
248
   private:
 
249
   string getChangelogURI();
247
250
};
248
251
 
249
252