diff -r 94cb00198351 -r 1ddbe54d0645 resourcemgmt/hwresourcesmgr/server/src/HWRMServer.cpp --- a/resourcemgmt/hwresourcesmgr/server/src/HWRMServer.cpp Thu Jul 15 20:05:35 2010 +0300 +++ b/resourcemgmt/hwresourcesmgr/server/src/HWRMServer.cpp Thu Aug 19 11:09:10 2010 +0300 @@ -737,12 +737,12 @@ iFmTxCommonData = NULL; iFmTxCommonData = CHWRMFmTxCommonData::NewL(); - iFmTxPluginHandler->RegisterForIndications(iFmTxCommonData); + iFmTxPluginHandler->RegisterForIndicationsL(iFmTxCommonData); iFmTxStateUtility = CHWRMFmTxStateUtility::NewL(iFmTxPluginHandler, iFmTxWatcherPluginHandler, iFmTxReservationHandler, iFmTxCommonData); - iFmTxWatcherPluginHandler->RegisterForIndications(iFmTxStateUtility); + iFmTxWatcherPluginHandler->RegisterForIndicationsL(iFmTxStateUtility); } else {