projects
/
platform
/
upstream
/
libzypp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae3e521
)
- updateed doc
author
Michael Andres
<ma@suse.de>
Fri, 17 Feb 2006 16:16:52 +0000
(16:16 +0000)
committer
Michael Andres
<ma@suse.de>
Fri, 17 Feb 2006 16:16:52 +0000
(16:16 +0000)
zypp/base/PtrTypes.h
patch
|
blob
|
history
diff --git
a/zypp/base/PtrTypes.h
b/zypp/base/PtrTypes.h
index
1fe96fb
..
f4bfa9a
100644
(file)
--- a/
zypp/base/PtrTypes.h
+++ b/
zypp/base/PtrTypes.h
@@
-65,6
+65,11
@@
namespace zypp
// RW_pointer traits
//
///////////////////////////////////////////////////////////////////
+ /**
+ * Don't forgett to provide versions for _Ptr and _constPtr,
+ * esp. if creation a of temporary is not acceptable (eg. when
+ * checking the ref count value).
+ */
namespace rw_pointer {
template<class _D>