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