tracesrv/tracecompiler/internal/TraceCompiler_Test/TraceCompilerTester/inc/TraceCompilerTesterCommon1.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 __TRACECOMPILERTESTERCOMMON1_H__
       
    18 #define __TRACECOMPILERTESTERCOMMON1_H__
       
    19 
       
    20 // Include files
       
    21 #include <klib.h> 
       
    22 
       
    23 //  FORWARD DECLARATIONS
       
    24 
       
    25 /**
       
    26  * TraceCompilerTester application
       
    27  */
       
    28 NONSHARABLE_CLASS( DTraceCompilerTesterCommon1 ) : public DBase
       
    29     {
       
    30 public:
       
    31 
       
    32     /**
       
    33      * Constructor
       
    34      */
       
    35     DTraceCompilerTesterCommon1();
       
    36 
       
    37     /**
       
    38      * Destructor
       
    39      */
       
    40     ~DTraceCompilerTesterCommon1();
       
    41 
       
    42     /**
       
    43      * Set values
       
    44      * 
       
    45      * @param aValue1
       
    46      * @param aValue2
       
    47      * @param aValue3
       
    48      * @param aValue4
       
    49      * @return sum of the values          
       
    50      */
       
    51     TInt32 SumValues( TInt aValue1, TInt aValue2, TUint8 aValue3, TUint8 aValue4 );
       
    52 
       
    53     };
       
    54 #endif
       
    55 
       
    56 // End of File