applicationinterworkingfw/ServiceHandler/src/AiwCommon.cpp
branchRCL_3
changeset 18 0aa5fbdfbc30
parent 0 2f259fa3e83a
--- a/applicationinterworkingfw/ServiceHandler/src/AiwCommon.cpp	Wed Apr 14 16:14:00 2010 +0300
+++ b/applicationinterworkingfw/ServiceHandler/src/AiwCommon.cpp	Tue Apr 27 16:55:05 2010 +0300
@@ -241,7 +241,7 @@
     {
     return ((iCriteriaId                                  == aItem.iCriteriaId)           &&
             (iServiceCmd                                  == aItem.iServiceCmd)           &&
-            (iContentType->Compare(*(aItem.iContentType)) == KErrNone)                    &&
+            (ContentType().Compare(aItem.ContentType())   == KErrNone)                    &&
             (iServiceClass.iUid                           == aItem.iServiceClass.iUid)    &&
             (iDefaultProvider.iUid                        == aItem.iDefaultProvider.iUid) &&
             (iMaxProviders                                == aItem.iMaxProviders)         &&