equal
deleted
inserted
replaced
195 { |
195 { |
196 return *iUiEngine->ODT()->DomDocument().StringPool(); |
196 return *iUiEngine->ODT()->DomDocument().StringPool(); |
197 } |
197 } |
198 |
198 |
199 // ----------------------------------------------------------------------------- |
199 // ----------------------------------------------------------------------------- |
200 // TXnUiEngineAppIf::ActivateViewL |
|
201 // Activate a view |
|
202 // ----------------------------------------------------------------------------- |
|
203 // |
|
204 EXPORT_C void TXnUiEngineAppIf::ActivateViewL( CXnNodeAppIf& aViewNode ) |
|
205 { |
|
206 iUiEngine->ActivateViewL( aViewNode.Node() ); |
|
207 } |
|
208 |
|
209 // ----------------------------------------------------------------------------- |
|
210 // TXnUiEngineAppIf::ActiveView |
200 // TXnUiEngineAppIf::ActiveView |
211 // Return the active view |
201 // Return the active view |
212 // ----------------------------------------------------------------------------- |
202 // ----------------------------------------------------------------------------- |
213 // |
203 // |
214 EXPORT_C CXnNodeAppIf* TXnUiEngineAppIf::ActiveView() |
204 EXPORT_C CXnNodeAppIf* TXnUiEngineAppIf::ActiveView() |