commsconfig/cscapplicationui/src/cscappui.cpp
branchRCL_3
changeset 6 fc8c25e5a2e8
parent 0 a4daefaec16c
child 8 7117cbf1600a
equal deleted inserted replaced
2:7b872347d83b 6:fc8c25e5a2e8
     1 /*
     1 /*
     2 * Copyright (c) 2007-2007 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
   209 // Handling changing of the skin and layout.
   209 // Handling changing of the skin and layout.
   210 // ---------------------------------------------------------------------------
   210 // ---------------------------------------------------------------------------
   211 //
   211 //
   212 void CCSCAppUi::HandleResourceChangeL( TInt aType )
   212 void CCSCAppUi::HandleResourceChangeL( TInt aType )
   213     {
   213     {
   214     CSCDEBUG( "CCSCAppUi::HandleResourceChangeL - begin" );
   214     CSCDEBUG( "CCSCAppUi::HandleResourceChangeL" );
   215     
       
   216     if ( aType == KAknsMessageSkinChange || 
       
   217          aType == KEikDynamicLayoutVariantSwitch )
       
   218         {
       
   219         iServiceView->UpdateLayout( aType );
       
   220         }
       
   221 
   215 
   222     CAknViewAppUi::HandleResourceChangeL( aType );
   216     CAknViewAppUi::HandleResourceChangeL( aType );
   223     
       
   224     CSCDEBUG( "CCSCAppUi::HandleResourceChangeL - end" );
       
   225     }
   217     }
   226 
   218 
   227 
   219 
   228 // ---------------------------------------------------------------------------
   220 // ---------------------------------------------------------------------------
   229 // From class MCSCProvisioningObserver
   221 // From class MCSCProvisioningObserver