added < operator
authorStefan Schubert <schubi@suse.de>
Mon, 11 Feb 2008 14:25:11 +0000 (14:25 +0000)
committerStefan Schubert <schubi@suse.de>
Mon, 11 Feb 2008 14:25:11 +0000 (14:25 +0000)
zypp/sat/Repo.h

index 1740275b0b8f68925674b2440abfae6b21495841..6c99e3c3f1849b4feb2b8a58539f1c241d898115 100644 (file)
@@ -143,6 +143,10 @@ namespace zypp
     inline bool operator!=( const Repo & lhs, const Repo & rhs )
     { return lhs.get() != rhs.get(); }
 
+    /** \relates Repository */
+    inline bool operator<( const Repo & lhs, const Repo & rhs )
+    { return lhs.get() < rhs.get(); }      
+
     ///////////////////////////////////////////////////////////////////
     //
     // CLASS NAME : Repo::EraseFromPool