summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-11-07 09:26:03 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-11-07 09:26:03 +0000
commite83dda89edc9ac2902ce9bc5316eae264dbcf25b (patch)
tree95a214963b052f544a67ab40c5e070e83ecd9e7f /TAO/orbsvcs
parent6af231ad938ddfea820af2d431d3192d4ff3b3bb (diff)
downloadATCD-e83dda89edc9ac2902ce9bc5316eae264dbcf25b.tar.gz
Tue Nov 7 09:25:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/orbsvcs')
-rw-r--r--TAO/orbsvcs/orbsvcs/IFRService/IFR_Service_Utils.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/IFRService/IFR_Service_Utils.cpp b/TAO/orbsvcs/orbsvcs/IFRService/IFR_Service_Utils.cpp
index 492f0aaad44..879525de273 100644
--- a/TAO/orbsvcs/orbsvcs/IFRService/IFR_Service_Utils.cpp
+++ b/TAO/orbsvcs/orbsvcs/IFRService/IFR_Service_Utils.cpp
@@ -401,11 +401,10 @@ TAO_IFR_Server::create_repository (ACE_ENV_SINGLE_ARG_DECL)
int
TAO_IFR_Server::init_multicast_server (ACE_ENV_SINGLE_ARG_DECL)
{
+#if defined (ACE_HAS_IP_MULTICAST)
// Get reactor instance from TAO.
ACE_Reactor *reactor = this->orb_->orb_core ()->reactor ();
-#if defined (ACE_HAS_IP_MULTICAST)
-
// See if the -ORBMulticastDiscoveryEndpoint option was specified.
ACE_CString mde (
TAO_ORB_Core_instance ()->orb_params ()->mcast_discovery_endpoint ()