--- a/omadrm/drmengine/server/inc/DRMDbSession.inl Fri Mar 12 15:43:46 2010 +0200
+++ b/omadrm/drmengine/server/inc/DRMDbSession.inl Mon Mar 15 12:41:43 2010 +0200
@@ -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