TraceSource.h File Reference

Go to the source code of this file.

Classes

class  TraceSource
 TraceSource is a common base for all classes which write messages to a TraceTarget. More...

Functions

char * get_tid (char *tidstr, int cb)


Function Documentation

char* get_tid ( char *  tidstr,
int  cb 
) [inline]

Definition at line 169 of file TraceSource.h.

References getCurrentThreadId().

00170 {
00171     snprintf(tidstr, cb, "%d", getCurrentThreadId());
00172     return tidstr;
00173 }


Generated on Mon Jun 22 04:00:22 2009 for Fennel by  doxygen 1.5.1