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            "$Id: debug.cpp 69150 2005-11-02 07:13:04Z ossama $")
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 Tue Feb 2 17:37:51 2010 for TAO by  doxygen 1.4.7