summaryrefslogtreecommitdiff
path: root/TAO/tao/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/debug.h')
-rw-r--r--TAO/tao/debug.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/TAO/tao/debug.h b/TAO/tao/debug.h
index 1ca35af44d1..6bd37a2341c 100644
--- a/TAO/tao/debug.h
+++ b/TAO/tao/debug.h
@@ -22,6 +22,10 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
+#include "tao/Versioned_Namespace.h"
+
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
// These are global to simplify is use by other code, very much in
// particular by getopt and related argument-parsing code
//
@@ -34,5 +38,7 @@ extern TAO_Export unsigned int TAO_debug_level;
// debug messages on (1) or off (0)
extern TAO_Export unsigned int TAO_orbdebug;
+TAO_END_VERSIONED_NAMESPACE_DECL
+
#include /**/ "ace/post.h"
#endif /* TAO_DEBUG_H */