~thopiekar/zypper/libzypp-manual-import

« back to all changes in this revision

Viewing changes to zypp/ResFilters.h

  • Committer: Thomas-Karl Pietrowski
  • Date: 2015-08-15 15:59:50 UTC
  • Revision ID: thopiekar@googlemail.com-20150815155950-j66qn38efmvn289t
syncing with "changes 15.13.0 (11)"  #9a0aca7e3a21d768491b141a8ae86ef0c3fbc227
* https://github.com/openSUSE/libzypp/commit/9a0aca7e3a21d768491b141a8ae86ef0c3fbc227

Show diffs side-by-side

added added

removed removed

Lines of Context:
159
159
    /** Select ResObject by name. */
160
160
    struct ByName : public ResObjectFilterFunctor
161
161
    {
 
162
      ByName()
 
163
      {}
 
164
 
162
165
      ByName( const std::string & name_r )
163
166
      : _name( name_r )
164
167
      {}