applayerprotocols/httpservice/test/httpservicetest/clocaltestserver.h
branchRCL_3
changeset 39 c0c2f28ace9c
parent 37 5f1cd966e0d9
child 40 a0da872af3fa
equal deleted inserted replaced
37:5f1cd966e0d9 39:c0c2f28ace9c
    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);
       
    59 	TBool ImmediateSocketShutdown();
    58 	TBool ImmediateSocketShutdown();
    60 	virtual TBool SupplySocketServerHandle ( TInt& aSocketServerHandle );
    59 	virtual TBool SupplySocketServerHandle ( TInt& aSocketServerHandle );
    61   	virtual void SetSocketServerHandleL ( TInt aSocketServerHandle );
    60   	virtual void SetSocketServerHandleL ( TInt aSocketServerHandle );
    62 	TInt SessionId();
    61 	TInt SessionId();
    63 	TInt GetRecvBufferSize();
    62 	TInt GetRecvBufferSize();
    64 	TInt GetSocketImmediateCloseTimeout(){ return KErrNotFound;}
       
    65 
    63 
    66 private:
    64 private:
    67 	CHTTPTestUtils& 					iTestUtils;
    65 	CHTTPTestUtils& 					iTestUtils;
    68 	MLocalTestServerObserver&	iObserver;
    66 	MLocalTestServerObserver&	iObserver;
    69 	CHttpTransportLayer*			iTCPLayer;
    67 	CHttpTransportLayer*			iTCPLayer;