datacommsserver/esockserver/core_states/ss_coreprstates.cpp
branchRCL_3
changeset 23 cbb19216b74d
parent 21 07656293a99c
child 24 00c6709d25aa
equal deleted inserted replaced
21:07656293a99c 23:cbb19216b74d
   762 	TCFServiceProvider::TCommsBinderResponse& binderResponse = message_cast<TCFServiceProvider::TCommsBinderResponse>(iContext.iMessage);
   762 	TCFServiceProvider::TCommsBinderResponse& binderResponse = message_cast<TCFServiceProvider::TCommsBinderResponse>(iContext.iMessage);
   763 
   763 
   764 	//TODO: TNodePeerId should become internal. When this happens, FirstOriginator should return
   764 	//TODO: TNodePeerId should become internal. When this happens, FirstOriginator should return
   765 	//      RNodeInterface.
   765 	//      RNodeInterface.
   766 	iContext.iNodeActivity->PostRequestTo(
   766 	iContext.iNodeActivity->PostRequestTo(
   767 		address_cast<Messages::TNodeId>(iContext.iNodeActivity->SoleOriginator().RecipientId()),
   767 		iContext.iNodeActivity->SoleOriginator().Peer(),
   768 		TCFDataClient::TBindTo(binderResponse.iNodeId).CRef());
   768 		TCFDataClient::TBindTo(binderResponse.iNodeId).CRef());
   769 	}
   769 	}
   770 
   770 
   771 EXPORT_DEFINE_SMELEMENT(TSendBearer, NetStateMachine::MStateTransition, CoreStates::TContext)
   771 EXPORT_DEFINE_SMELEMENT(TSendBearer, NetStateMachine::MStateTransition, CoreStates::TContext)
   772 EXPORT_C void TSendBearer::DoL()
   772 EXPORT_C void TSendBearer::DoL()