summaryrefslogtreecommitdiff
path: root/TAO/tao/MCAST_Parser.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2003-08-17 07:26:28 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2003-08-17 07:26:28 +0000
commitb59d2988e213935f9da521742c86f30944046d35 (patch)
treeacb68b581d326be51bb9e10dad30369f87648d4d /TAO/tao/MCAST_Parser.cpp
parent5b27d03d9a21ad4b63af890871212ecf0414c41a (diff)
downloadATCD-b59d2988e213935f9da521742c86f30944046d35.tar.gz
ChangeLogTag:Sun Aug 17 00:22:16 2003 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/MCAST_Parser.cpp')
-rw-r--r--TAO/tao/MCAST_Parser.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/TAO/tao/MCAST_Parser.cpp b/TAO/tao/MCAST_Parser.cpp
index 8bfb0179995..b09614ed2d8 100644
--- a/TAO/tao/MCAST_Parser.cpp
+++ b/TAO/tao/MCAST_Parser.cpp
@@ -3,6 +3,7 @@
#include "Object_Loader.h"
#include "Object.h"
#include "ORB_Core.h"
+#include "ORB.h"
#include "Exception.h"
#include "Environment.h"
#include "debug.h"
@@ -320,10 +321,10 @@ TAO_MCAST_Parser::multicast_query (char *&buf,
}
if (result == -1)
{
- ACE_ERROR ((LM_ERROR,
+ ACE_ERROR ((LM_ERROR,
ACE_TEXT("\nmulticast discovery of %s failed.\n"),
service_name));
-
+
if (ACE_OS::strcasecmp (service_name,
"NameService") == 0)
{
@@ -334,7 +335,7 @@ TAO_MCAST_Parser::multicast_query (char *&buf,
}
}
}
-
+
// Clean up.
stream.close ();
dgram.close ();