debug.cpp

Go to the documentation of this file.
00001 // THREADING NOTE: the global values here  (debug_{level,filter,stream)
00002 // are assumed to be modified "safely", e.g. in the main thread as
00003 // part of process initialization.  They are treated as immutable
00004 // values through all of this debuging package.
00005 //
00006 // XXX on Windows, make it always use OutputDebugString () instead of stdio.
00007 
00008 #include "tao/debug.h"
00009 
00010 ACE_RCSID (tao,
00011            debug,
00012            "debug.cpp,v 1.27 2005/11/02 07:13:04 ossama Exp")
00013 
00014 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00015 
00016 TAO_Export unsigned int TAO_debug_level = 0;
00017 
00018 TAO_END_VERSIONED_NAMESPACE_DECL

Generated on Thu Nov 9 11:54:10 2006 for TAO by doxygen 1.3.6