~ubuntu-core-dev/synaptic/ubuntu

« back to all changes in this revision

Viewing changes to common/rpackageview.h

Tags: 0.62.7
releasing version 0.62.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
152
152
   RPackageViewSearch(vector<RPackage *> &allPkgs) 
153
153
      : RPackageView(allPkgs), found(0) {};
154
154
 
155
 
   int setSearch(string searchName, int type, string searchString);
 
155
   int setSearch(string searchName, int type, string searchString, 
 
156
                 OpProgress &searchProgress);
156
157
 
157
158
   string getName() {
158
159
      return _("Search History");