tracefw/tracecompiler/test/multipleMmpTestCases/mmp_traces/src/ExtraCppFile2.cpp
branchRCL_3
changeset 20 ca8a1b6995f6
equal deleted inserted replaced
19:07b41fa8d1dd 20:ca8a1b6995f6
       
     1 /*
       
     2  * ExtraCppFile.cpp
       
     3  *
       
     4  *  Created on: Dec 7, 2009
       
     5  *      Author: cajagu
       
     6  */
       
     7 
       
     8 
       
     9 /*
       
    10 * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
       
    11 * All rights reserved.
       
    12 * This component and the accompanying materials are made available
       
    13 * under the terms of "Eclipse Public License v1.0"
       
    14 * which accompanies this distribution, and is available
       
    15 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
    16 *
       
    17 * Initial Contributors:
       
    18 * Nokia Corporation - initial contribution.
       
    19 *
       
    20 * Contributors:
       
    21 *
       
    22 * Description: 
       
    23 *
       
    24 */
       
    25 /*
       
    26  * ExtraCppFile.cpp
       
    27  *
       
    28  *  Created on: Dec 7, 2009
       
    29  *      Author: cajagu
       
    30  */
       
    31 
       
    32 #include "MultipleMmpApp.h"
       
    33 #include "OstTraceDefinitions.h"
       
    34 #ifdef OST_TRACE_COMPILER_IN_USE
       
    35 #include "ExtraCppFile2Traces.h"
       
    36 #endif
       
    37 
       
    38 void CallSomeMoreTraceStatements()
       
    39     {
       
    40     TInt32 x = 555;
       
    41     TUint32 y = 666;
       
    42 
       
    43     OstTrace1( TRACE_FLOW, TEST1_CALLMORE, "CallSomeMoreTraceStatements(): x=%d" , x );
       
    44     OstTrace1( TRACE_FLOW, TEST2_CALLMORE, "CallSomeMoreTraceStatements(): y=%u" , y );
       
    45     }