- Fixed RW_pointer unique() and use_count(). These must be implemented
authorMichael Andres <ma@suse.de>
Tue, 14 Feb 2006 14:08:59 +0000 (14:08 +0000)
committerMichael Andres <ma@suse.de>
Tue, 14 Feb 2006 14:08:59 +0000 (14:08 +0000)
commit6b4e3e6e781c67dbb3b1b23b6dd8400e7738d78d
treeeb9eb2355ab41d072ada804dc89307d393bc545c
parente2c02d8497757c48cb38ee69322f3a637328c7f5
- Fixed RW_pointer unique() and use_count(). These must be implemented
  via RW_pointer traits, because they depend on the type of smart
  pointer wrapped.
- Added class base::ProvideNumericId. Base class for objects
  providing a numeric Id. (see the docs)
zypp/base/Makefile.am
zypp/base/ProvideNumericId.h [new file with mode: 0644]
zypp/base/PtrTypes.h