diff -r fdcef27a50b8 -r 24127ea5a236 resourcemgmt/hwresourcesmgr/server/src/HWRMServer.cpp --- a/resourcemgmt/hwresourcesmgr/server/src/HWRMServer.cpp Wed Sep 15 13:36:47 2010 +0300 +++ b/resourcemgmt/hwresourcesmgr/server/src/HWRMServer.cpp Wed Oct 13 15:58:37 2010 +0300 @@ -737,12 +737,12 @@ iFmTxCommonData = NULL; iFmTxCommonData = CHWRMFmTxCommonData::NewL(); - iFmTxPluginHandler->RegisterForIndicationsL(iFmTxCommonData); + iFmTxPluginHandler->RegisterForIndications(iFmTxCommonData); iFmTxStateUtility = CHWRMFmTxStateUtility::NewL(iFmTxPluginHandler, iFmTxWatcherPluginHandler, iFmTxReservationHandler, iFmTxCommonData); - iFmTxWatcherPluginHandler->RegisterForIndicationsL(iFmTxStateUtility); + iFmTxWatcherPluginHandler->RegisterForIndications(iFmTxStateUtility); } else {