uiacceltk/hitchcock/goommonitor/inc/tracedefs.h
branchGCC_SURGE
changeset 36 a7cff2fbd499
parent 0 15bf7259bb7c
equal deleted inserted replaced
33:bb0f3b79fdbe 36:a7cff2fbd499
    32 #define _PREFIX_TRACE_2( aMsg1, aMsg2 ) TPtrC( (const TText*)L"[GOOM]: " L##aMsg1 L##aMsg2 )
    32 #define _PREFIX_TRACE_2( aMsg1, aMsg2 ) TPtrC( (const TText*)L"[GOOM]: " L##aMsg1 L##aMsg2 )
    33 
    33 
    34 /**
    34 /**
    35 * Prefix macro for strings
    35 * Prefix macro for strings
    36 */
    36 */
    37 #define _PREFIX_CHAR( aMsg ) (const char*)"[GOOM]: " ##aMsg
    37 #define _PREFIX_CHAR( aMsg ) (const char*)"[GOOM]: " #aMsg
    38 
    38 
    39 #endif // TRACEDEFS_H
    39 #endif // TRACEDEFS_H