Added preliminary Patch, Message and Script implementations
authorJiri Srain <jsrain@suse.cz>
Mon, 17 Oct 2005 11:57:07 +0000 (11:57 +0000)
committerJiri Srain <jsrain@suse.cz>
Mon, 17 Oct 2005 11:57:07 +0000 (11:57 +0000)
commit36072321ad503653b92e1661a2ee4b89a8713b0a
tree2adf21469d7b5b40e9990a83ba4a14d9f8017cd4
parenta62f233d86e307373f498a8504655ce242d82e72
Added preliminary Patch, Message and Script implementations
14 files changed:
zypp/Makefile.am
zypp/Message.cc [new file with mode: 0644]
zypp/Message.h [new file with mode: 0644]
zypp/Patch.cc [new file with mode: 0644]
zypp/Patch.h [new file with mode: 0644]
zypp/Script.cc [new file with mode: 0644]
zypp/Script.h [new file with mode: 0644]
zypp/detail/Makefile.am
zypp/detail/MessageImpl.cc [new file with mode: 0644]
zypp/detail/MessageImpl.h [new file with mode: 0644]
zypp/detail/PatchImpl.cc [new file with mode: 0644]
zypp/detail/PatchImpl.h [new file with mode: 0644]
zypp/detail/ScriptImpl.cc [new file with mode: 0644]
zypp/detail/ScriptImpl.h [new file with mode: 0644]