diff -r e16d72588c28 -r 8a03a285ab14 commondrm/drmutility/src/DrmAutomatedUsage.cpp --- a/commondrm/drmutility/src/DrmAutomatedUsage.cpp Fri Mar 12 15:43:46 2010 +0200 +++ b/commondrm/drmutility/src/DrmAutomatedUsage.cpp Mon Mar 15 12:41:43 2010 +0200 @@ -22,7 +22,7 @@ #include #include -#include "drmautomatedusageimpl.h" +#include "DrmAutomatedUsageImpl.h" #include "drmautomatedusageerrorhandling.h" // ============================ MEMBER FUNCTIONS =============================== @@ -164,9 +164,9 @@ const DRM::TDrmAutomatedServiceType aServiceType ) { iUtility->CheckFileHandleL( aFile ); - iImplementation->SetAutomatedL( aFile, - aIntent, - aAutomatedType, + iImplementation->SetAutomatedL( aFile, + aIntent, + aAutomatedType, aServiceType ); } @@ -184,10 +184,10 @@ const DRM::TDrmAutomatedServiceType aServiceType ) { iUtility->CheckFileHandleL( aFile ); - return iImplementation->SetAutomatedAsyncL( aFile, - aIntent, - aAutomatedType, - aObserver, + return iImplementation->SetAutomatedAsyncL( aFile, + aIntent, + aAutomatedType, + aObserver, aServiceType ); } @@ -203,8 +203,8 @@ const DRM::TDrmAutomatedType aAutomatedType, const DRM::TDrmAutomatedServiceType aServiceType ) { - iImplementation->SetAutomatedL( aData, - aIntent, + iImplementation->SetAutomatedL( aData, + aIntent, aAutomatedType, aServiceType ); } @@ -222,10 +222,10 @@ DRM::MDrmAsyncObserver& aObserver, const DRM::TDrmAutomatedServiceType aServiceType ) { - return iImplementation->SetAutomatedAsyncL( aData, - aIntent, - aAutomatedType, - aObserver, + return iImplementation->SetAutomatedAsyncL( aData, + aIntent, + aAutomatedType, + aObserver, aServiceType ); } @@ -242,9 +242,9 @@ const DRM::TDrmAutomatedServiceType aServiceType ) { iUtility->CheckFileHandleL( aFile ); - iImplementation->RemoveAutomatedL( aFile, - aIntent, - aAutomatedType, + iImplementation->RemoveAutomatedL( aFile, + aIntent, + aAutomatedType, aServiceType ); } @@ -262,10 +262,10 @@ const DRM::TDrmAutomatedServiceType aServiceType ) { iUtility->CheckFileHandleL( aFile ); - return iImplementation->RemoveAutomatedAsyncL( aFile, - aIntent, - aAutomatedType, - aObserver, + return iImplementation->RemoveAutomatedAsyncL( aFile, + aIntent, + aAutomatedType, + aObserver, aServiceType ); } @@ -281,9 +281,9 @@ const DRM::TDrmAutomatedType aAutomatedType, const DRM::TDrmAutomatedServiceType aServiceType ) { - iImplementation->RemoveAutomatedL( aData, - aIntent, - aAutomatedType, + iImplementation->RemoveAutomatedL( aData, + aIntent, + aAutomatedType, aServiceType ); } @@ -300,10 +300,10 @@ DRM::MDrmAsyncObserver& aObserver, const DRM::TDrmAutomatedServiceType aServiceType ) { - return iImplementation->RemoveAutomatedAsyncL( aData, - aIntent, - aAutomatedType, - aObserver, + return iImplementation->RemoveAutomatedAsyncL( aData, + aIntent, + aAutomatedType, + aObserver, aServiceType ); } @@ -319,9 +319,9 @@ const DRM::TDrmAutomatedType aAutomatedType, const DRM::TDrmAutomatedServiceType aServiceType ) { - iImplementation->RemoveAutomatedL( aUniqueId, - aIntent, - aAutomatedType, + iImplementation->RemoveAutomatedL( aUniqueId, + aIntent, + aAutomatedType, aServiceType ); } @@ -338,10 +338,10 @@ DRM::MDrmAsyncObserver& aObserver, const DRM::TDrmAutomatedServiceType aServiceType ) { - return iImplementation->RemoveAutomatedAsyncL( aUniqueId, - aIntent, - aAutomatedType, - aObserver, + return iImplementation->RemoveAutomatedAsyncL( aUniqueId, + aIntent, + aAutomatedType, + aObserver, aServiceType ); }