equal
deleted
inserted
replaced
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; |