- updateed doc
authorMichael Andres <ma@suse.de>
Fri, 17 Feb 2006 16:16:52 +0000 (16:16 +0000)
committerMichael Andres <ma@suse.de>
Fri, 17 Feb 2006 16:16:52 +0000 (16:16 +0000)
zypp/base/PtrTypes.h

index 1fe96fb..f4bfa9a 100644 (file)
@@ -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>