~ubuntu-branches/ubuntu/dapper/synaptic/dapper

« back to all changes in this revision

Viewing changes to common/rpackagefilter.h

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2006-04-21 10:02:28 UTC
  • Revision ID: james.westby@ubuntu.com-20060421100228-nvrfogz80pdmb2f7
Tags: 0.57.8ubuntu10
* g++-4.1 fixes (thanks to Martin Michlmayr) (closes: 357863)
* fix the invocation of the external software-properties

Show diffs side-by-side

added added

removed removed

Lines of Context:
130
130
   bool and_mode; // patterns are applied in "AND" mode if true, "OR" if false
131
131
 
132
132
   inline bool filterName(Pattern pat, RPackage *pkg);
133
 
   inline bool RPatternPackageFilter::filterVersion(Pattern pat, RPackage *pkg);
 
133
   inline bool filterVersion(Pattern pat, RPackage *pkg);
134
134
   inline bool filterDescription(Pattern pat, RPackage *pkg);
135
135
   inline bool filterMaintainer(Pattern pat, RPackage *pkg);
136
136
   inline bool filterDepends(Pattern pat, RPackage *pkg,