From fbb116a7491e66de09e7d4c34a9d7ba2136d0b58 Mon Sep 17 00:00:00 2001 From: Michael Andres Date: Tue, 19 Jan 2010 14:48:29 +0100 Subject: [PATCH] Add SolvAttr::repositoryToolVersion --- zypp/sat/SolvAttr.cc | 2 ++ zypp/sat/SolvAttr.h | 1 + 2 files changed, 3 insertions(+) diff --git a/zypp/sat/SolvAttr.cc b/zypp/sat/SolvAttr.cc index 65c7bfd..0b773ad 100644 --- a/zypp/sat/SolvAttr.cc +++ b/zypp/sat/SolvAttr.cc @@ -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 diff --git a/zypp/sat/SolvAttr.h b/zypp/sat/SolvAttr.h index 4e51594..a56334c 100644 --- a/zypp/sat/SolvAttr.h +++ b/zypp/sat/SolvAttr.h @@ -165,6 +165,7 @@ namespace sat static const SolvAttr repositoryAddedFileProvides; static const SolvAttr repositoryRpmDbCookie; static const SolvAttr repositoryDeltaInfo; + static const SolvAttr repositoryToolVersion; //@} //@} -- 2.7.4