diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-06-02 18:40:49 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-06-02 18:40:49 +0000 |
commit | b4974e9cfde0b24f8604107b6f7936a5cc8e1576 (patch) | |
tree | f4e855aa7e4080434d02518fd7ae6703d2a2a80a /TAO/tao/Any.cpp | |
parent | 62a5228c58ec2e6deb550efbc3c23c012b64c457 (diff) | |
download | ATCD-b4974e9cfde0b24f8604107b6f7936a5cc8e1576.tar.gz |
ChangeLogTag:Wed Jun 2 13:18:38 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Any.cpp')
-rw-r--r-- | TAO/tao/Any.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Any.cpp b/TAO/tao/Any.cpp index d4ee4ff7261..fa75cd2eb1d 100644 --- a/TAO/tao/Any.cpp +++ b/TAO/tao/Any.cpp @@ -801,7 +801,7 @@ CORBA_Any::operator>>= (to_object obj) const TAO_InputCDR stream (this->cdr_, ACE_CDR_BYTE_ORDER, TAO_ORB_Core_instance ()); - + CORBA::Boolean flag = (stream.decode (CORBA::_tc_Object, &obj.ref_, 0, env) == CORBA::TypeCode::TRAVERSE_CONTINUE) ? 1:0; |