uifw/AvKon/src/aknlib.cpp
branchRCL_3
changeset 56 d48ab3b357f1
parent 55 aecbbf00d063
--- a/uifw/AvKon/src/aknlib.cpp	Tue Aug 31 15:28:30 2010 +0300
+++ b/uifw/AvKon/src/aknlib.cpp	Wed Sep 01 12:16:19 2010 +0100
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies).
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of "Eclipse Public License v1.0"
@@ -55,6 +55,7 @@
 
 #include <aknbutton.h>
 
+#include "akncombinedpane.h"
 
 _LIT(KResFileName,         "z:\\resource\\avkon.rsc");
 _LIT(KAknPrivResourceFile, "z:\\resource\\aknpriv.rsc");
@@ -275,6 +276,9 @@
         case EAknCtBatteryIndicatorContainerPane:
             controlInfo.iControl = new(ELeave) CAknBatteryIndicatorContainer;
             break;
+        case EAknCtCombinedPane:
+            controlInfo.iControl = CAknCombinedPane::NewL();
+            break;
             
         case EAknCtNote:
             controlInfo.iControl = new(ELeave) CAknNoteControl;