equal
deleted
inserted
replaced
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 } |