videocollection/inc/videocollectiontrace.h
branchGCC_SURGE
changeset 27 7bf7319dbddd
parent 17 69946d1824c4
child 48 ebbeb6bcda56
equal deleted inserted replaced
25:64b17c28fa83 27:7bf7319dbddd
    90 /**
    90 /**
    91 * Trace prefixes for macros with component name.
    91 * Trace prefixes for macros with component name.
    92 */
    92 */
    93 #define _PREFIX_TRACE( a ) TPtrC( (const TText*) L"#FuC# " L##a )
    93 #define _PREFIX_TRACE( a ) TPtrC( (const TText*) L"#FuC# " L##a )
    94 #define _PREFIX_TRACE_2( a, b ) TPtrC( (const TText*) L"#FuC# " L##a L##b )
    94 #define _PREFIX_TRACE_2( a, b ) TPtrC( (const TText*) L"#FuC# " L##a L##b )
    95 #define _PREFIX_TRACE8( a ) (const char*)( "#FuC# " ##a )
    95 #define _PREFIX_TRACE8( a ) (const char*)( "#FuC# " a )
    96 
    96 
    97 /**
    97 /**
    98 * Prefix error trace
    98 * Prefix error trace
    99 */
    99 */
   100 #define _PREFIX_ERROR( aMsg ) _PREFIX_TRACE( "[ERROR: %d]: " L##aMsg )
   100 #define _PREFIX_ERROR( aMsg ) _PREFIX_TRACE( "[ERROR: %d]: " L##aMsg )