applicationmanagement/server/src/nsmldmiapmatcher.cpp
branchRCL_3
changeset 25 5b858729772b
parent 24 6757f1e2efd2
--- a/applicationmanagement/server/src/nsmldmiapmatcher.cpp	Tue Aug 31 15:05:55 2010 +0300
+++ b/applicationmanagement/server/src/nsmldmiapmatcher.cpp	Wed Sep 01 12:31:32 2010 +0100
@@ -15,10 +15,10 @@
  *
  */
 
+#include "nsmldmiapmatcher.h"
+
 #include <utf.h>
 #include <smldmadapter.h>
-#include "nsmldmiapmatcher.h"
-
 
 // -----------------------------------------------------------------------------
 // CNSmlDMIAPMatcher* CNSmlDMIAPMatcher::NewL( MSmlDmCallback* aDmCallback )
@@ -153,7 +153,7 @@
 // -----------------------------------------------------------------------------
 // TInt CNSmlDMIAPMatcher::DesToInt(const TDesC& aLuid)
 // -----------------------------------------------------------------------------
-TInt CNSmlDMIAPMatcher::DesToInt(const TDesC8& aLuid)
+TInt CNSmlDMIAPMatcher::DesToInt(const TDesC8& aLuid) const
     {
     TLex8 lex(aLuid);
     TInt value = 0;