- ResolvableTraits: Renamed the 'const ResolvableTraits::KindType _kind'
authorMichael Andres <ma@suse.de>
Wed, 30 Nov 2005 08:39:10 +0000 (08:39 +0000)
committerMichael Andres <ma@suse.de>
Wed, 30 Nov 2005 08:39:10 +0000 (08:39 +0000)
commit8cc65619ca3415f5a0b22ffe72ad89c4eb0e1b29
tree808ee1bd8b02237371543d739349c66d448e6d90
parente000ef256b5e3fa55f62a8ba370944af03cbecb3
- ResolvableTraits: Renamed the 'const ResolvableTraits::KindType _kind'
  to 'kind'. Pubic available constant values should not start with an
  '_'.

- Edition: Added 'static const Edition Edition::noedition;'. Constant
  representing 'no Edition' or 'empty Edition', as you like it. That's
  the Edition value the default ctor creates, or which would be prased
  from an empty string.
18 files changed:
zypp/CapFactory.cc
zypp/CapFactory.h
zypp/Capability.h
zypp/Edition.cc
zypp/Edition.h
zypp/Message.cc
zypp/Package.cc
zypp/Patch.cc
zypp/Product.cc
zypp/ResTraits.cc
zypp/ResTraits.h
zypp/Resolvable.h
zypp/Script.cc
zypp/Selection.cc
zypp/capability/NullCap.cc
zypp/capability/NullCap.h
zypp/source/yum/YUMPatchImpl.cc
zypp/source/yum/YUMSource.cc