--- a/datacommsserver/esockserver/inc/SS_rslv.H Thu Aug 19 11:05:47 2010 +0300
+++ b/datacommsserver/esockserver/inc/SS_rslv.H Tue Aug 31 16:25:36 2010 +0300
@@ -85,13 +85,10 @@
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;
@@ -155,7 +152,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)