phoneuis/TelephonyDeviceMode/inc/CTelDMDebug.h
changeset 21 92ab7f8d0eab
parent 0 5f000ab63145
child 51 f39ed5e045e0
child 62 5266b1f337bd
equal deleted inserted replaced
4:c84cf270c54f 21:92ab7f8d0eab
    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; }