--- 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) &&