commondrm/drmutility/inc/DrmAutomatedUsageImpl.h
changeset 23 493788a4a8a4
parent 0 95b198f216e5
--- a/commondrm/drmutility/inc/DrmAutomatedUsageImpl.h	Tue Feb 02 00:21:44 2010 +0200
+++ b/commondrm/drmutility/inc/DrmAutomatedUsageImpl.h	Fri Apr 16 15:14:55 2010 +0300
@@ -23,12 +23,12 @@
 #include <f32file.h>
 #include <caf/caftypes.h>
 #include <caf/data.h>
-#include <drmrightsclient.h>
+#include <DRMRightsClient.h>
 #include <drmautomatedusage.h>
 #include <drmautomatedusageobserver.h>
 
 #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;
     };
 }