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 | e3ac4abad34e47c548012cc7e3afca6e26b716da (patch) | |
tree | e168d3d78ef2d261ef4cb7ce56aca2129ab34372 /TAO/tao/skip.cpp | |
parent | ba1553d3589c155c825961a11d2f68ea9b531088 (diff) | |
download | ATCD-e3ac4abad34e47c548012cc7e3afca6e26b716da.tar.gz |
ChangeLogTag:Sat Feb 19 14:23:38 2000 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'TAO/tao/skip.cpp')
-rw-r--r-- | TAO/tao/skip.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tao/skip.cpp b/TAO/tao/skip.cpp index 74e6dcabd53..de8d3194ef1 100644 --- a/TAO/tao/skip.cpp +++ b/TAO/tao/skip.cpp @@ -442,7 +442,8 @@ TAO_Marshal_Union::skip (CORBA::TypeCode_ptr tc, case CORBA::tk_enum: { CORBA::ULong ul; - TAO_InputCDR stream (member_label->_tao_get_cdr ()); + TAO_InputCDR stream (member_label->_tao_get_cdr (), + member_label->_tao_byte_order ()); (void)stream.decode (discrim_tc.in (), &ul, 0, ACE_TRY_ENV); if (ul == *(CORBA::ULong *) &discrim_val) discrim_matched = 1; |