classicui_plat/personalisation_framework_api/tsrc/inc/testdompslnfwbc.h
changeset 21 558113899881
parent 14 3320e4e6e8bb
child 22 75713bee6484
child 33 b3425bf29f82
equal deleted inserted replaced
14:3320e4e6e8bb 21:558113899881
     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:  extended class for abstruct class declaration
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef C_TESTDOMPSLNFWBC_H
       
    20 #define C_TESTDOMPSLNFWBC_H
       
    21 
       
    22 #include <pslnfwbasecontainer.h>
       
    23 
       
    24 /**
       
    25  *  Test Class CTestPslnFWBaseContainer 
       
    26  */    
       
    27 class CTestPslnFWBaseContainer : public CPslnFWBaseContainer
       
    28     {
       
    29 
       
    30 public:
       
    31 
       
    32     /**
       
    33      * C++ default constructor
       
    34      */ 
       
    35     CTestPslnFWBaseContainer();
       
    36     
       
    37     /**
       
    38      * Symbian 2nd static constructor
       
    39      */
       
    40     void ConstructL( const TRect& aRect );
       
    41     
       
    42     /**
       
    43      * C++ default destructor
       
    44      */ 
       
    45     ~CTestPslnFWBaseContainer();
       
    46     
       
    47     /**
       
    48      * Construct ListBox from resource id
       
    49      */ 
       
    50     void ConstructListBoxL( TInt aResLbxId );
       
    51     };
       
    52 
       
    53 
       
    54 #endif /*C_TESTDOMPSLNFWBC_H*/