summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-01-13 12:50:38 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-01-13 12:50:38 +0000
commitda73c0e8928f0eb22fc6811dd0a9fce221dfc945 (patch)
treeab6a09590ef8e0b1efe5b6cb2da31df1cf92d3f5
parent285539aed322bc62feef4cd67f83ef84b0681681 (diff)
downloadATCD-da73c0e8928f0eb22fc6811dd0a9fce221dfc945.tar.gz
ChangeLogTag: Fri Jan 13 12:30:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/tao/Messaging/Messaging_ORBInitializer.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/tao/Messaging/Messaging_ORBInitializer.cpp b/TAO/tao/Messaging/Messaging_ORBInitializer.cpp
index aa5642b22b7..883d41db86b 100644
--- a/TAO/tao/Messaging/Messaging_ORBInitializer.cpp
+++ b/TAO/tao/Messaging/Messaging_ORBInitializer.cpp
@@ -58,6 +58,9 @@ TAO_Messaging_ORBInitializer::register_value_factory (
PortableInterceptor::ORBInitInfo_ptr info
ACE_ENV_ARG_DECL)
{
+#if defined (TAO_HAS_DEPRECATED_EXCEPTION_HOLDER)
+ ACE_UNUSED_ARG (info);
+#else
// Narrow to a TAO_ORBInitInfo object to get access to the
// orb_core() TAO extension.
TAO_ORBInitInfo_var tao_info =
@@ -87,6 +90,7 @@ TAO_Messaging_ORBInitializer::register_value_factory (
base_factory
ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
+#endif
}
void
TAO_Messaging_ORBInitializer::register_policy_factories (