backup
authorMichael Andres <ma@suse.de>
Fri, 14 Oct 2005 18:31:06 +0000 (18:31 +0000)
committerMichael Andres <ma@suse.de>
Fri, 14 Oct 2005 18:31:06 +0000 (18:31 +0000)
commit7b6b9f999c13c6aadc7fdd30e87173298ccadc5a
treec2d2705d9007be662f7c23deb6f29c57f56b621e
parent474d3276d25af6562655a4a78675278b1ad59265
backup
19 files changed:
test/Main.cc
zypp/Makefile.am
zypp/Package.cc [new file with mode: 0644]
zypp/Package.h [new file with mode: 0644]
zypp/Resolvable.cc
zypp/Resolvable.h
zypp/Selection.cc [new file with mode: 0644]
zypp/Selection.h [new file with mode: 0644]
zypp/base/Makefile.am
zypp/base/NonCopyable.h [new file with mode: 0644]
zypp/base/PtrTypes.h
zypp/base/ReferenceCounted.h [new file with mode: 0644]
zypp/detail/Makefile.am
zypp/detail/PackageImpl.cc [new file with mode: 0644]
zypp/detail/PackageImpl.h [new file with mode: 0644]
zypp/detail/ResolvableImpl.cc
zypp/detail/ResolvableImpl.h
zypp/detail/SelectionImpl.cc [new file with mode: 0644]
zypp/detail/SelectionImpl.h [new file with mode: 0644]