diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2003-08-17 07:26:28 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2003-08-17 07:26:28 +0000 |
commit | b59d2988e213935f9da521742c86f30944046d35 (patch) | |
tree | acb68b581d326be51bb9e10dad30369f87648d4d /TAO/tao/MCAST_Parser.cpp | |
parent | 5b27d03d9a21ad4b63af890871212ecf0414c41a (diff) | |
download | ATCD-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.cpp | 7 |
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 (); |