equal
deleted
inserted
replaced
196 // Forwards the call to the ui engine implementation |
196 // Forwards the call to the ui engine implementation |
197 // ----------------------------------------------------------------------------- |
197 // ----------------------------------------------------------------------------- |
198 // |
198 // |
199 EXPORT_C CXnDomStringPool& TXnUiEngineAppIf::StringPool() |
199 EXPORT_C CXnDomStringPool& TXnUiEngineAppIf::StringPool() |
200 { |
200 { |
201 return iUiEngine->ODT()->DomDocument().StringPool(); |
201 return *iUiEngine->ODT()->DomDocument().StringPool(); |
202 } |
202 } |
203 |
203 |
204 // ----------------------------------------------------------------------------- |
204 // ----------------------------------------------------------------------------- |
205 // TXnUiEngineAppIf::ActivateViewL |
205 // TXnUiEngineAppIf::ActivateViewL |
206 // Activate a view |
206 // Activate a view |