Add ResObject construction from Solvable
authorMichael Andres <ma@suse.de>
Thu, 24 Jan 2008 12:15:50 +0000 (12:15 +0000)
committerMichael Andres <ma@suse.de>
Thu, 24 Jan 2008 12:15:50 +0000 (12:15 +0000)
commit884a95a588ec936c89d570350325ade040187ab6
treec25a312299c11922dfc29cb861d932f3b00df012
parent8d246fc3377109d7b70a843e5e249ccd8d0de213
Add ResObject construction from Solvable
- ResObject::Ptr makeResObject( const sat::Solvable & solvable_r )
- template<class _Res>
  ResTraits<_Res>::PtrType make( const sat::Solvable & solvable_r )
18 files changed:
zypp/Atom.h
zypp/CMakeLists.txt
zypp/Language.h
zypp/Message.h
zypp/Package.h
zypp/Patch.h
zypp/Pattern.h
zypp/Product.h
zypp/ResObject.cc
zypp/ResObject.h
zypp/ResObjects.h [new file with mode: 0644]
zypp/Resolvable.cc
zypp/Script.h
zypp/Selection.h
zypp/SrcPackage.h
zypp/sat/Solvable.cc
zypp/sat/Solvable.h
zypp/target/store/serialize.cc