resourcemgmt/hwresourcesmgr/server/src/HWRMServer.cpp
branchRCL_3
changeset 81 24127ea5a236
parent 56 1ddbe54d0645
--- 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
             {