summaryrefslogtreecommitdiff
path: root/TAO/tao/RTPortableServer/RTPortableServerC.i
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/RTPortableServer/RTPortableServerC.i')
-rw-r--r--TAO/tao/RTPortableServer/RTPortableServerC.i6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/RTPortableServer/RTPortableServerC.i b/TAO/tao/RTPortableServer/RTPortableServerC.i
index 675f6f14a80..1272b5b0b97 100644
--- a/TAO/tao/RTPortableServer/RTPortableServerC.i
+++ b/TAO/tao/RTPortableServer/RTPortableServerC.i
@@ -49,11 +49,11 @@ tao_RTPortableServer_POA_nil (
ACE_INLINE RTPortableServer::POA_ptr
tao_RTPortableServer_POA_narrow (
- CORBA::Object *p,
- CORBA::Environment &ACE_TRY_ENV
+ CORBA::Object *p
+ TAO_ENV_ARG_DECL
)
{
- return RTPortableServer::POA::_narrow (p, ACE_TRY_ENV);
+ return RTPortableServer::POA::_narrow (p TAO_ENV_ARG_PARAMETER);
}
ACE_INLINE CORBA::Object *