equal
deleted
inserted
replaced
158 */ |
158 */ |
159 IMPORT_C virtual void HandleEventL( const TDesC& aEvent, |
159 IMPORT_C virtual void HandleEventL( const TDesC& aEvent, |
160 CXnNodeAppIf& aDestination ); |
160 CXnNodeAppIf& aDestination ); |
161 |
161 |
162 /** |
162 /** |
163 * This is called when initial view is activated |
163 * This is called when (initial) view is ready |
164 * To be overriden by subclass. |
164 * To be overriden by subclass. |
165 * |
165 * |
166 * @since S60 5.2 |
166 * @since S60 5.2 |
167 */ |
167 */ |
168 IMPORT_C virtual void UiActivated(); |
168 IMPORT_C virtual void HandleUiReadyEventL(); |
169 |
169 |
170 /** |
170 /** |
171 * Second-phase constructor |
171 * Second-phase constructor |
172 * |
172 * |
173 * @since Series 60 3.1 |
173 * @since Series 60 3.1 |