diff -r a2a70ce3d4e8 -r 5f1cd966e0d9 applayerprotocols/httpservice/test/httpservicetest/clocaltestserver.h --- a/applayerprotocols/httpservice/test/httpservicetest/clocaltestserver.h Thu Jul 15 19:14:59 2010 +0300 +++ b/applayerprotocols/httpservice/test/httpservicetest/clocaltestserver.h Thu Aug 19 10:27:19 2010 +0300 @@ -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;