diff -r 6295dc2169f3 -r 8486d82aef45 connectivitylayer/isce/isirouter_dll/inc/isiroutertrace.h --- a/connectivitylayer/isce/isirouter_dll/inc/isiroutertrace.h Wed Apr 21 14:29:55 2010 +0300 +++ b/connectivitylayer/isce/isirouter_dll/inc/isiroutertrace.h Tue Oct 19 13:16:20 2010 +0300 @@ -34,6 +34,7 @@ EDISIKernelChannelId, EDISIThreadContainerTraceId, EDISICLTransceiverTraceId, + EDIsiRouterServiceTraceId, }; const TUint8 KClassIdentifierShift( 8 ); @@ -48,12 +49,22 @@ #ifdef _DEBUG #if defined COMPONENT_TRACE_FLAG - #define C_TRACE(a) __TRACE_PRINTF(a) + #define C_TRACE( a ) __TRACE_PRINTF( a ) #else #define C_TRACE(a) #endif // COMPONENT_TRACE_FLAG + #if defined ISIMESSAGE_TRACE_FLAG + /* + * Trace function introduction. + */ + void PrintIsiMessageTrace( TDes8& aMessage ); + #define ISIMESSAGE_TRACE( a ) PrintIsiMessageTrace( a ) + #else + #define ISIMESSAGE_TRACE( a ) + #endif // COMPONENT_TRACE_FLAG #else #define C_TRACE(a) + #define ISIMESSAGE_TRACE( a ) #endif // _DEBUG // Resets are made both in UDEB and UREL (traces only in udeb)