summaryrefslogtreecommitdiff
path: root/TAO/tests/NestedUpcall/Simple/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/NestedUpcall/Simple/client.cpp')
-rw-r--r--TAO/tests/NestedUpcall/Simple/client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/NestedUpcall/Simple/client.cpp b/TAO/tests/NestedUpcall/Simple/client.cpp
index 26fa14a24b0..39912c97638 100644
--- a/TAO/tests/NestedUpcall/Simple/client.cpp
+++ b/TAO/tests/NestedUpcall/Simple/client.cpp
@@ -130,7 +130,7 @@ ACE_TMAIN (int argc,
poa_manager->activate ();
- object = orb->string_to_object (ACE_TEXT_ALWAYS_CHAR (ior));
+ object = orb->string_to_object (ior);
server_var server = server::_narrow (object.in ());