summaryrefslogtreecommitdiff
path: root/ace/config-win32.h
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-01-09 18:01:35 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-01-09 18:01:35 +0000
commitf32c44c828f482da03e5b5ea4a9ea0421e00e1eb (patch)
treef9ddadddbdab3d4b64de3d73c3e1d4f42f450481 /ace/config-win32.h
parentf2e4f3adc69c1e63eeec1b1401cee11c07c584a1 (diff)
downloadATCD-f32c44c828f482da03e5b5ea4a9ea0421e00e1eb.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/config-win32.h')
-rw-r--r--ace/config-win32.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/ace/config-win32.h b/ace/config-win32.h
index e8a029cb333..5955e3320b6 100644
--- a/ace/config-win32.h
+++ b/ace/config-win32.h
@@ -116,6 +116,14 @@
#define ACE_HAS_MT_ORBIX 0
#endif
+// By default, you will get the proper namespace usage for Orbix. If
+// you don't like this, comment out the #define line or #undef
+// ACE_ORBIX_HAS_NAMESPACES in your config.h file after including this
+// file.
+#if !defined (ACE_ORBIX_HAS_NAMESPACES)
+#define ACE_ORBIX_HAS_NAMESPACES
+#endif /* ACE_ORBIX_HAS_NAMESPACES */
+
// By default, we disable the C++ casting because
// it requires the RTTI support to be turned on which
// is not something we usually do.