tracesrv/tracecompiler/internal/TraceCompiler_Test/TraceCompilerTester/inc/TraceCompilerTesterCommon2.h
changeset 62 1c2bb2fc7c87
equal deleted inserted replaced
56:aa2539c91954 62:1c2bb2fc7c87
       
     1 /*
       
     2 * Copyright (c) 2010 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: 
       
    15 *
       
    16 */
       
    17 #ifndef __TRACECOMPILERTESTERCOMMON2_H__
       
    18 #define __TRACECOMPILERTESTERCOMMON2_H__
       
    19 
       
    20 // Include files
       
    21 #include <klib.h> 
       
    22 
       
    23 
       
    24 //  FORWARD DECLARATIONS
       
    25 
       
    26 /**
       
    27  * TraceCompilerTester application
       
    28  */
       
    29 NONSHARABLE_CLASS( DTraceCompilerTesterCommon2 ) : public DBase
       
    30     {
       
    31 public:
       
    32 
       
    33     /**
       
    34      * Constructor
       
    35      */
       
    36     DTraceCompilerTesterCommon2();
       
    37 
       
    38     /**
       
    39      * Destructor
       
    40      */
       
    41     ~DTraceCompilerTesterCommon2();
       
    42 
       
    43     /**
       
    44      * Print Kekkonen
       
    45      */
       
    46     void Kekkonen();
       
    47     };
       
    48 #endif
       
    49 
       
    50 // End of File