Add SolvAttr::repositoryToolVersion
authorMichael Andres <ma@suse.de>
Tue, 19 Jan 2010 13:48:29 +0000 (14:48 +0100)
committerMichael Andres <ma@suse.de>
Tue, 19 Jan 2010 13:48:29 +0000 (14:48 +0100)
zypp/sat/SolvAttr.cc
zypp/sat/SolvAttr.h

index 65c7bfd..0b773ad 100644 (file)
@@ -136,6 +136,8 @@ namespace sat
   const SolvAttr SolvAttr::repositoryRpmDbCookie      ( REPOSITORY_RPMDBCOOKIE );
   const SolvAttr SolvAttr::repositoryDeltaInfo        ( REPOSITORY_DELTAINFO );
 
+  const SolvAttr SolvAttr::repositoryToolVersion       ( REPOSITORY_TOOLVERSION );
+
   /////////////////////////////////////////////////////////////////
 
   SolvAttr SolvAttr::parent() const
index 4e51594..a56334c 100644 (file)
@@ -165,6 +165,7 @@ namespace sat
       static const SolvAttr repositoryAddedFileProvides;
       static const SolvAttr repositoryRpmDbCookie;
       static const SolvAttr repositoryDeltaInfo;
+      static const SolvAttr repositoryToolVersion;
       //@}
 
       //@}