applayerprotocols/httpservice/test/httpservicetest/clocaltestserver.h
branchRCL_3
changeset 18 5f1cd966e0d9
parent 0 b16258d2340f
child 19 c0c2f28ace9c
equal deleted inserted replaced
17:a2a70ce3d4e8 18:5f1cd966e0d9
    53 	
    53 	
    54 	// From MConnectionPrefsProvider
    54 	// From MConnectionPrefsProvider
    55 	TBool SupplyCommsConnection(RConnection*& aConnectionPtr);
    55 	TBool SupplyCommsConnection(RConnection*& aConnectionPtr);
    56  	void SetCommsConnectionL(RConnection* aConnectionPtr);
    56  	void SetCommsConnectionL(RConnection* aConnectionPtr);
    57 	void GetSecurityPrefs(TBool& aDialogPrompt, MSecurityPolicy*& aSecurityPolicy);
    57 	void GetSecurityPrefs(TBool& aDialogPrompt, MSecurityPolicy*& aSecurityPolicy);
       
    58 	void GetSecurityPrefs(MSecurityPolicy*& aSecurityPolicy, TInt& aDialogPref);
    58 	TBool ImmediateSocketShutdown();
    59 	TBool ImmediateSocketShutdown();
    59 	virtual TBool SupplySocketServerHandle ( TInt& aSocketServerHandle );
    60 	virtual TBool SupplySocketServerHandle ( TInt& aSocketServerHandle );
    60   	virtual void SetSocketServerHandleL ( TInt aSocketServerHandle );
    61   	virtual void SetSocketServerHandleL ( TInt aSocketServerHandle );
    61 	TInt SessionId();
    62 	TInt SessionId();
    62 	TInt GetRecvBufferSize();
    63 	TInt GetRecvBufferSize();
       
    64 	TInt GetSocketImmediateCloseTimeout(){ return KErrNotFound;}
    63 
    65 
    64 private:
    66 private:
    65 	CHTTPTestUtils& 					iTestUtils;
    67 	CHTTPTestUtils& 					iTestUtils;
    66 	MLocalTestServerObserver&	iObserver;
    68 	MLocalTestServerObserver&	iObserver;
    67 	CHttpTransportLayer*			iTCPLayer;
    69 	CHttpTransportLayer*			iTCPLayer;