diff -r 3320e4e6e8bb -r 558113899881 applicationinterworkingfw/ServiceHandler/src/AiwCommon.cpp --- 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) &&