From: Klaus Kaempf Date: Fri, 17 Aug 2007 09:43:23 +0000 (+0000) Subject: provide kind in Resolvable data X-Git-Tag: BASE-SuSE-Linux-10_3-Branch~265 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a59c03b2b7e5ad60a81e3602799717cef3938d93;p=platform%2Fupstream%2Flibzypp.git provide kind in Resolvable data --- diff --git a/zypp/data/ResolvableData.h b/zypp/data/ResolvableData.h index 0ddf126..23c630c 100644 --- a/zypp/data/ResolvableData.h +++ b/zypp/data/ResolvableData.h @@ -22,6 +22,7 @@ #include "zypp/data/RecordId.h" #include "zypp/capability/CapabilityImpl.h" #include "zypp/Pathname.h" +#include "zypp/Resolvable.h" #include "zypp/NVR.h" #include "zypp/Edition.h" #include "zypp/ByteCount.h" @@ -58,6 +59,8 @@ namespace data Resolvable() {}; + /** Kind */ + zypp::Resolvable::Kind kind; /** Name */ std::string name; /** Edition */