00001 // THREADING NOTE: the global values here (debug_{level,filter,stream)00002 // are assumed to be modified "safely", e.g. in the main thread as00003 // part of process initialization. They are treated as immutable00004 // 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 88517 2010-01-13 08:54:34Z johnnyw $")
00013
00014 TAO_BEGIN_VERSIONED_NAMESPACE_DECL00015
00016TAO_ExportunsignedintTAO_debug_level = 0;
00017
00018TAO_ExportunsignedintTAO_orbdebug = 0;
00019
00020 TAO_END_VERSIONED_NAMESPACE_DECL