uiaccelerator_plat/alf_core_toolkit_api/tsrc/inc/testuialfcoretoolkitvisualext.h
branchRCL_3
changeset 20 31fccae4f8a7
parent 10 7c5dd702d6d3
equal deleted inserted replaced
19:e5af45d51884 20:31fccae4f8a7
       
     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:  The derived class of CHuiVisual for testing the protected method
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef C_TESTPLATALFCORETOOLKITVISUALEXT_H
       
    20 #define C_TESTPLATALFCORETOOLKITVISUALEXT_H
       
    21 
       
    22 // INCLUDES
       
    23 #include <uiacceltk\huivisual.h>
       
    24 
       
    25 class CTestUiAifCoreToolkit;
       
    26 
       
    27 // CLASS DECLARATION
       
    28 
       
    29 /**
       
    30  *  Ctestplatalfcoretoolkitvisualext
       
    31  * 
       
    32  */
       
    33 class CTestPlatALFCoreToolkitVisualExt : public CHuiVisual
       
    34     {
       
    35 public:
       
    36     CTestPlatALFCoreToolkitVisualExt( MHuiVisualOwner& aOwner );
       
    37     
       
    38     friend CTestUiAifCoreToolkit;
       
    39     };
       
    40 
       
    41 #endif // C_TESTPLATALFCORETOOLKITVISUALEXT_H