commondrm/drmutility/src/DrmAutomatedUsage.cpp
changeset 23 493788a4a8a4
parent 0 95b198f216e5
--- a/commondrm/drmutility/src/DrmAutomatedUsage.cpp	Tue Feb 02 00:21:44 2010 +0200
+++ b/commondrm/drmutility/src/DrmAutomatedUsage.cpp	Fri Apr 16 15:14:55 2010 +0300
@@ -22,7 +22,7 @@
 #include    <caf/data.h>
 #include    <drmautomatedusage.h>
 
-#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 );
     }