applicationinterworkingfw/ServiceHandler/src/AiwCommon.cpp
changeset 21 558113899881
parent 0 2f259fa3e83a
--- a/applicationinterworkingfw/ServiceHandler/src/AiwCommon.cpp	Fri Apr 16 15:13:44 2010 +0300
+++ b/applicationinterworkingfw/ServiceHandler/src/AiwCommon.cpp	Mon May 03 12:45:33 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)         &&