diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2005-02-07 14:51:43 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2005-02-07 14:51:43 +0000 |
commit | 5c395ae6948b4a21d66f28698cbee663d1b31da3 (patch) | |
tree | 60464946c9b4cbf6df4604355b71f34a6fcdeada /TAO/orbsvcs/tests/InterfaceRepo | |
parent | 908ff89f75b1c1530adaeabcefa4a722432e1dfe (diff) | |
download | ATCD-5c395ae6948b4a21d66f28698cbee663d1b31da3.tar.gz |
ChangeLogTag: Mon Feb 7 08:49:46 2005 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'TAO/orbsvcs/tests/InterfaceRepo')
-rw-r--r-- | TAO/orbsvcs/tests/InterfaceRepo/IFR_Test/Admin_Client.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/InterfaceRepo/IFR_Test/Admin_Client.cpp b/TAO/orbsvcs/tests/InterfaceRepo/IFR_Test/Admin_Client.cpp index 0988b016e72..2a97279bcd0 100644 --- a/TAO/orbsvcs/tests/InterfaceRepo/IFR_Test/Admin_Client.cpp +++ b/TAO/orbsvcs/tests/InterfaceRepo/IFR_Test/Admin_Client.cpp @@ -1517,11 +1517,11 @@ Admin_Client::union_test (ACE_ENV_SINGLE_ARG_DECL) u_members[1].type = CORBA::TypeCode::_duplicate (CORBA::_tc_void); TAO_OutputCDR maker0; maker0.write_ulong (2); // TWO + TAO_InputCDR maker0_in (maker0); TAO::Unknown_IDL_Type *impl0 = 0; ACE_NEW (impl0, TAO::Unknown_IDL_Type (d_type.in (), - maker0.begin (), - TAO_ENCAP_BYTE_ORDER)); + maker0_in)); CORBA::Any any0; any0.replace (impl0); u_members[1].label = any0; |