idlehomescreen/xmluirendering/uiengine/src/xnviewadapter.cpp
branchCompilerCompatibility
changeset 12 119a7c064f0f
parent 9 f966699dea19
child 15 ff572dfe6d86
equal deleted inserted replaced
10:148c8716f7c0 12:119a7c064f0f
   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() );