resourcemgmt/hwresourcesmgr/server/src/HWRMServer.cpp
branchRCL_3
changeset 81 24127ea5a236
parent 56 1ddbe54d0645
equal deleted inserted replaced
71:fdcef27a50b8 81:24127ea5a236
   735 			
   735 			
   736             delete iFmTxCommonData;
   736             delete iFmTxCommonData;
   737             iFmTxCommonData = NULL;
   737             iFmTxCommonData = NULL;
   738 			iFmTxCommonData = CHWRMFmTxCommonData::NewL();		
   738 			iFmTxCommonData = CHWRMFmTxCommonData::NewL();		
   739 			
   739 			
   740 			iFmTxPluginHandler->RegisterForIndicationsL(iFmTxCommonData);
   740 			iFmTxPluginHandler->RegisterForIndications(iFmTxCommonData);
   741 			
   741 			
   742 			iFmTxStateUtility = CHWRMFmTxStateUtility::NewL(iFmTxPluginHandler, 
   742 			iFmTxStateUtility = CHWRMFmTxStateUtility::NewL(iFmTxPluginHandler, 
   743 			         iFmTxWatcherPluginHandler, iFmTxReservationHandler, iFmTxCommonData);
   743 			         iFmTxWatcherPluginHandler, iFmTxReservationHandler, iFmTxCommonData);
   744 
   744 
   745 			iFmTxWatcherPluginHandler->RegisterForIndicationsL(iFmTxStateUtility);
   745 			iFmTxWatcherPluginHandler->RegisterForIndications(iFmTxStateUtility);
   746             }
   746             }
   747         else
   747         else
   748             {
   748             {
   749             COMPONENT_TRACE1( _L( "HWRM Server - CHWRMServer::InitFmTx() - FM Tx not supported in the device." ) );
   749             COMPONENT_TRACE1( _L( "HWRM Server - CHWRMServer::InitFmTx() - FM Tx not supported in the device." ) );
   750             }
   750             }