iaupdate/IAD/ui/src/iaupdateappui.cpp
branchRCL_3
changeset 14 09e5ea190d07
parent 2 661f3784fe57
child 17 741e5bba2bd1
equal deleted inserted replaced
13:0817e13c927e 14:09e5ea190d07
     1 /*
     1 /*
     2 * Copyright (c) 2007-2009 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".
    97         BaseConstructL( EAknEnableSkin | EAknEnableMSK | EAknSingleClickCompatible );
    97         BaseConstructL( EAknEnableSkin | EAknEnableMSK | EAknSingleClickCompatible );
    98         }
    98         }
    99     else
    99     else
   100         {
   100         {
   101         iEikonEnv->RootWin().SetOrdinalPosition( -1, ECoeWinPriorityNeverAtFront );
   101         iEikonEnv->RootWin().SetOrdinalPosition( -1, ECoeWinPriorityNeverAtFront );
   102         BaseConstructL( EAknEnableSkin | EAknEnableMSK );
   102         BaseConstructL( EAknEnableSkin | EAknEnableMSK | EAknSingleClickCompatible );
   103         StatusPane()->MakeVisible( EFalse );
   103         StatusPane()->MakeVisible( EFalse );
   104         }
   104         }
   105     
   105     
   106     iController = CIAUpdateUiController::NewL( *this ); 
   106     iController = CIAUpdateUiController::NewL( *this ); 
   107         
   107