equal
deleted
inserted
replaced
21 |
21 |
22 // INCLUDES |
22 // INCLUDES |
23 #include <e32std.h> |
23 #include <e32std.h> |
24 |
24 |
25 //#ifdef _DEBUG |
25 //#ifdef _DEBUG |
26 #define ENABLE_DEBUG_LOGS |
26 #ifdef __WINS__ |
27 //#endif |
27 #ifdef _DEBUG |
|
28 #define ENABLE_DEBUG_LOGS // for WINS UDEB |
|
29 #endif |
|
30 #else |
|
31 #ifdef _DEBUG |
|
32 #define ENABLE_DEBUG_LOGS // for device UDEB |
|
33 #endif |
|
34 #endif |
28 |
35 |
29 /** |
36 /** |
30 * Usage of Log MACRO'S |
37 * Usage of Log MACRO'S |
31 * _LIT( KExample, "Example" ); |
38 * _LIT( KExample, "Example" ); |
32 * TXT(s) _L(s) |
39 * TXT(s) _L(s) |