diff -r e16d72588c28 -r 8a03a285ab14 omadrm/drmengine/server/src/drmrightsdb.cpp --- a/omadrm/drmengine/server/src/drmrightsdb.cpp Fri Mar 12 15:43:46 2010 +0200 +++ b/omadrm/drmengine/server/src/drmrightsdb.cpp Mon Mar 15 12:41:43 2010 +0200 @@ -26,19 +26,20 @@ #include #include #include +#include #include // AES128CBC -#include +#include #ifdef RD_MULTIPLE_DRIVE -#include +#include #endif #include "DRMCommon.h" // DRM Error messages -#include "DRMRightsDB.h" +#include "drmrightsdb.h" #include "DRMRightsData.h" #include "DRMCommonData.h" -#include "DRMPermission.h" -#include "DRMConstraint.h" +#include "DrmPermission.h" +#include "DrmConstraint.h" #include "DRMRightsCleaner.h" #include "DRMRightsServer.h" #include "DrmKeyStorage.h" @@ -46,7 +47,7 @@ #include "drmlog.h" #ifdef RD_DRM_RIGHTS_MANAGER_REMOVAL -#include "drmclockclient.h" +#include "DRMClockClient.h" #endif // RD_DRM_RIGHTS_MANAGER_REMOVAL /* @@ -292,9 +293,9 @@ TInt timeZone = 0; DRMClock::ESecurityLevel securityLevel; #endif // RD_DRM_RIGHTS_MANAGER_REMOVAL - + GetRightsFileNameL( aContentID, path); - + #ifdef RD_DRM_RIGHTS_MANAGER_REMOVAL // Get the secure time: RDRMClockClient client; @@ -315,13 +316,13 @@ // Delete expired: TRAP_IGNORE( deleteAllowed = DeleteExpiredL( path, time ) ); - - // Check if it's possible to delete the file as well + + // Check if it's possible to delete the file as well if( deleteAllowed ) { iFileServer.Delete( path ); } - + error = KErrNone; #endif // RD_DRM_RIGHTS_MANAGER_REMOVAL @@ -419,7 +420,7 @@ { User::Leave(KErrArgument); } - + TBuf8<16> keyStore = aEncryptionKey; // TBuf8<16> authStore = aAuthenticationSeed