summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_1495_Regression/server_interceptor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_1495_Regression/server_interceptor.cpp')
-rw-r--r--TAO/tests/Bug_1495_Regression/server_interceptor.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/Bug_1495_Regression/server_interceptor.cpp b/TAO/tests/Bug_1495_Regression/server_interceptor.cpp
index 72224e5d069..001a894e0b4 100644
--- a/TAO/tests/Bug_1495_Regression/server_interceptor.cpp
+++ b/TAO/tests/Bug_1495_Regression/server_interceptor.cpp
@@ -61,8 +61,8 @@ Echo_Server_Request_Interceptor::receive_request_service_contexts (
// locally on the server side as a side effect of another call,
// meaning that the client hasn't added the service context yet.
// Same goes for the shutdown call
- if (ACE_OS_String::strcmp ("_is_a", operation.in ()) == 0 ||
- ACE_OS_String::strcmp ("shutdown", operation.in ()) == 0)
+ if (ACE_OS::strcmp ("_is_a", operation.in ()) == 0 ||
+ ACE_OS::strcmp ("shutdown", operation.in ()) == 0)
return;
forward_location_done_ = true;