summaryrefslogtreecommitdiff
path: root/TAO/tao/orbconf.h
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-02-28 21:44:34 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-02-28 21:44:34 +0000
commit8d84e12fc095eacb3e3c2749cbbea72c9b776eaf (patch)
tree660897e406edfd7c5989f2450d14881dc4e809c2 /TAO/tao/orbconf.h
parent90972d47e38b9ec4ea2222dd7c290c5359448d18 (diff)
downloadATCD-8d84e12fc095eacb3e3c2749cbbea72c9b776eaf.tar.gz
ChangeLogTag: Wed Feb 28 15:43:54 2001 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/orbconf.h')
-rw-r--r--TAO/tao/orbconf.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/TAO/tao/orbconf.h b/TAO/tao/orbconf.h
index 4d1660e5c14..66b7b17775c 100644
--- a/TAO/tao/orbconf.h
+++ b/TAO/tao/orbconf.h
@@ -482,13 +482,6 @@ enum MCAST_SERVICEID
# endif /* TAO_HAS_MINIMUM_CORBA */
#endif /* !TAO_HAS_RT_CORBA */
-// Additional settings for RT CORBA
-# if (TAO_HAS_RT_CORBA == 1) && \
- (TAO_HAS_CORBA_MESSAGING == 0)
-# error "tao/orbconf.h: You need CORBA_MESSAGING for RT CORBA support"
-# endif /* TAO_HAS_RT_CORBA == 1 &&
- TAO_HAS_CORBA_MESSAGING == 0 */
-
// NAMED_RT_MUTEX support is disabled by default.
// To explicitly enable NAMED_RT_MUTEX support uncomment the following
@@ -556,6 +549,13 @@ enum MCAST_SERVICEID
# endif /* TAO_HAS_MINIMUM_CORBA */
#endif /* !TAO_HAS_CORBA_MESSAGING */
+// Additional settings for RT CORBA
+# if (TAO_HAS_RT_CORBA == 1) && \
+ (TAO_HAS_CORBA_MESSAGING == 0)
+# error "tao/orbconf.h: You need CORBA_MESSAGING for RT CORBA support"
+# endif /* TAO_HAS_RT_CORBA == 1 &&
+ TAO_HAS_CORBA_MESSAGING == 0 */
+
// For all the policies, support is enabled by default if TAO is
// configured for CORBA Messaging. If TAO is not configured for CORBA
// Messaging, then policies cannot be enabled. Default support can be