classicui_pub/popups_api/tsrc/src/testsdkpopupscontrol.cpp
changeset 0 2f259fa3e83a
equal deleted inserted replaced
-1:000000000000 0:2f259fa3e83a
       
     1 /*
       
     2 * Copyright (c) 2002 - 2007 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  test aknPopupHeadingPane.h 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 //  INCLUDES
       
    20 #include <coecobs.h>
       
    21 #include <aknpopupheadingpane.h>
       
    22 #include <barsread.h>
       
    23 #include <coemain.h>
       
    24 #include <testsdkpopups.rsg>
       
    25 
       
    26 #include "testsdkpopupscontrol.h"
       
    27 // ============================ MEMBER FUNCTIONS ===============================
       
    28 // -----------------------------------------------------------------------------
       
    29 // CTestSDKPopupsControl::CTestSDKPopupsControl
       
    30 // -----------------------------------------------------------------------------
       
    31 CTestSDKPopupsControl::CTestSDKPopupsControl():CCoeControl()
       
    32     {
       
    33 
       
    34     }
       
    35 
       
    36 // -----------------------------------------------------------------------------
       
    37 // CTestSDKPopupsControl::~CTestSDKPopupsControl
       
    38 // -----------------------------------------------------------------------------
       
    39 CTestSDKPopupsControl::~CTestSDKPopupsControl()
       
    40     {
       
    41 
       
    42     }
       
    43 
       
    44 // -----------------------------------------------------------------------------
       
    45 // CTestSDKPopupsControl::ConstructL
       
    46 // -----------------------------------------------------------------------------
       
    47 void CTestSDKPopupsControl::ConstructL()
       
    48     {
       
    49     CreateWindowL();
       
    50     ActivateL();
       
    51     }