epoc32/include/ct/rmpointerarray.h
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
equal deleted inserted replaced
3:e1b950c65cb4 4:837f303aceeb
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description: 
    14 * Description: 
    15 *
    15 *
    16 */
    16 */
    17 
       
    18 
       
    19 
    17 
    20 
    18 
    21 /**
    19 /**
    22  @file
    20  @file
    23  @publishedAll
    21  @publishedAll
    33  *
    31  *
    34  * For use with M class pointers, which have a release method and are owned by 
    32  * For use with M class pointers, which have a release method and are owned by 
    35  * the array. When the array is closed, the objects will be released.
    33  * the array. When the array is closed, the objects will be released.
    36  *
    34  *
    37  * @see RMPointerArray
    35  * @see RMPointerArray
    38  * @publishedPartner
       
    39  * @released
       
    40  * @since v7.0 
    36  * @since v7.0 
    41  */
    37  */
    42 template<class T> class RMPointerArray : public RPointerArray<T>
    38 template<class T> class RMPointerArray : public RPointerArray<T>
    43 	{
    39 	{
    44  public:
    40  public: