commondrm/drmutility/inc/drmutilitycommon.h
changeset 23 493788a4a8a4
parent 0 95b198f216e5
--- a/commondrm/drmutility/inc/drmutilitycommon.h	Tue Feb 02 00:21:44 2010 +0200
+++ b/commondrm/drmutility/inc/drmutilitycommon.h	Fri Apr 16 15:14:55 2010 +0300
@@ -21,16 +21,16 @@
 
 //*** system include files go here:
 #include <e32base.h>
-#include <caf/caftypes.h> 
-#include <drmrightsclient.h>
+#include <caf/caftypes.h>
+#include <DRMRightsClient.h>
 #include <drmutilitytypes.h>
 
 //*** forward declarations go here:
 class CDRMConstraint;
 
-namespace DRM 
+namespace DRM
 {
-    
+
  /**
   *  Utility class for DRM related common functions
   *
@@ -47,7 +47,7 @@
      *
      * @return A functional CDrmUtilityCommon -object
      * @leave System wide error code
-     */	
+     */
     IMPORT_C static CDrmUtilityCommon* NewL();
 
     /**
@@ -56,14 +56,14 @@
      *
      * @return A functional CDrmUtilityCommon -object
      * @leave System wide error code
-     */	
+     */
     IMPORT_C static CDrmUtilityCommon* NewLC();
 
     /**
      * Destructor
      */
     virtual ~CDrmUtilityCommon();
-     
+
     /**
      * Checks the rights and their status for a specific unique id
      * implementation
@@ -72,16 +72,16 @@
      * @param[in]   aIntent     The intent for the rights to check
      * @param[out]  aConstraint A Constraint of the future rights,
      *                          must be initialized
-     * 
+     *
      * @return Rights status
      * @leave System wide error code
      * @see ContentAccess:TIntent
-     */	
-    IMPORT_C TDrmRightsInfo GetOmaRightsStatusL( 
-                                            HBufC8*& aContentUri, 
+     */
+    IMPORT_C TDrmRightsInfo GetOmaRightsStatusL(
+                                            HBufC8*& aContentUri,
                                             ContentAccess::TIntent aIntent,
                                             CDRMConstraint* aConstraint );
-                                        
+
 
 protected:
 
@@ -90,9 +90,9 @@
     CDrmUtilityCommon();
 
     void ConstructL();
-    
+
 private: // Data members
-    
+
     // Oma Drm client
     RDRMRightsClient iOmaClient;