diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2009-04-23 07:20:57 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2009-04-23 07:20:57 +0000 |
commit | 3de7cf5d17134d42ed2f85049554b8fa9037e2bf (patch) | |
tree | 1d706450d7bf4994ed4d837511c9ccd9e36cdcaa /TAO/tests/Bug_3598a_Regression | |
parent | f1795aa3dba0959137fd8a7833a13e998971cd6e (diff) | |
download | ATCD-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/Bug_3598a_Regression')
-rw-r--r-- | TAO/tests/Bug_3598a_Regression/client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Bug_3598a_Regression/client.cpp b/TAO/tests/Bug_3598a_Regression/client.cpp index 06919103896..1eb9ffec04b 100644 --- a/TAO/tests/Bug_3598a_Regression/client.cpp +++ b/TAO/tests/Bug_3598a_Regression/client.cpp @@ -62,7 +62,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::Hello_var hello = Test::Hello::_narrow(tmp.in () ); |