summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Event/Mcast/AddrServer/Client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Event/Mcast/AddrServer/Client.cpp')
-rw-r--r--TAO/orbsvcs/tests/Event/Mcast/AddrServer/Client.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/Event/Mcast/AddrServer/Client.cpp b/TAO/orbsvcs/tests/Event/Mcast/AddrServer/Client.cpp
index aab7bee8b44..1b1bc8ad9b2 100644
--- a/TAO/orbsvcs/tests/Event/Mcast/AddrServer/Client.cpp
+++ b/TAO/orbsvcs/tests/Event/Mcast/AddrServer/Client.cpp
@@ -3,6 +3,7 @@
#include "ace/INET_Addr.h"
#include "orbsvcs/RtecUDPAdminC.h"
#include "orbsvcs/RtecEventCommC.h"
+#include "ace/OS_NS_strings.h"
ACE_RCSID(Hello, client, "$Id$")
@@ -18,7 +19,7 @@ main (int argc, char *argv[])
for (int i = 1; i < argc; i++)
{
- if (strcasecmp(argv[i], "-k") == 0)
+ if (ACE_OS::strcasecmp(argv[i], "-k") == 0)
{
if (argv[i+1] != 0)
ior = argv[++i];