Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(530)

Unified Diff: base/scoped_cftyperef.h

Issue 52014: scoped_nsobject (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | base/scoped_nsobject.h » ('j') | base/scoped_nsobject.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/scoped_cftyperef.h
===================================================================
--- base/scoped_cftyperef.h (revision 12217)
+++ base/scoped_cftyperef.h (working copy)
@@ -12,6 +12,10 @@
// of a CoreFoundation object: any object that can be represented as a
// CFTypeRef. Style deviations here are solely for compatibility with
// scoped_ptr<>'s interface, with which everyone is already familiar.
+//
+// When scoped_cftyperef<> takes ownership of an object (in the constructor or
+// in reset()), it takes over the caller's existing ownership claim. The
+// caller must own the object. scoped_cftyperef<> does not call CFRetain().
template<typename CFT>
class scoped_cftyperef {
public:
« no previous file with comments | « no previous file | base/scoped_nsobject.h » ('j') | base/scoped_nsobject.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698