diff -r 48a00b70dc49 -r d6b9e89d80a3 resourcemgmt/hwresourcesmgr/server/src/HWRMServer.cpp --- a/resourcemgmt/hwresourcesmgr/server/src/HWRMServer.cpp Fri Jul 30 10:34:49 2010 +0300 +++ b/resourcemgmt/hwresourcesmgr/server/src/HWRMServer.cpp Tue Aug 10 14:46:45 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 {