idlehomescreen/xmluirendering/uiengine/src/xnuiengineappif.cpp
branchRCL_3
changeset 34 d05a55b217df
parent 16 9674c1a575e9
equal deleted inserted replaced
30:b8fae6b8a148 34:d05a55b217df
   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()