- solvable name added
authorJan Kupec <jkupec@suse.cz>
Sat, 5 Apr 2008 09:11:18 +0000 (09:11 +0000)
committerJan Kupec <jkupec@suse.cz>
Sat, 5 Apr 2008 09:11:18 +0000 (09:11 +0000)
zypp/sat/SolvAttr.cc
zypp/sat/SolvAttr.h

index 45a7de9..8c83759 100644 (file)
@@ -33,6 +33,7 @@ namespace sat
 #warning STILL ATTRIBUTES HERE WHICH ARE NOT PROVIDED BY SOLV FILES
 // At least the ones that do nat have a satsolver/knownid.
 
+  const SolvAttr SolvAttr::name         ( SOLVABLE_NAME ); 
   const SolvAttr SolvAttr::summary      ( SOLVABLE_SUMMARY );       // translated
   const SolvAttr SolvAttr::description  ( SOLVABLE_DESCRIPTION );   // translated
   const SolvAttr SolvAttr::insnotify    ( SOLVABLE_MESSAGEINS );    // translated
index 86da902..9126b6c 100644 (file)
@@ -41,6 +41,7 @@ namespace sat
       /** Value representing \c noAttr (<tt>""</tt>)*/
       static const SolvAttr noAttr;
 
+      static const SolvAttr name;
       static const SolvAttr summary;
       static const SolvAttr description;
       static const SolvAttr insnotify;