omadrm/drmengine/roap/src/MeteringReportReq.cpp
changeset 23 493788a4a8a4
parent 0 95b198f216e5
--- a/omadrm/drmengine/roap/src/MeteringReportReq.cpp	Tue Feb 02 00:21:44 2010 +0200
+++ b/omadrm/drmengine/roap/src/MeteringReportReq.cpp	Fri Apr 16 15:14:55 2010 +0300
@@ -19,7 +19,7 @@
 
 // INCLUDE FILES
 #include <e32std.h>
-#include "base64.h"
+#include "Base64.h"
 #include "MeteringReportReq.h"
 #include "RoapLog.h"
 
@@ -66,7 +66,7 @@
 
 // Note the two versions below are because of different namespace
 // normalisation of element roap:X509SPKIHash on canonicalisation of
-// whole request to be signed and on canonicalisation of element 
+// whole request to be signed and on canonicalisation of element
 // <meteringReport> to be MAC calculated.
 // when changing one of these another one must be cahnges too.
 //
@@ -103,9 +103,9 @@
 // ----------------------------------------------------------------------------
 // MeteringReportElementAsTextL
 //
-// write content of to given flat buffer 
+// write content of to given flat buffer
 // Used from MessageAsXmlL and from InsertMacL
-// Note content depends on value of 
+// Note content depends on value of
 // ----------------------------------------------------------------------------
 LOCAL_C inline void MeteringReportElementAsTextL(
     CBufFlat*& aBuf,
@@ -153,7 +153,7 @@
         }
     else
         {
-        // used in mac calculation 
+        // used in mac calculation
         // canonical form requires namespace definition for namespace roap
         Roap::CRoapMessage::BufAppendL( aBuf, KReqRoapX509AndHashNs );
         }
@@ -167,7 +167,7 @@
     // key wrapping info
     Roap::CRoapMessage::BufAppendBase64L( aBuf, *aReq.iEncryptedMekAndMak );
 
-    Roap::CRoapMessage::BufAppendL( aBuf, KReqCipherValueEnd );    
+    Roap::CRoapMessage::BufAppendL( aBuf, KReqCipherValueEnd );
 
     // Insert 128-bit encrypted MAC value
     if ( aReq.iMac )