Changeset 13926 for trunk/include/iprt/cpputils.h
- Timestamp:
- 11/06/08 17:00:06 (2 months ago)
- Files:
-
- trunk/include/iprt/cpputils.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/include/iprt/cpputils.h
r10967 r13926 83 83 * the auto_ref_ptr template. 84 84 * 85 * When a class thatwants to be used with the auto_ref_ptr template it simply85 * When a class wants to be used with the auto_ref_ptr template it simply 86 86 * declares the auto_ref class among its public base classes -- there is no 87 87 * need to implement any additional methods. … … 126 126 * 127 127 * The object class to manage must provide ref() and unref() methods that have 128 * the same syntax and s ymantics as defined in the auto_ref class.128 * the same syntax and semantics as defined in the auto_ref class. 129 129 * 130 130 * @param C Class to manage.

