datacommsserver/esockserver/ssock/ss_roles.cpp
branchRCL_3
changeset 69 9d7ce34704c8
parent 67 00c6709d25aa
child 70 b564fb5fd78b
equal deleted inserted replaced
67:00c6709d25aa 69:9d7ce34704c8
   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);
       
   816 
   815 
   817 	DontCompleteCurrentRequest();
   816 	DontCompleteCurrentRequest();
   818 	}
   817 	}
   819 
   818 
   820 /**
   819 /**
   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.
   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.
   842 		TCFConnFlowRequest(h->UniqueId(), *CurrentSession(), aHandle, flowParams));
   841 		TCFConnFlowRequest(h->UniqueId(), *CurrentSession(), aHandle, flowParams));
   843 
   842 
   844 	h->SetFlowRequestPending(ETrue);
   843 	h->SetFlowRequestPending(ETrue);
   845 	h->AdoptFlowRequestMessage(SafeMessage());
   844 	h->AdoptFlowRequestMessage(SafeMessage());
   846 	h->SetFlowRequestType(TFlowParams::EExplicitConnection);
   845 
   847 	DontCompleteCurrentRequest();
   846 	DontCompleteCurrentRequest();
   848 	}
   847 	}
   849 
   848 
   850 
   849 
   851 /**
   850 /**