]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/common/unicode/localpointer.h
ICU-511.25.tar.gz
[apple/icu.git] / icuSources / common / unicode / localpointer.h
index b76a1f85629923bddb846e98a08483347ca4ee4a..e3ccb258154cc216098ebc2739fb7b6822059c98 100644 (file)
@@ -1,7 +1,7 @@
 /*
 *******************************************************************************
 *
-*   Copyright (C) 2009-2010, International Business Machines
+*   Copyright (C) 2009-2012, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 *
 *******************************************************************************
@@ -144,6 +144,10 @@ public:
         ptr=p;
     }
 protected:
+    /**
+     * Actual pointer.
+     * @internal
+     */
     T *ptr;
 private:
     // No comparison operators with other LocalPointerBases.