resourcemgmt/hwresourcesmgr/server/src/HWRMServer.cpp
branchRCL_3
changeset 20 1ddbe54d0645
parent 0 4e1aa6a622a0
equal deleted inserted replaced
19:94cb00198351 20:1ddbe54d0645
   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->RegisterForIndications(iFmTxCommonData);
   740 			iFmTxPluginHandler->RegisterForIndicationsL(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->RegisterForIndications(iFmTxStateUtility);
   745 			iFmTxWatcherPluginHandler->RegisterForIndicationsL(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             }