omadrm/drmplugins/drmfilter/src/HTTPFilterDRM.cpp
changeset 23 493788a4a8a4
parent 0 95b198f216e5
child 31 908beac81e0a
child 71 1221b68b8a5f
--- a/omadrm/drmplugins/drmfilter/src/HTTPFilterDRM.cpp	Tue Feb 02 00:21:44 2010 +0200
+++ b/omadrm/drmplugins/drmfilter/src/HTTPFilterDRM.cpp	Fri Apr 16 15:14:55 2010 +0300
@@ -21,9 +21,9 @@
 #include <httpstringconstants.h>
 #include <httperr.h>
 #include <bautils.h>
-#include <drmmessageparser.h>
+#include <DRMMessageParser.h>
 
-#include "httpfilterdrm.h"
+#include "HTTPFilterDRM.h"
 
 // LOCAL CONSTANTS
 _LIT8( KDRMString1, "application/vnd.oma.drm.message" );
@@ -464,7 +464,7 @@
 // 
 void CHTTPFilterDRM::CheckHeadersL( const RHTTPTransaction& aTrans )
     {
-    // read the header data and check the MIME type here	
+    // read the header data and check the MIME type here    
     // check the status and body
     RHTTPResponse response = aTrans.Response();
     TInt status = response.StatusCode();
@@ -630,7 +630,7 @@
         // Do not encrypt JAD files:
         if ( headers.GetField( fieldNameStr, 0, fieldVal ) == KErrNone )
             {
-            // If it is a JAD always ignore any of the above:	
+            // If it is a JAD always ignore any of the above:   
             const TBuf8<sizeof( KJADString )> JADStringBuf( KJADString );
             RStringF JADValue = strP.OpenFStringL( JADStringBuf );
             CleanupClosePushL( JADValue );
@@ -665,7 +665,7 @@
             iDataSups.Append( drmData );
             response.SetBody( *drmData );
 
-            ///			
+            ///         
             RStringF DRMValue1 = strP.OpenFStringL( DRMStringBuf1 );
             CleanupClosePushL( DRMValue1 );