omadrm/drmengine/server/inc/DRMDbSession.inl
changeset 23 493788a4a8a4
parent 0 95b198f216e5
--- a/omadrm/drmengine/server/inc/DRMDbSession.inl	Tue Feb 02 00:21:44 2010 +0200
+++ b/omadrm/drmengine/server/inc/DRMDbSession.inl	Fri Apr 16 15:14:55 2010 +0300
@@ -18,7 +18,7 @@
 
 
 // INCLUDE FILES
-#include "DRMConstraint.h"
+#include "DrmConstraint.h"
 #include "DRMRightsServer.h"
 
 // ============================= LOCAL FUNCTIONS ===============================
@@ -28,7 +28,7 @@
     {
     if ( ( ( aConstraint.iActiveConstraints & EConstraintCounter ) &&
            ( aConstraint.iCounter < 1 ) ) ||
-         ( ( aConstraint.iActiveConstraints & 
+         ( ( aConstraint.iActiveConstraints &
              EConstraintInterval ) &&
            ( aConstraint.iIntervalStart != Time::NullTTime() ) ) )
         {
@@ -37,7 +37,7 @@
 
     return EFalse;
     }
-    
+
 // -----------------------------------------------------------------------------
 // CDRMDbSession::UpdateSecureTime
 // Update secure time.
@@ -59,4 +59,4 @@
 
 
 // ========================== OTHER EXPORTED FUNCTIONS =========================
-//  End of File  
+//  End of File