uifw/AvKon/src/aknlib.cpp
branchRCL_3
changeset 55 aecbbf00d063
parent 4 8ca85d2f0db7
child 56 d48ab3b357f1
equal deleted inserted replaced
51:fcdfafb36fe7 55:aecbbf00d063
     1 /*
     1 /*
     2 * Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2002 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".
    53 #include "aknsignalindicatorcontainer.h"
    53 #include "aknsignalindicatorcontainer.h"
    54 #include "aknbatteryindicatorcontainer.h"
    54 #include "aknbatteryindicatorcontainer.h"
    55 
    55 
    56 #include <aknbutton.h>
    56 #include <aknbutton.h>
    57 
    57 
    58 #include "akncombinedpane.h"
       
    59 
    58 
    60 _LIT(KResFileName,         "z:\\resource\\avkon.rsc");
    59 _LIT(KResFileName,         "z:\\resource\\avkon.rsc");
    61 _LIT(KAknPrivResourceFile, "z:\\resource\\aknpriv.rsc");
    60 _LIT(KAknPrivResourceFile, "z:\\resource\\aknpriv.rsc");
    62 
    61 
    63 // Static DLL functions
    62 // Static DLL functions
   274             controlInfo.iControl = new(ELeave) CAknSignalIndicatorContainer;
   273             controlInfo.iControl = new(ELeave) CAknSignalIndicatorContainer;
   275             break;
   274             break;
   276         case EAknCtBatteryIndicatorContainerPane:
   275         case EAknCtBatteryIndicatorContainerPane:
   277             controlInfo.iControl = new(ELeave) CAknBatteryIndicatorContainer;
   276             controlInfo.iControl = new(ELeave) CAknBatteryIndicatorContainer;
   278             break;
   277             break;
   279         case EAknCtCombinedPane:
       
   280             controlInfo.iControl = CAknCombinedPane::NewL();
       
   281             break;
       
   282             
   278             
   283         case EAknCtNote:
   279         case EAknCtNote:
   284             controlInfo.iControl = new(ELeave) CAknNoteControl;
   280             controlInfo.iControl = new(ELeave) CAknNoteControl;
   285             break;
   281             break;
   286         case EAknCtQuery:
   282         case EAknCtQuery: