diff -r e16d72588c28 -r 8a03a285ab14 commondrm/drmutility/inc/DrmAutomatedUsageImpl.h --- a/commondrm/drmutility/inc/DrmAutomatedUsageImpl.h Fri Mar 12 15:43:46 2010 +0200 +++ b/commondrm/drmutility/inc/DrmAutomatedUsageImpl.h Mon Mar 15 12:41:43 2010 +0200 @@ -23,12 +23,12 @@ #include #include #include -#include +#include #include #include #include "rdrmhelperclient.h" -#include "drmqueue.h" +#include "DrmQueue.h" //forward declarations class CDRMConstraint; @@ -607,7 +607,7 @@ * From CActive Called if RunL leaves */ TInt RunError( TInt aError ); - + private: // Member functions @@ -615,7 +615,7 @@ CDrmUtility* aDrmUtility ); void ConstructL(); - + void Activate( TRequestStatus*& aStatus ); // Checks whether there exists suitable oma RO for automated use @@ -661,10 +661,10 @@ // own CDrmUtilityUI* iDrmUtilityUi; - // Async observer and current operation id for async operations - // not own + // Async observer and current operation id for async operations + // not own MDrmAsyncObserver* iObserver; - // not own + // not own TInt iOperationId; }; }