contentmgmt/contentaccessfwfordrm/inc/StreamablePtrArray.h
changeset 33 cf642210ecb7
parent 8 35751d3474b7
equal deleted inserted replaced
29:ece3df019add 33:cf642210ecb7
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 /**
    19 /**
    20  @file
    20  @file
    21  @publishedPartner
    21  @publishedAll
    22  @released
    22  @released
    23 */
    23 */
    24 
    24 
    25 
    25 
    26 #ifndef __STREAMABLEPTRARRAY_H__
    26 #ifndef __STREAMABLEPTRARRAY_H__
    38 
    38 
    39 	The close function frees all resources and deletes all array elements
    39 	The close function frees all resources and deletes all array elements
    40 	
    40 	
    41 	The array can be streamed using the InternalizeL() and ExternalizeL() functions
    41 	The array can be streamed using the InternalizeL() and ExternalizeL() functions
    42 
    42 
    43   	@publishedPartner
    43   	*/
    44 	@released
       
    45 	*/
       
    46 	template <class T>
    44 	template <class T>
    47 		class RStreamablePtrArray
    45 		class RStreamablePtrArray
    48 		{
    46 		{
    49 	public:
    47 	public:
    50 		/** Constructor */
    48 		/** Constructor */