Mailinglist Archive: zypp-devel (227 mails)
| < Previous | Next > |
[zypp-devel] Re: [zypp-commit] r9405 - in /trunk/libzypp/zypp/sat: SolvAttr.cc SolvAttr.h
- From: "Duncan Mac-Vicar P." <dmacvicar@xxxxxxx>
- Date: Sun, 06 Apr 2008 23:40:45 +0200
- Message-id: <47F9435D.9050706@xxxxxxx>
Do we need this? I thought name was not an attribute.
jkupec@xxxxxxxxxxxxxxxx wrote:
Author: jkupec
Date: Sat Apr 5 11:11:18 2008
New Revision: 9405
URL: http://svn.opensuse.org/viewcvs/zypp?rev=9405&view=rev
Log:
- solvable name added
Modified:
trunk/libzypp/zypp/sat/SolvAttr.cc
trunk/libzypp/zypp/sat/SolvAttr.h
Modified: trunk/libzypp/zypp/sat/SolvAttr.cc
URL:
http://svn.opensuse.org/viewcvs/zypp/trunk/libzypp/zypp/sat/SolvAttr.cc?rev=9405&r1=9404&r2=9405&view=diff
==============================================================================
--- trunk/libzypp/zypp/sat/SolvAttr.cc (original)
+++ trunk/libzypp/zypp/sat/SolvAttr.cc Sat Apr 5 11:11:18 2008
@@ -33,6 +33,7 @@
#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
Modified: trunk/libzypp/zypp/sat/SolvAttr.h
URL:
http://svn.opensuse.org/viewcvs/zypp/trunk/libzypp/zypp/sat/SolvAttr.h?rev=9405&r1=9404&r2=9405&view=diff
==============================================================================
--- trunk/libzypp/zypp/sat/SolvAttr.h (original)
+++ trunk/libzypp/zypp/sat/SolvAttr.h Sat Apr 5 11:11:18 2008
@@ -41,6 +41,7 @@
/** 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;
--
To unsubscribe, e-mail: zypp-devel+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-devel+help@xxxxxxxxxxxx
| < Previous | Next > |