summaryrefslogtreecommitdiff
path: root/TAO/tests/HandleExhaustion/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/HandleExhaustion/client.cpp')
-rw-r--r--TAO/tests/HandleExhaustion/client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/HandleExhaustion/client.cpp b/TAO/tests/HandleExhaustion/client.cpp
index 5b4b0446711..dd2e4af7a87 100644
--- a/TAO/tests/HandleExhaustion/client.cpp
+++ b/TAO/tests/HandleExhaustion/client.cpp
@@ -47,7 +47,7 @@ ACE_TMAIN (int argc, ACE_TCHAR *argv[])
return 1;
CORBA::Object_var tmp =
- orb->string_to_object (ACE_TEXT_ALWAYS_CHAR (ior));
+ orb->string_to_object (ior);
Test_var test = Test::_narrow(tmp.in ());