applayerprotocols/httpservice/test/httpservicetest/clocaltestserver.h
branchRCL_3
changeset 20 a0da872af3fa
parent 19 c0c2f28ace9c
--- a/applayerprotocols/httpservice/test/httpservicetest/clocaltestserver.h	Tue Aug 31 15:44:10 2010 +0300
+++ b/applayerprotocols/httpservice/test/httpservicetest/clocaltestserver.h	Wed Sep 01 12:21:21 2010 +0100
@@ -55,11 +55,13 @@
 	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;