diff -r a2a70ce3d4e8 -r 5f1cd966e0d9 applayerprotocols/httptransportfw/Test/T_HttpPipeliningTest/cpipeliningtestserver.h --- a/applayerprotocols/httptransportfw/Test/T_HttpPipeliningTest/cpipeliningtestserver.h Thu Jul 15 19:14:59 2010 +0300 +++ b/applayerprotocols/httptransportfw/Test/T_HttpPipeliningTest/cpipeliningtestserver.h Thu Aug 19 10:27:19 2010 +0300 @@ -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(); TInt SessionId(); virtual TBool SupplySocketServerHandle ( TInt& aSocketServerHandle ); virtual void SetSocketServerHandleL ( TInt aSocketServerHandle ); TInt GetRecvBufferSize(); + TInt GetSocketImmediateCloseTimeout(){ return KErrNotFound;} private: CHTTPTestUtils& iTestUtils;