added implementation of target classes, which are container for target
authorJiri Srain <jsrain@suse.cz>
Fri, 27 Jan 2006 15:10:04 +0000 (15:10 +0000)
committerJiri Srain <jsrain@suse.cz>
Fri, 27 Jan 2006 15:10:04 +0000 (15:10 +0000)
commit4f7600cfd2da9a71f6c45cd0142719ed07633cd5
tree762250eaf0067ef26ec7adfafe75745a0288161f
parentd416f5c13c8ad34f48ff92ea6b15433958f45468
added implementation of target classes, which are container for target
storages (currently RPM is only added, XML not yet)
zypp/Makefile.am
zypp/Target.cc [new file with mode: 0644]
zypp/Target.h [new file with mode: 0644]
zypp/ZYpp.cc
zypp/ZYpp.h
zypp/target/Makefile.am
zypp/target/TargetImpl.cc [new file with mode: 0644]
zypp/target/TargetImpl.h [new file with mode: 0644]
zypp/zypp_detail/ZYppImpl.cc
zypp/zypp_detail/ZYppImpl.h