diff options
author | elliott_c <ocielliottc@users.noreply.github.com> | 2004-11-06 12:55:35 +0000 |
---|---|---|
committer | elliott_c <ocielliottc@users.noreply.github.com> | 2004-11-06 12:55:35 +0000 |
commit | bebfe52353a1cef0a2421ee3561420c056ef8514 (patch) | |
tree | 52ebb5566a388d978ecc7d5799611e71aedb6130 /TAO/tao | |
parent | 43ceb5a65a66ce3142e0d89e357216d09398bddb (diff) | |
download | ATCD-bebfe52353a1cef0a2421ee3561420c056ef8514.tar.gz |
ChangeLogTag: Sat Nov 6 06:54:16 2004 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/tao')
-rw-r--r-- | TAO/tao/DynamicInterface/DII_Arguments.cpp | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/TAO/tao/DynamicInterface/DII_Arguments.cpp b/TAO/tao/DynamicInterface/DII_Arguments.cpp index f0a10a0dc39..18f9ca7e9d8 100644 --- a/TAO/tao/DynamicInterface/DII_Arguments.cpp +++ b/TAO/tao/DynamicInterface/DII_Arguments.cpp @@ -22,7 +22,8 @@ namespace TAO CORBA::Boolean NamedValue_Argument::demarshal (TAO_InputCDR &cdr) { - ACE_TRY_NEW_ENV + ACE_DECLARE_NEW_CORBA_ENV; + ACE_TRY { if (this->x_ !=0 && this->x_->value ()->impl ()) { @@ -54,7 +55,8 @@ namespace TAO CORBA::Boolean NVList_Argument::marshal (TAO_OutputCDR &cdr) { - ACE_TRY_NEW_ENV + ACE_DECLARE_NEW_CORBA_ENV; + ACE_TRY { this->x_->_tao_encode (cdr, CORBA::ARG_IN | CORBA::ARG_INOUT @@ -75,8 +77,8 @@ namespace TAO NVList_Argument::demarshal (TAO_InputCDR &cdr) { - - ACE_TRY_NEW_ENV + ACE_DECLARE_NEW_CORBA_ENV; + ACE_TRY { // Now, get all the "return", "out", and "inout" parameters // from the response message body ... return parameter is |