applayerprotocols/httpservice/test/httpservicetest/clocaltestserver.h
branchRCL_3
changeset 40 a0da872af3fa
parent 39 c0c2f28ace9c
child 53 c59bddbfd7b9
equal deleted inserted replaced
39:c0c2f28ace9c 40:a0da872af3fa
    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;