summaryrefslogtreecommitdiff
path: root/TAO/tests/Nested_Event_Loop/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Nested_Event_Loop/client.cpp')
-rw-r--r--TAO/tests/Nested_Event_Loop/client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Nested_Event_Loop/client.cpp b/TAO/tests/Nested_Event_Loop/client.cpp
index a2bada21ad1..cda926dccea 100644
--- a/TAO/tests/Nested_Event_Loop/client.cpp
+++ b/TAO/tests/Nested_Event_Loop/client.cpp
@@ -95,7 +95,7 @@ ACE_TMAIN (int argc, ACE_TCHAR *argv[])
poa_manager->activate ();
// Get an object reference from the argument string.
- object = orb->string_to_object (ACE_TEXT_ALWAYS_CHAR (IOR));
+ object = orb->string_to_object (IOR);
// Try to narrow the object reference to a <server> reference.
server_var server_object = server::_narrow (object.in ());