engine/inc/ConnectionEngine.h
changeset 35 66c5303f3610
parent 13 f58e3c482bd9
child 37 1644b7cd063e
child 63 a8538f50e2ba
equal deleted inserted replaced
30:7bca37ba5fa9 35:66c5303f3610
    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;