diff -r 072a9626b290 -r 09d657f1ee00 resourcemgmt/hwresourcesmgr/server/src/HWRMServer.cpp --- a/resourcemgmt/hwresourcesmgr/server/src/HWRMServer.cpp Wed Aug 18 11:03:14 2010 +0300 +++ b/resourcemgmt/hwresourcesmgr/server/src/HWRMServer.cpp Thu Sep 02 21:48:26 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 {