epoc32/include/ct/rmpointerarray.h
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
--- a/epoc32/include/ct/rmpointerarray.h	Wed Mar 31 12:27:01 2010 +0100
+++ b/epoc32/include/ct/rmpointerarray.h	Wed Mar 31 12:33:34 2010 +0100
@@ -16,8 +16,6 @@
 */
 
 
-
-
 /**
  @file
  @publishedAll
@@ -35,8 +33,6 @@
  * the array. When the array is closed, the objects will be released.
  *
  * @see RMPointerArray
- * @publishedPartner
- * @released
  * @since v7.0 
  */
 template<class T> class RMPointerArray : public RPointerArray<T>