datacommsserver/esockserver/ssock/ss_roles.cpp
branchRCL_3
changeset 67 00c6709d25aa
parent 24 51722b10598b
child 69 9d7ce34704c8
equal deleted inserted replaced
66:cbb19216b74d 67:00c6709d25aa
   810 					  SockManGlobals::Get()->GetPlaneFC(TCFPlayerRole(TCFPlayerRole::ETierMgrPlane)), //phoney recipient - we only care the recipient is on the control plane so that this message is dispatched on the correct thread
   810 					  SockManGlobals::Get()->GetPlaneFC(TCFPlayerRole(TCFPlayerRole::ETierMgrPlane)), //phoney recipient - we only care the recipient is on the control plane so that this message is dispatched on the correct thread
   811 		              TCFImplicitFlowRequest(h->UniqueId(), flowParams));
   811 		              TCFImplicitFlowRequest(h->UniqueId(), flowParams));
   812 
   812 
   813 	h->SetFlowRequestPending(ETrue);
   813 	h->SetFlowRequestPending(ETrue);
   814 	h->AdoptFlowRequestMessage(SafeMessage());
   814 	h->AdoptFlowRequestMessage(SafeMessage());
       
   815 	h->SetFlowRequestType(TFlowParams::EImplicit);
   815 
   816 
   816 	DontCompleteCurrentRequest();
   817 	DontCompleteCurrentRequest();
   817 	}
   818 	}
   818 
   819 
   819 /**
   820 /**
   840 		SockManGlobals::Get()->GetPlaneFC(TCFPlayerRole(TCFPlayerRole::EConnPlane)), //phoney recipient - we only care the recipient is on the control plane, so that this message will be dispatched on a correct thread.
   841 		SockManGlobals::Get()->GetPlaneFC(TCFPlayerRole(TCFPlayerRole::EConnPlane)), //phoney recipient - we only care the recipient is on the control plane, so that this message will be dispatched on a correct thread.
   841 		TCFConnFlowRequest(h->UniqueId(), *CurrentSession(), aHandle, flowParams));
   842 		TCFConnFlowRequest(h->UniqueId(), *CurrentSession(), aHandle, flowParams));
   842 
   843 
   843 	h->SetFlowRequestPending(ETrue);
   844 	h->SetFlowRequestPending(ETrue);
   844 	h->AdoptFlowRequestMessage(SafeMessage());
   845 	h->AdoptFlowRequestMessage(SafeMessage());
   845 
   846 	h->SetFlowRequestType(TFlowParams::EExplicitConnection);
   846 	DontCompleteCurrentRequest();
   847 	DontCompleteCurrentRequest();
   847 	}
   848 	}
   848 
   849 
   849 
   850 
   850 /**
   851 /**