diff -r c0c2f28ace9c -r a0da872af3fa applayerprotocols/httptransportfw/Test/TestScriptTest/CPipeliningTestServer.h --- a/applayerprotocols/httptransportfw/Test/TestScriptTest/CPipeliningTestServer.h Tue Aug 31 15:44:10 2010 +0300 +++ b/applayerprotocols/httptransportfw/Test/TestScriptTest/CPipeliningTestServer.h Wed Sep 01 12:21:21 2010 +0100 @@ -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(); virtual TBool SupplySocketServerHandle ( TInt& aSocketServerHandle ); virtual void SetSocketServerHandleL ( TInt aSocketServerHandle ); TInt SessionId(); TInt GetRecvBufferSize(); + TInt GetSocketImmediateCloseTimeout(){ return KErrNotFound;} private: CHTTPTestUtils& iTestUtils;