diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-04-03 00:30:56 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-04-03 00:30:56 +0000 |
commit | 36e90ff229b159b9e947b01dea21f02c8055b393 (patch) | |
tree | 87a72dd05657955b9f304db20c85c0672bdeb348 /TAO/tao/DynamicInterface | |
parent | d5a35460027ec32a30b80d6ac4a1f1a9f0da8163 (diff) | |
download | ATCD-36e90ff229b159b9e947b01dea21f02c8055b393.tar.gz |
ChangeLogTag: Wed Apr 2 18:28:08 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'TAO/tao/DynamicInterface')
-rw-r--r-- | TAO/tao/DynamicInterface/Request.inl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/DynamicInterface/Request.inl b/TAO/tao/DynamicInterface/Request.inl index 730890705f3..cc3470968d9 100644 --- a/TAO/tao/DynamicInterface/Request.inl +++ b/TAO/tao/DynamicInterface/Request.inl @@ -108,7 +108,7 @@ CORBA::Request::add_out_arg (const CORBA::Char *name) ACE_INLINE void CORBA::Request::set_return_type (CORBA::TypeCode_ptr tc) { - CORBA::Any newtype (tc, + CORBA::Any newtype (CORBA::TypeCode::_duplicate (tc), 0); this->result_->any_ = newtype; } |