diff options
Diffstat (limited to 'TAO/tao/PollableC.i')
-rw-r--r-- | TAO/tao/PollableC.i | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/TAO/tao/PollableC.i b/TAO/tao/PollableC.i index 15ab3737c09..152cda10df6 100644 --- a/TAO/tao/PollableC.i +++ b/TAO/tao/PollableC.i @@ -49,11 +49,11 @@ tao_CORBA_Pollable_nil ( ACE_INLINE CORBA_Pollable_ptr tao_CORBA_Pollable_narrow ( - CORBA::Object *p, - CORBA::Environment &ACE_TRY_ENV + CORBA::Object *p + TAO_ENV_ARG_DECL ) { - return CORBA_Pollable::_narrow (p, ACE_TRY_ENV); + return CORBA_Pollable::_narrow (p TAO_ENV_ARG_PARAMETER); } ACE_INLINE CORBA::Object * @@ -99,11 +99,11 @@ tao_CORBA_DIIPollable_nil ( ACE_INLINE CORBA_DIIPollable_ptr tao_CORBA_DIIPollable_narrow ( - CORBA::Object *p, - CORBA::Environment &ACE_TRY_ENV + CORBA::Object *p + TAO_ENV_ARG_DECL ) { - return CORBA_DIIPollable::_narrow (p, ACE_TRY_ENV); + return CORBA_DIIPollable::_narrow (p TAO_ENV_ARG_PARAMETER); } ACE_INLINE CORBA::Object * @@ -156,11 +156,11 @@ tao_CORBA_PollableSet_nil ( ACE_INLINE CORBA_PollableSet_ptr tao_CORBA_PollableSet_narrow ( - CORBA::Object *p, - CORBA::Environment &ACE_TRY_ENV + CORBA::Object *p + TAO_ENV_ARG_DECL ) { - return CORBA_PollableSet::_narrow (p, ACE_TRY_ENV); + return CORBA_PollableSet::_narrow (p TAO_ENV_ARG_PARAMETER); } ACE_INLINE CORBA::Object * |