From b59d2988e213935f9da521742c86f30944046d35 Mon Sep 17 00:00:00 2001 From: Ossama Othman Date: Sun, 17 Aug 2003 07:26:28 +0000 Subject: ChangeLogTag:Sun Aug 17 00:22:16 2003 Ossama Othman --- TAO/tao/MCAST_Parser.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'TAO/tao/MCAST_Parser.cpp') 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 (); -- cgit v1.2.1