omadrm/drmengine/server/inc/DRMPointerArray.h
changeset 29 3bdc3b853094
parent 23 493788a4a8a4
equal deleted inserted replaced
23:493788a4a8a4 29:3bdc3b853094
    37 
    37 
    38     protected:
    38     protected:
    39         TBool iDoResetAndDestroy;
    39         TBool iDoResetAndDestroy;
    40     };
    40     };
    41 
    41 
    42 template < class T > NONSHARABLE_CLASS( CDRMPointerArray ) : public CBase, public RDRMPointerArray< class T >
    42 template < class T > NONSHARABLE_CLASS( CDRMPointerArray ) : public CBase, public RDRMPointerArray< T >
    43     {
    43     {
    44     public:
    44     public:
    45         static CDRMPointerArray* NewLC( TInt aGranularity );
    45         static CDRMPointerArray* NewLC( TInt aGranularity );
    46         static CDRMPointerArray* NewL( TInt aGranularity );
    46         static CDRMPointerArray* NewL( TInt aGranularity );
    47         static CDRMPointerArray* NewLC( TInt aMinGrowBy, TInt aFactor );
    47         static CDRMPointerArray* NewLC( TInt aMinGrowBy, TInt aFactor );