Get rid of ResName. Interfaces will use a std::string as name.
authorMichael Andres <ma@suse.de>
Thu, 20 Oct 2005 21:58:27 +0000 (21:58 +0000)
committerMichael Andres <ma@suse.de>
Thu, 20 Oct 2005 21:58:27 +0000 (21:58 +0000)
commit900ed527e38cec431413bdedeeadf77d304921ef
tree9a6708e13ee491acc12df06363b9197773a6fd0f
parent0389c77386adf01303a89ed17c334b686c641374
Get rid of ResName. Interfaces will use a std::string as name.
Implenmentation currently uses std::string as well, but we'll
offer a hash of strings to enforce unique repesentation of
equal strings.
22 files changed:
test/Main.cc
test/Msg.cc
test/Patch.cc
test/Script.cc
test/genclass.in
zypp/Makefile.am
zypp/ResName.cc [deleted file]
zypp/ResName.h [deleted file]
zypp/Resolvable.cc
zypp/Resolvable.h
zypp/detail/MessageImpl.cc
zypp/detail/MessageImpl.h
zypp/detail/PackageImpl.cc
zypp/detail/PackageImpl.h
zypp/detail/PatchImpl.cc
zypp/detail/PatchImpl.h
zypp/detail/ResolvableImpl.cc
zypp/detail/ResolvableImpl.h
zypp/detail/ScriptImpl.cc
zypp/detail/ScriptImpl.h
zypp/detail/SelectionImpl.cc
zypp/detail/SelectionImpl.h