idlehomescreen/xmluirendering/uiengine/src/xnbgcontrol.cpp
branchRCL_3
changeset 11 ff572dfe6d86
parent 5 c743ef5928ba
equal deleted inserted replaced
9:f966699dea19 11:ff572dfe6d86
   247     
   247     
   248     iHitpoint.SetXY( -1, -1 );
   248     iHitpoint.SetXY( -1, -1 );
   249     }
   249     }
   250 
   250 
   251 // -----------------------------------------------------------------------------
   251 // -----------------------------------------------------------------------------
   252 // CXnBgControl::PrepareDestroy()
       
   253 // Prepares control for destroying
       
   254 // -----------------------------------------------------------------------------
       
   255 //
       
   256 void CXnBgControl::PrepareDestroy()
       
   257     {
       
   258     static_cast< CXnAppUiAdapter* >( iAvkonAppUi )
       
   259             ->UiStateListener().RemoveObserver( *this );
       
   260     }
       
   261 
       
   262 // -----------------------------------------------------------------------------
       
   263 // CXnBgControl::RemoveGrabbingControL()
   252 // CXnBgControl::RemoveGrabbingControL()
   264 // Removes recursively grabbing controls
   253 // Removes recursively grabbing controls
   265 // -----------------------------------------------------------------------------
   254 // -----------------------------------------------------------------------------
   266 //
   255 //
   267 void CXnBgControl::RemoveGrabbingControL( const CCoeControl* aControl,
   256 void CXnBgControl::RemoveGrabbingControL( const CCoeControl* aControl,