Refined Resolvables interfaces, implementatio interfaces, factory
authorMichael Andres <ma@suse.de>
Thu, 17 Nov 2005 00:13:10 +0000 (00:13 +0000)
committerMichael Andres <ma@suse.de>
Thu, 17 Nov 2005 00:13:10 +0000 (00:13 +0000)
commit14d6cb2e14e80f9d77a4018ea8d02ff1569be6db
tree4d3e4da5618546e3f97e6580c744711cd2f495f3
parent1be6f4d14842f0e549dcf9f7db12de6b364f2723
Refined Resolvables interfaces, implementatio interfaces, factory
and pointer types. Compiles again, but need documentation.
43 files changed:
zypp/Makefile.am
zypp/Message.cc
zypp/Message.h
zypp/Package.cc
zypp/Package.h
zypp/Patch.cc
zypp/Patch.h
zypp/Product.cc
zypp/Product.h
zypp/ResObject.cc [new file with mode: 0644]
zypp/ResObject.h [new file with mode: 0644]
zypp/ResTraits.cc
zypp/ResTraits.h
zypp/Resolvable.cc
zypp/Resolvable.h
zypp/Script.cc
zypp/Script.h
zypp/Selection.cc
zypp/Selection.h
zypp/detail/Makefile.am
zypp/detail/MessageImpl.cc
zypp/detail/MessageImpl.h
zypp/detail/MessageImplIf.h [new file with mode: 0644]
zypp/detail/PackageImpl.cc
zypp/detail/PackageImpl.h
zypp/detail/PackageImplIf.h [new file with mode: 0644]
zypp/detail/PatchImpl.cc
zypp/detail/PatchImpl.h
zypp/detail/PatchImplIf.h [new file with mode: 0644]
zypp/detail/ProductImpl.cc
zypp/detail/ProductImpl.h
zypp/detail/ProductImplIf.h [new file with mode: 0644]
zypp/detail/ResObjectImplIf.h [new file with mode: 0644]
zypp/detail/ResolvableImpl.cc
zypp/detail/ResolvableImpl.h
zypp/detail/ScriptImpl.cc
zypp/detail/ScriptImpl.h
zypp/detail/ScriptImplIf.h [new file with mode: 0644]
zypp/detail/SelectionImpl.cc
zypp/detail/SelectionImpl.h
zypp/detail/SelectionImplIf.h [new file with mode: 0644]
zypp/source/yum/YUMScriptImpl.cc
zypp/source/yum/YUMScriptImpl.h