networkprotocols/iphook/inhook6/inc/res_sock.h
branchRCL_3
changeset 75 c1029e558ef5
parent 58 8d540f55e491
equal deleted inserted replaced
67:bb2423252ea3 75:c1029e558ef5
   117 				//< The MSB 4 bits are used to indicate whether the IDN support is enabled / disabled
   117 				//< The MSB 4 bits are used to indicate whether the IDN support is enabled / disabled
   118 #endif //SYMBIAN_DNS_PUNYCODE
   118 #endif //SYMBIAN_DNS_PUNYCODE
   119 	TUint16 iSession;	//< The session ID.
   119 	TUint16 iSession;	//< The session ID.
   120 	TInt iNext;			//< Next indicator: 0, 1, 2, ... (query), or the result (on reply)
   120 	TInt iNext;			//< Next indicator: 0, 1, 2, ... (query), or the result (on reply)
   121 	TUint32 iId;		//< Address domain Id
   121 	TUint32 iId;		//< Address domain Id
   122 	TInt iFlowRequestType;	//< 0 for IMPLICIT; 1 for SUBCONNECTION EXPLICIT; 2 for CONNECTION EXPLICIT
       
   123 	};
   122 	};
   124 
   123 
   125 // Need write access to members, and just for this, need to derive all
   124 // Need write access to members, and just for this, need to derive all
   126 // responce classes... (yuk!)
   125 // responce classes... (yuk!)
   127 //
   126 //