summaryrefslogtreecommitdiff
path: root/TAO/tao/RequestInfo_Util.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/RequestInfo_Util.cpp')
-rw-r--r--TAO/tao/RequestInfo_Util.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/tao/RequestInfo_Util.cpp b/TAO/tao/RequestInfo_Util.cpp
index 29a87b625bb..cf4a53ef73c 100644
--- a/TAO/tao/RequestInfo_Util.cpp
+++ b/TAO/tao/RequestInfo_Util.cpp
@@ -9,7 +9,7 @@
ACE_RCSID (tao, RequestInfo_Util, "$Id$")
Dynamic::ParameterList *
-TAO_RequestInfo_Util::make_parameter_list (CORBA::Environment &ACE_TRY_ENV)
+TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_DECL)
{
Dynamic::ParameterList *parameter_list = 0;
ACE_NEW_THROW_EX (parameter_list,
@@ -26,7 +26,7 @@ TAO_RequestInfo_Util::make_parameter_list (CORBA::Environment &ACE_TRY_ENV)
}
Dynamic::ExceptionList *
-TAO_RequestInfo_Util::make_exception_list (CORBA::Environment &ACE_TRY_ENV)
+TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_DECL)
{
Dynamic::ExceptionList *exception_list = 0;
ACE_NEW_THROW_EX (exception_list,
@@ -43,7 +43,7 @@ TAO_RequestInfo_Util::make_exception_list (CORBA::Environment &ACE_TRY_ENV)
}
Dynamic::ContextList *
-TAO_RequestInfo_Util::make_context_list (CORBA::Environment &ACE_TRY_ENV)
+TAO_RequestInfo_Util::make_context_list (TAO_ENV_SINGLE_ARG_DECL)
{
Dynamic::ContextList *context_list = 0;
ACE_NEW_THROW_EX (context_list,
@@ -60,7 +60,7 @@ TAO_RequestInfo_Util::make_context_list (CORBA::Environment &ACE_TRY_ENV)
}
Dynamic::RequestContext *
-TAO_RequestInfo_Util::make_request_context (CORBA::Environment &ACE_TRY_ENV)
+TAO_RequestInfo_Util::make_request_context (TAO_ENV_SINGLE_ARG_DECL)
{
Dynamic::RequestContext *request_context = 0;
ACE_NEW_THROW_EX (request_context,
@@ -77,8 +77,8 @@ TAO_RequestInfo_Util::make_request_context (CORBA::Environment &ACE_TRY_ENV)
}
CORBA::Any *
-TAO_RequestInfo_Util::make_any (CORBA::Boolean tk_void_any,
- CORBA::Environment &ACE_TRY_ENV)
+TAO_RequestInfo_Util::make_any (CORBA::Boolean tk_void_any
+ TAO_ENV_ARG_DECL)
{
CORBA::Any *any = 0;