datacommsserver/esockserver/inc/SS_rslv.H
branchRCL_3
changeset 67 00c6709d25aa
parent 0 dfb7c4ff071f
child 69 9d7ce34704c8
--- 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)