phoneuis/TelephonyDeviceMode/inc/CTelDMDebug.h
branchRCL_3
changeset 25 5266b1f337bd
parent 24 41a7f70b3818
equal deleted inserted replaced
24:41a7f70b3818 25:5266b1f337bd
    20 #ifndef CTELDMDEBUG_H
    20 #ifndef CTELDMDEBUG_H
    21 #define CTELDMDEBUG_H
    21 #define CTELDMDEBUG_H
    22 
    22 
    23 #ifdef _DEBUG
    23 #ifdef _DEBUG
    24 // ===========================================================================
    24 // ===========================================================================
    25                   // RDebug logging for target HW
    25 	              // RDebug logging for target HW
    26 // ===========================================================================
    26 // ===========================================================================
    27 #include <e32svr.h>
    27 #include <e32svr.h>
    28 
    28 
    29 #define FLOG( a )   { RDebug::Print( a ); }
    29 #define FLOG( a )   { RDebug::Print( a ); }
    30 #define FTRACE( a ) { a; }
    30 #define FTRACE( a ) { a; }