~thopiekar/zypper/libzypp-manual-import

« back to all changes in this revision

Viewing changes to zypp/ResPoolProxy.cc

  • 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:
93
93
    friend std::ostream & operator<<( std::ostream & str, const Impl & obj );
94
94
    friend std::ostream & dumpOn( std::ostream & str, const Impl & obj );
95
95
 
96
 
    typedef std::tr1::unordered_map<sat::detail::IdType,ui::Selectable::Ptr> SelectableIndex;
 
96
    typedef std::unordered_map<sat::detail::IdType,ui::Selectable::Ptr> SelectableIndex;
97
97
    typedef ResPoolProxy::const_iterator const_iterator;
98
98
 
99
99
  public: