applayerprotocols/httptransportfw/Test/T_HttpPipeliningTest/cpipeliningtestserver.h
branchRCL_3
changeset 18 5f1cd966e0d9
parent 0 b16258d2340f
child 19 c0c2f28ace9c
--- a/applayerprotocols/httptransportfw/Test/T_HttpPipeliningTest/cpipeliningtestserver.h	Thu Jul 15 19:14:59 2010 +0300
+++ b/applayerprotocols/httptransportfw/Test/T_HttpPipeliningTest/cpipeliningtestserver.h	Thu Aug 19 10:27:19 2010 +0300
@@ -57,11 +57,13 @@
 	TBool SupplyCommsConnection(RConnection*& aConnectionPtr);
 	void SetCommsConnectionL(RConnection* aConnectionPtr);
 	void GetSecurityPrefs(TBool& aDialogPrompt, MSecurityPolicy*& aSecurityPolicy);
+	void GetSecurityPrefs(MSecurityPolicy*& aSecurityPolicy, TInt& aDialogPref);
 	TBool ImmediateSocketShutdown();
 	TInt SessionId();
 	virtual TBool SupplySocketServerHandle ( TInt& aSocketServerHandle );
  	virtual void SetSocketServerHandleL ( TInt aSocketServerHandle );
 	TInt GetRecvBufferSize();
+	TInt GetSocketImmediateCloseTimeout(){ return KErrNotFound;}
 
 private:
 	CHTTPTestUtils& 			iTestUtils;