equal
deleted
inserted
replaced
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; } |