engine/inc/ConnectionEngine.h
changeset 60 4d230e702aa3
parent 59 9569ea080d5a
child 65 bcd88ba95046
equal deleted inserted replaced
59:9569ea080d5a 60:4d230e702aa3
    88 	void Error( TInt aError );
    88 	void Error( TInt aError );
    89 protected:
    89 protected:
    90 	// UI Setting
    90 	// UI Setting
    91 	TBool ConnectionSettingL();
    91 	TBool ConnectionSettingL();
    92 	
    92 	
    93 	void ReportConnection(TInt aError);
    93 	void ReportConnectionL(TInt aError);
    94 	void ReportConnectionSelectionStart();
    94 	void ReportConnectionSelectionStart();
    95 	void ReportConnectionSelectionEnd();
    95 	void ReportConnectionSelectionEnd();
    96 	
    96 	
    97 private:
    97 private:
    98 	RConnection                   iConnection;
    98 	RConnection                   iConnection;