applayerprotocols/httptransportfw/Test/TestScriptTest/CPipeliningTestServer.h
branchRCL_3
changeset 39 c0c2f28ace9c
parent 37 5f1cd966e0d9
child 40 a0da872af3fa
--- a/applayerprotocols/httptransportfw/Test/TestScriptTest/CPipeliningTestServer.h	Thu Aug 19 10:27:19 2010 +0300
+++ b/applayerprotocols/httptransportfw/Test/TestScriptTest/CPipeliningTestServer.h	Tue Aug 31 15:44:10 2010 +0300
@@ -57,13 +57,11 @@
 	TBool SupplyCommsConnection(RConnection*& aConnectionPtr);
  	void SetCommsConnectionL(RConnection* aConnectionPtr);
 	void GetSecurityPrefs(TBool& aDialogPrompt, MSecurityPolicy*& aSecurityPolicy);
-	void GetSecurityPrefs(MSecurityPolicy*& aSecurityPolicy, TInt& aDialogPref);
 	TBool ImmediateSocketShutdown();
 	virtual TBool SupplySocketServerHandle ( TInt& aSocketServerHandle );
   	virtual void SetSocketServerHandleL ( TInt aSocketServerHandle );
 	TInt SessionId();
 	TInt GetRecvBufferSize();
-	TInt GetSocketImmediateCloseTimeout(){ return KErrNotFound;}
 
 private:
 	CHTTPTestUtils& 			iTestUtils;