diff -r a0da872af3fa -r c59bddbfd7b9 applayerprotocols/httptransportfw/Test/T_HttpPipeliningTest/cpipeliningtestserver.h --- a/applayerprotocols/httptransportfw/Test/T_HttpPipeliningTest/cpipeliningtestserver.h Wed Sep 01 12:21:21 2010 +0100 +++ b/applayerprotocols/httptransportfw/Test/T_HttpPipeliningTest/cpipeliningtestserver.h Wed Oct 13 15:09:28 2010 +0300 @@ -57,7 +57,6 @@ 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 ); @@ -65,6 +64,7 @@ TInt GetRecvBufferSize(); TInt GetSocketImmediateCloseTimeout(){ return KErrNotFound;} + private: CHTTPTestUtils& iTestUtils; MPipeliningTestObserver& iObserver;