summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/poa_macros.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/poa_macros.h')
-rw-r--r--TAO/tao/PortableServer/poa_macros.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/PortableServer/poa_macros.h b/TAO/tao/PortableServer/poa_macros.h
index 0f2b325646e..3b67e9c9fd6 100644
--- a/TAO/tao/PortableServer/poa_macros.h
+++ b/TAO/tao/PortableServer/poa_macros.h
@@ -25,12 +25,12 @@
ACE_CHECK_RETURN (RETURN)
#define TAO_POA_GUARD \
- TAO_POA_Guard poa_guard (*this, ACE_TRY_ENV); \
+ TAO_POA_Guard poa_guard (*this TAO_ENV_ARG_PARAMETER); \
ACE_UNUSED_ARG (poa_guard); \
ACE_CHECK
#define TAO_POA_GUARD_RETURN(RETURN) \
- TAO_POA_Guard poa_guard (*this, ACE_TRY_ENV); \
+ TAO_POA_Guard poa_guard (*this TAO_ENV_ARG_PARAMETER); \
ACE_UNUSED_ARG (poa_guard); \
ACE_CHECK_RETURN (RETURN)