summaryrefslogtreecommitdiff
path: root/TAO/tao
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-09-12 22:58:01 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-09-12 22:58:01 +0000
commitb4c392f435c58b7b56679fc6848a15a9613a9773 (patch)
treed1c09538ad0d36c66cfb4fa5afa77d0afedf3197 /TAO/tao
parent7093e58c54a99255ed7e7059b3f737300bbbe79d (diff)
downloadATCD-b4c392f435c58b7b56679fc6848a15a9613a9773.tar.gz
ChangeLogTag:Tue Sep 12 15:53:30 2000 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'TAO/tao')
-rw-r--r--TAO/tao/orbconf.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/TAO/tao/orbconf.h b/TAO/tao/orbconf.h
index 83da245c4b6..87589f4b2ab 100644
--- a/TAO/tao/orbconf.h
+++ b/TAO/tao/orbconf.h
@@ -801,20 +801,6 @@ enum MCAST_SERVICEID
# define TAO_HAS_INTERFACE_REPOSITORY 0
#endif /* !TAO_HAS_INTERFACE_REPOSITORY */
-// With minimum CORBA, we don't have the ForwardRequest exception.
-// Therefore, we can't support the INS forwarding agent. Otherwise,
-// we allow user to supress it.
-#if (TAO_HAS_MINIMUM_CORBA == 1)
-# if defined (TAO_NO_IOR_TABLE)
-# undef TAO_NO_IOR_TABLE
-# endif /* TAO_NO_IOR_TABLE */
-# define TAO_NO_IOR_TABLE 1
-#else
-# if !defined (TAO_NO_IOR_TABLE)
-# define TAO_NO_IOR_TABLE 0
-# endif /* TAO_NO_IOR_TABLE */
-#endif /* TAO_HAS_MINIMUM_CORBA */
-
// Interceptors is supported by default if we are not building for
// MinimumCORBA.
#if !defined (TAO_HAS_INTERCEPTORS)