summaryrefslogtreecommitdiff
path: root/TAO/tests/RTCORBA
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-04-23 07:20:57 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-04-23 07:20:57 +0000
commit3de7cf5d17134d42ed2f85049554b8fa9037e2bf (patch)
tree1d706450d7bf4994ed4d837511c9ccd9e36cdcaa /TAO/tests/RTCORBA
parentf1795aa3dba0959137fd8a7833a13e998971cd6e (diff)
downloadATCD-3de7cf5d17134d42ed2f85049554b8fa9037e2bf.tar.gz
Thu Apr 23 07:18:37 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
* tests/FL_Cube/client.cpp * tests/HandleExhaustion/client.cpp * tests/Abstract_Interface/client.cpp * tests/Big_Reply/client.cpp * tests/Bug_1254_Regression/client.cpp * tests/Bug_2174_Regression/client.cpp * tests/Bug_2734_Regression/client.cpp * tests/Bug_2768_Regression/client.cpp * tests/Bug_3198_Regression/bug_3198_regression.cpp * tests/Bug_3598a_Regression/client.cpp * tests/Client_Leaks/client.cpp * tests/Leader_Followers/client.cpp * tests/MProfile_Forwarding/Manager.cpp * tests/Multiple/client.cpp * tests/Nested_Event_Loop/client.cpp * tests/NestedUpcall/Simple/client.cpp * tests/NestedUpcall/Simple/simple-client.cpp * tests/ORB_Local_Config/Two_DLL_ORB/client.cpp * tests/POA/EndpointPolicy/client.cpp * tests/POA/Generic_Servant/client.cpp * tests/POA/Persistent_ID/client.cpp * tests/Portable_Interceptors/AdvSlot/client.cpp * tests/Portable_Interceptors/AdvSlotDblCpy/client.cpp * tests/Portable_Interceptors/AdvSlotExt/client.cpp * tests/Portable_Interceptors/AMI/client.cpp * tests/Portable_Interceptors/Bug_2133/client.cpp * tests/RTCORBA/Linear_Priority/client.cpp * tests/RTCORBA/Persistent_IOR/client.cpp * tests/RTCORBA/Policy_Combinations/client.cpp * tests/Server_Connection_Purging/client2.cpp * tests/Single_Read/client.cpp * tests/Smart_Proxies/dtor/client.cpp * tests/Timed_Buffered_Oneways/client.cpp * tests/Timeout/client.cpp Removed not needed unicode to ascii conversion * tests/Hello/client.cpp: Fixed typo in comment
Diffstat (limited to 'TAO/tests/RTCORBA')
-rw-r--r--TAO/tests/RTCORBA/Linear_Priority/client.cpp2
-rw-r--r--TAO/tests/RTCORBA/Persistent_IOR/client.cpp2
-rw-r--r--TAO/tests/RTCORBA/Policy_Combinations/client.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tests/RTCORBA/Linear_Priority/client.cpp b/TAO/tests/RTCORBA/Linear_Priority/client.cpp
index cfc51faa19d..c95cb27668c 100644
--- a/TAO/tests/RTCORBA/Linear_Priority/client.cpp
+++ b/TAO/tests/RTCORBA/Linear_Priority/client.cpp
@@ -199,7 +199,7 @@ Task::svc (void)
CORBA::PolicyManager::_narrow (object.in ());
object =
- this->orb_->string_to_object (ACE_TEXT_ALWAYS_CHAR (ior));
+ this->orb_->string_to_object (ior);
test_var test =
test::_narrow (object.in ());
diff --git a/TAO/tests/RTCORBA/Persistent_IOR/client.cpp b/TAO/tests/RTCORBA/Persistent_IOR/client.cpp
index f154282327c..e38d91d6d8f 100644
--- a/TAO/tests/RTCORBA/Persistent_IOR/client.cpp
+++ b/TAO/tests/RTCORBA/Persistent_IOR/client.cpp
@@ -63,7 +63,7 @@ ACE_TMAIN (int argc, ACE_TCHAR *argv[])
return result;
CORBA::Object_var object =
- orb->string_to_object (ACE_TEXT_ALWAYS_CHAR (ior));
+ orb->string_to_object (ior);
test_var test =
test::_narrow (object.in ());
diff --git a/TAO/tests/RTCORBA/Policy_Combinations/client.cpp b/TAO/tests/RTCORBA/Policy_Combinations/client.cpp
index e479d7fd306..f0f3dee1ecd 100644
--- a/TAO/tests/RTCORBA/Policy_Combinations/client.cpp
+++ b/TAO/tests/RTCORBA/Policy_Combinations/client.cpp
@@ -88,7 +88,7 @@ Task::svc (void)
get_implicit_thread_CORBA_priority (this->orb_.in ());
object =
- this->orb_->string_to_object (ACE_TEXT_ALWAYS_CHAR (ior));
+ this->orb_->string_to_object (ior);
test_var test =
test::_narrow (object.in ());