--- a/omadrm/drmengine/server/inc/DRMPointerArray.h Fri Mar 12 15:43:46 2010 +0200
+++ b/omadrm/drmengine/server/inc/DRMPointerArray.h Mon Mar 15 12:41:43 2010 +0200
@@ -29,12 +29,12 @@
inline RDRMPointerArray( TInt aMinGrowBy, TInt aFactor );
inline RDRMPointerArray();
virtual ~RDRMPointerArray();
-
- // If set to ETrue, RPointerArray::ResetAndDestroy() is called
+
+ // If set to ETrue, RPointerArray::ResetAndDestroy() is called
// automatically in destructor. Otherwise only RPointerArrary::Close()
// is called.
inline void SetAutoCleanup( const TBool aCleanup );
-
+
protected:
TBool iDoResetAndDestroy;
};
@@ -48,21 +48,21 @@
static CDRMPointerArray* NewL( TInt aMinGrowBy, TInt aFactor );
static CDRMPointerArray* NewLC();
static CDRMPointerArray* NewL();
-
- // Note: Does not do ResetAndDestroy() by default.
+
+ // Note: Does not do ResetAndDestroy() by default.
// Use SetAutoCleanup to do reallyclean.
~CDRMPointerArray();
-
-
+
+
protected:
explicit CDRMPointerArray( TInt aGranularity );
CDRMPointerArray( TInt aMinGrowBy, TInt aFactor );
- CDRMPointerArray();
-
+ CDRMPointerArray();
+
private:
};
-#include "drmpointerarray.inl"
+#include "DRMPointerArray.inl"
#endif // DRMPOINTERARRAY_H
\ No newline at end of file