applayerprotocols/httptransportfw/Test/T_HttpPipeliningTest/cpipeliningtestserver.h
branchRCL_3
changeset 53 c59bddbfd7b9
parent 40 a0da872af3fa
--- a/applayerprotocols/httptransportfw/Test/T_HttpPipeliningTest/cpipeliningtestserver.h	Wed Sep 01 12:21:21 2010 +0100
+++ b/applayerprotocols/httptransportfw/Test/T_HttpPipeliningTest/cpipeliningtestserver.h	Wed Oct 13 15:09:28 2010 +0300
@@ -57,7 +57,6 @@
 	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 );
@@ -65,6 +64,7 @@
 	TInt GetRecvBufferSize();
 	TInt GetSocketImmediateCloseTimeout(){ return KErrNotFound;}
 
+
 private:
 	CHTTPTestUtils& 			iTestUtils;
 	MPipeliningTestObserver&	iObserver;