diff -r 71dd06cfe933 -r 0aa5fbdfbc30 applicationinterworkingfw/ServiceHandler/src/AiwCommon.cpp --- 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) &&