diff -r cbb19216b74d -r 00c6709d25aa datacommsserver/esockserver/inc/SS_rslv.H --- a/datacommsserver/esockserver/inc/SS_rslv.H Thu Jul 15 20:01:43 2010 +0300 +++ b/datacommsserver/esockserver/inc/SS_rslv.H Thu Aug 19 11:05:47 2010 +0300 @@ -85,10 +85,13 @@ virtual void ProcessMessageL(); void InitiateDestruction(); - + inline void SetFlowRequestType(TFlowParams::TFlowRequestType aFlowRequestType) + { iFlowRequestType = aFlowRequestType; } + protected: void LockToConnectionInfo(); void LockToConnectionInfo(const TDesC8& aConnectionInfo); + void UpdateFlowRequestType(); void SetBlockedReq(const RMessage2& aMsg) { iBlockedReq = aMsg; @@ -152,7 +155,7 @@ TPtr8 iPtrQryBuf; //< Pointer descriptor, associated with ipQryBuf TPtr8 iPtrQryResBuf; //< Pointer descriptor, associated with ipQryRespBuf - + TFlowParams::TFlowRequestType iFlowRequestType; //< Flow request type used while opening the HR }; inline void CHostResolver::SetResolver(CHostResolvProvdBase* aResolver)