epoc32/include/ct/rmpointerarray.h
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
     1.1 --- a/epoc32/include/ct/rmpointerarray.h	Wed Mar 31 12:27:01 2010 +0100
     1.2 +++ b/epoc32/include/ct/rmpointerarray.h	Wed Mar 31 12:33:34 2010 +0100
     1.3 @@ -16,8 +16,6 @@
     1.4  */
     1.5  
     1.6  
     1.7 -
     1.8 -
     1.9  /**
    1.10   @file
    1.11   @publishedAll
    1.12 @@ -35,8 +33,6 @@
    1.13   * the array. When the array is closed, the objects will be released.
    1.14   *
    1.15   * @see RMPointerArray
    1.16 - * @publishedPartner
    1.17 - * @released
    1.18   * @since v7.0 
    1.19   */
    1.20  template<class T> class RMPointerArray : public RPointerArray<T>