applayerprotocols/httpservice/test/httpservicetest/clocaltestserver.h
branchRCL_3
changeset 53 c59bddbfd7b9
parent 40 a0da872af3fa
--- 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;