summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors/AMI/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Portable_Interceptors/AMI/client.cpp')
-rw-r--r--TAO/tests/Portable_Interceptors/AMI/client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Portable_Interceptors/AMI/client.cpp b/TAO/tests/Portable_Interceptors/AMI/client.cpp
index 0ea1013c803..dec2ca68b50 100644
--- a/TAO/tests/Portable_Interceptors/AMI/client.cpp
+++ b/TAO/tests/Portable_Interceptors/AMI/client.cpp
@@ -79,7 +79,7 @@ ACE_TMAIN (int argc, ACE_TCHAR *argv[])
root_poa->the_POAManager ();
CORBA::Object_var tmp =
- orb->string_to_object (ACE_TEXT_ALWAYS_CHAR (ior));
+ orb->string_to_object (ior);
Test::Echo_var echo =
Test::Echo::_narrow (tmp.in ());