diff -r a0da872af3fa -r c59bddbfd7b9 applayerprotocols/httpservice/test/httpservicetest/clocaltestserver.h --- a/applayerprotocols/httpservice/test/httpservicetest/clocaltestserver.h Wed Sep 01 12:21:21 2010 +0100 +++ b/applayerprotocols/httpservice/test/httpservicetest/clocaltestserver.h Wed Oct 13 15:09:28 2010 +0300 @@ -55,7 +55,6 @@ 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 ); @@ -63,6 +62,7 @@ TInt GetRecvBufferSize(); TInt GetSocketImmediateCloseTimeout(){ return KErrNotFound;} + private: CHTTPTestUtils& iTestUtils; MLocalTestServerObserver& iObserver;