idlehomescreen/xmluirendering/uiengine/src/xnviewadapter.cpp
branchRCL_3
changeset 9 f966699dea19
parent 5 c743ef5928ba
child 15 ff572dfe6d86
equal deleted inserted replaced
5:c743ef5928ba 9:f966699dea19
   187     {
   187     {
   188     BaseConstructL();
   188     BaseConstructL();
   189     
   189     
   190     // Base class CAknViewAppUi takes ownership of iViewAdapter
   190     // Base class CAknViewAppUi takes ownership of iViewAdapter
   191     iAppUiAdapter.AddViewL( this );    
   191     iAppUiAdapter.AddViewL( this );    
   192     
   192     iAppUiAdapter.SetDefaultViewL( *this );
       
   193 
   193     iBgControl = CXnBgControl::NewL();
   194     iBgControl = CXnBgControl::NewL();
   194     iBgControl->SetMopParent( this );
   195     iBgControl->SetMopParent( this );
   195 
   196 
   196     iBgManager = CXnBackgroundManager::NewL( iAppUiAdapter.ViewManager(),
   197     iBgManager = CXnBackgroundManager::NewL( iAppUiAdapter.ViewManager(),
   197         iAppUiAdapter.ViewManager().Editor().HspsWrapper() );
   198         iAppUiAdapter.ViewManager().Editor().HspsWrapper() );