diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-02-19 22:33:47 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-02-19 22:33:47 +0000 |
commit | cb50de58c200cfe74125166b4e0c0e5f7f217d58 (patch) | |
tree | e168d3d78ef2d261ef4cb7ce56aca2129ab34372 /TAO/tao/ObjectIDList.cpp | |
parent | 506197ee83fc0a72a0f3abd5f49494de51931f62 (diff) | |
download | ATCD-cb50de58c200cfe74125166b4e0c0e5f7f217d58.tar.gz |
ChangeLogTag:Sat Feb 19 14:23:38 2000 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'TAO/tao/ObjectIDList.cpp')
-rw-r--r-- | TAO/tao/ObjectIDList.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tao/ObjectIDList.cpp b/TAO/tao/ObjectIDList.cpp index a1d777074a1..4432a72ec46 100644 --- a/TAO/tao/ObjectIDList.cpp +++ b/TAO/tao/ObjectIDList.cpp @@ -161,7 +161,8 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, CORBA_ORB_ObjectIdList * else { ACE_NEW_RETURN (_tao_elem, CORBA_ORB_ObjectIdList, 0); - TAO_InputCDR stream (_tao_any._tao_get_cdr ()); + TAO_InputCDR stream (_tao_any._tao_get_cdr (), + _tao_any._tao_byte_order ()); if (stream.decode (CORBA::ORB::_tc_ObjectIdList, _tao_elem, 0, ACE_TRY_ENV) == CORBA::TypeCode::TRAVERSE_CONTINUE) { |