summaryrefslogtreecommitdiff
path: root/TAO/tao/IFR_Client
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/IFR_Client')
-rw-r--r--TAO/tao/IFR_Client/IFR_BaseC.cpp1734
-rw-r--r--TAO/tao/IFR_Client/IFR_BaseC.h312
-rw-r--r--TAO/tao/IFR_Client/IFR_BasicC.cpp3736
-rw-r--r--TAO/tao/IFR_Client/IFR_BasicC.h618
-rw-r--r--TAO/tao/IFR_Client/IFR_Client_Adapter_Impl.cpp18
-rw-r--r--TAO/tao/IFR_Client/IFR_Client_Adapter_Impl.h4
-rw-r--r--TAO/tao/IFR_Client/IFR_ComponentsC.cpp1984
-rw-r--r--TAO/tao/IFR_Client/IFR_ComponentsC.h354
-rw-r--r--TAO/tao/IFR_Client/IFR_ExtendedC.cpp1612
-rw-r--r--TAO/tao/IFR_Client/IFR_ExtendedC.h228
10 files changed, 5300 insertions, 5300 deletions
diff --git a/TAO/tao/IFR_Client/IFR_BaseC.cpp b/TAO/tao/IFR_Client/IFR_BaseC.cpp
index 569302e85fa..c9f3c876a99 100644
--- a/TAO/tao/IFR_Client/IFR_BaseC.cpp
+++ b/TAO/tao/IFR_Client/IFR_BaseC.cpp
@@ -64,10 +64,10 @@ tao_CORBA_IRObject_nil (
CORBA_IRObject_ptr
tao_CORBA_IRObject_narrow (
CORBA::Object *p
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
- return CORBA_IRObject::_narrow (p TAO_ENV_ARG_PARAMETER);
+ return CORBA_IRObject::_narrow (p ACE_ENV_ARG_PARAMETER);
}
CORBA::Object *
@@ -191,10 +191,10 @@ CORBA_IRObject_var::tao_nil (void)
::CORBA_IRObject_ptr
CORBA_IRObject_var::tao_narrow (
CORBA::Object *p
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
- return ::CORBA_IRObject::_narrow (p TAO_ENV_ARG_PARAMETER);
+ return ::CORBA_IRObject::_narrow (p ACE_ENV_ARG_PARAMETER);
}
CORBA::Object *
@@ -272,21 +272,21 @@ public:
TAO_ClientRequestInfo_CORBA_IRObject_def_kind_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -302,30 +302,30 @@ private:
TAO_ClientRequestInfo_CORBA_IRObject_def_kind_get::TAO_ClientRequestInfo_CORBA_IRObject_def_kind_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_IRObject_def_kind_get::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_IRObject_def_kind_get::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return parameter_list;
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_IRObject_def_kind_get::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_IRObject_def_kind_get::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -333,13 +333,13 @@ TAO_ClientRequestInfo_CORBA_IRObject_def_kind_get::exceptions (TAO_ENV_SINGLE_AR
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_IRObject_def_kind_get::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_IRObject_def_kind_get::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -361,21 +361,21 @@ public:
TAO_ClientRequestInfo_CORBA_IRObject_destroy (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -389,30 +389,30 @@ private:
TAO_ClientRequestInfo_CORBA_IRObject_destroy::TAO_ClientRequestInfo_CORBA_IRObject_destroy (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_IRObject_destroy::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_IRObject_destroy::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return parameter_list;
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_IRObject_destroy::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_IRObject_destroy::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -420,13 +420,13 @@ TAO_ClientRequestInfo_CORBA_IRObject_destroy::exceptions (TAO_ENV_SINGLE_ARG_DEC
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_IRObject_destroy::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_IRObject_destroy::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 1;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return result_any;
@@ -448,7 +448,7 @@ _TAO_CORBA_IRObject_Remote_Proxy_Impl::_TAO_CORBA_IRObject_Remote_Proxy_Impl (vo
CORBA::DefinitionKind _TAO_CORBA_IRObject_Remote_Proxy_Impl::def_kind (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -490,7 +490,7 @@ CORBA::DefinitionKind _TAO_CORBA_IRObject_Remote_Proxy_Impl::def_kind (
TAO_ClientRequestInfo_CORBA_IRObject_def_kind_get ri (
&_tao_call,
_collocated_tao_target_
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (_tao_retval);
@@ -506,7 +506,7 @@ CORBA::DefinitionKind _TAO_CORBA_IRObject_Remote_Proxy_Impl::def_kind (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -518,17 +518,17 @@ CORBA::DefinitionKind _TAO_CORBA_IRObject_Remote_Proxy_Impl::def_kind (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (_tao_retval);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (_tao_retval);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (_tao_retval);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -545,7 +545,7 @@ CORBA::DefinitionKind _TAO_CORBA_IRObject_Remote_Proxy_Impl::def_kind (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -572,7 +572,7 @@ CORBA::DefinitionKind _TAO_CORBA_IRObject_Remote_Proxy_Impl::def_kind (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -582,12 +582,12 @@ CORBA::DefinitionKind _TAO_CORBA_IRObject_Remote_Proxy_Impl::def_kind (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -598,7 +598,7 @@ CORBA::DefinitionKind _TAO_CORBA_IRObject_Remote_Proxy_Impl::def_kind (
ACE_CHECK_RETURN (_tao_retval);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (_tao_retval);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -614,7 +614,7 @@ return _tao_retval;
void _TAO_CORBA_IRObject_Remote_Proxy_Impl::destroy (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -656,7 +656,7 @@ void _TAO_CORBA_IRObject_Remote_Proxy_Impl::destroy (
TAO_ClientRequestInfo_CORBA_IRObject_destroy ri (
&_tao_call,
_collocated_tao_target_
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK;
@@ -672,7 +672,7 @@ void _TAO_CORBA_IRObject_Remote_Proxy_Impl::destroy (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -684,17 +684,17 @@ void _TAO_CORBA_IRObject_Remote_Proxy_Impl::destroy (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK;
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK;
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK;
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -710,7 +710,7 @@ void _TAO_CORBA_IRObject_Remote_Proxy_Impl::destroy (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -724,7 +724,7 @@ void _TAO_CORBA_IRObject_Remote_Proxy_Impl::destroy (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -734,12 +734,12 @@ void _TAO_CORBA_IRObject_Remote_Proxy_Impl::destroy (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -750,7 +750,7 @@ void _TAO_CORBA_IRObject_Remote_Proxy_Impl::destroy (
ACE_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -805,7 +805,7 @@ _TAO_CORBA_IRObject_Remote_Proxy_Broker::~_TAO_CORBA_IRObject_Remote_Proxy_Broke
_TAO_CORBA_IRObject_Proxy_Impl&
_TAO_CORBA_IRObject_Remote_Proxy_Broker::select_proxy (
::CORBA_IRObject *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
{
return this->remote_proxy_impl_;
@@ -846,24 +846,24 @@ void CORBA_IRObject::_tao_any_destructor (void *_tao_void_pointer)
CORBA_IRObject_ptr CORBA_IRObject::_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
if (CORBA::is_nil (obj))
return CORBA_IRObject::_nil ();
if (! obj->_is_local ())
{
- CORBA::Boolean is_a = obj->_is_a ("IDL:omg.org/CORBA/IRObject:1.0" TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean is_a = obj->_is_a ("IDL:omg.org/CORBA/IRObject:1.0" ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (CORBA_IRObject::_nil ());
if (is_a == 0)
return CORBA_IRObject::_nil ();
}
- return CORBA_IRObject::_unchecked_narrow (obj TAO_ENV_ARG_PARAMETER);
+ return CORBA_IRObject::_unchecked_narrow (obj ACE_ENV_ARG_PARAMETER);
}
CORBA_IRObject_ptr CORBA_IRObject::_unchecked_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
{
if (CORBA::is_nil (obj))
@@ -918,14 +918,14 @@ CORBA_IRObject::_duplicate (CORBA_IRObject_ptr obj)
return obj;
}
-CORBA::Boolean CORBA_IRObject::_is_a (const CORBA::Char *value TAO_ENV_ARG_DECL)
+CORBA::Boolean CORBA_IRObject::_is_a (const CORBA::Char *value ACE_ENV_ARG_DECL)
{
if (
(!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA/IRObject:1.0")) ||
(!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA/Object:1.0")))
return 1; // success using local knowledge
else
- return this->CORBA_Object::_is_a (value TAO_ENV_ARG_PARAMETER);
+ return this->CORBA_Object::_is_a (value ACE_ENV_ARG_PARAMETER);
}
void *CORBA_IRObject::_tao_QueryInterface (ptr_arith_t type)
@@ -950,36 +950,36 @@ const char* CORBA_IRObject::_interface_repository_id (void) const
}
CORBA::DefinitionKind CORBA_IRObject::def_kind (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_IRObject_Proxy_Impl &proxy =
- this->the_TAO_CORBA_IRObject_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_IRObject_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN ((CORBA::DefinitionKind)0);
return proxy.def_kind (
this
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
void CORBA_IRObject::destroy (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_IRObject_Proxy_Impl &proxy =
- this->the_TAO_CORBA_IRObject_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_IRObject_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
proxy.destroy (
this
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
@@ -1010,10 +1010,10 @@ tao_CORBA_Contained_nil (
CORBA_Contained_ptr
tao_CORBA_Contained_narrow (
CORBA::Object *p
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
- return CORBA_Contained::_narrow (p TAO_ENV_ARG_PARAMETER);
+ return CORBA_Contained::_narrow (p ACE_ENV_ARG_PARAMETER);
}
CORBA::Object *
@@ -1137,10 +1137,10 @@ CORBA_Contained_var::tao_nil (void)
::CORBA_Contained_ptr
CORBA_Contained_var::tao_narrow (
CORBA::Object *p
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
- return ::CORBA_Contained::_narrow (p TAO_ENV_ARG_PARAMETER);
+ return ::CORBA_Contained::_narrow (p ACE_ENV_ARG_PARAMETER);
}
CORBA::Object *
@@ -1218,21 +1218,21 @@ public:
TAO_ClientRequestInfo_CORBA_Contained_id_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -1248,30 +1248,30 @@ private:
TAO_ClientRequestInfo_CORBA_Contained_id_get::TAO_ClientRequestInfo_CORBA_Contained_id_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_Contained_id_get::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Contained_id_get::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return parameter_list;
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_Contained_id_get::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Contained_id_get::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -1279,13 +1279,13 @@ TAO_ClientRequestInfo_CORBA_Contained_id_get::exceptions (TAO_ENV_SINGLE_ARG_DEC
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_Contained_id_get::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Contained_id_get::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -1308,21 +1308,21 @@ public:
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
const char * id
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -1338,19 +1338,19 @@ TAO_ClientRequestInfo_CORBA_Contained_id_set::TAO_ClientRequestInfo_CORBA_Contai
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
const char * id
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target),
id_ (id)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_Contained_id_set::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Contained_id_set::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
Dynamic::ParameterList_var safe_parameter_list = parameter_list;
@@ -1366,12 +1366,12 @@ TAO_ClientRequestInfo_CORBA_Contained_id_set::arguments (TAO_ENV_SINGLE_ARG_DECL
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_Contained_id_set::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Contained_id_set::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -1379,13 +1379,13 @@ TAO_ClientRequestInfo_CORBA_Contained_id_set::exceptions (TAO_ENV_SINGLE_ARG_DEC
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_Contained_id_set::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Contained_id_set::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 1;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return result_any;
@@ -1397,21 +1397,21 @@ public:
TAO_ClientRequestInfo_CORBA_Contained_name_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -1427,30 +1427,30 @@ private:
TAO_ClientRequestInfo_CORBA_Contained_name_get::TAO_ClientRequestInfo_CORBA_Contained_name_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_Contained_name_get::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Contained_name_get::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return parameter_list;
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_Contained_name_get::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Contained_name_get::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -1458,13 +1458,13 @@ TAO_ClientRequestInfo_CORBA_Contained_name_get::exceptions (TAO_ENV_SINGLE_ARG_D
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_Contained_name_get::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Contained_name_get::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -1487,21 +1487,21 @@ public:
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
const char * name
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -1517,19 +1517,19 @@ TAO_ClientRequestInfo_CORBA_Contained_name_set::TAO_ClientRequestInfo_CORBA_Cont
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
const char * name
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target),
name_ (name)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_Contained_name_set::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Contained_name_set::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
Dynamic::ParameterList_var safe_parameter_list = parameter_list;
@@ -1545,12 +1545,12 @@ TAO_ClientRequestInfo_CORBA_Contained_name_set::arguments (TAO_ENV_SINGLE_ARG_DE
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_Contained_name_set::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Contained_name_set::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -1558,13 +1558,13 @@ TAO_ClientRequestInfo_CORBA_Contained_name_set::exceptions (TAO_ENV_SINGLE_ARG_D
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_Contained_name_set::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Contained_name_set::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 1;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return result_any;
@@ -1576,21 +1576,21 @@ public:
TAO_ClientRequestInfo_CORBA_Contained_version_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -1606,30 +1606,30 @@ private:
TAO_ClientRequestInfo_CORBA_Contained_version_get::TAO_ClientRequestInfo_CORBA_Contained_version_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_Contained_version_get::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Contained_version_get::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return parameter_list;
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_Contained_version_get::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Contained_version_get::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -1637,13 +1637,13 @@ TAO_ClientRequestInfo_CORBA_Contained_version_get::exceptions (TAO_ENV_SINGLE_AR
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_Contained_version_get::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Contained_version_get::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -1666,21 +1666,21 @@ public:
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
const char * version
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -1696,19 +1696,19 @@ TAO_ClientRequestInfo_CORBA_Contained_version_set::TAO_ClientRequestInfo_CORBA_C
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
const char * version
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target),
version_ (version)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_Contained_version_set::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Contained_version_set::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
Dynamic::ParameterList_var safe_parameter_list = parameter_list;
@@ -1724,12 +1724,12 @@ TAO_ClientRequestInfo_CORBA_Contained_version_set::arguments (TAO_ENV_SINGLE_ARG
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_Contained_version_set::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Contained_version_set::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -1737,13 +1737,13 @@ TAO_ClientRequestInfo_CORBA_Contained_version_set::exceptions (TAO_ENV_SINGLE_AR
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_Contained_version_set::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Contained_version_set::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 1;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return result_any;
@@ -1755,21 +1755,21 @@ public:
TAO_ClientRequestInfo_CORBA_Contained_defined_in_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -1785,30 +1785,30 @@ private:
TAO_ClientRequestInfo_CORBA_Contained_defined_in_get::TAO_ClientRequestInfo_CORBA_Contained_defined_in_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_Contained_defined_in_get::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Contained_defined_in_get::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return parameter_list;
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_Contained_defined_in_get::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Contained_defined_in_get::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -1816,13 +1816,13 @@ TAO_ClientRequestInfo_CORBA_Contained_defined_in_get::exceptions (TAO_ENV_SINGLE
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_Contained_defined_in_get::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Contained_defined_in_get::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -1844,21 +1844,21 @@ public:
TAO_ClientRequestInfo_CORBA_Contained_absolute_name_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -1874,30 +1874,30 @@ private:
TAO_ClientRequestInfo_CORBA_Contained_absolute_name_get::TAO_ClientRequestInfo_CORBA_Contained_absolute_name_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_Contained_absolute_name_get::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Contained_absolute_name_get::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return parameter_list;
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_Contained_absolute_name_get::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Contained_absolute_name_get::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -1905,13 +1905,13 @@ TAO_ClientRequestInfo_CORBA_Contained_absolute_name_get::exceptions (TAO_ENV_SIN
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_Contained_absolute_name_get::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Contained_absolute_name_get::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -1933,21 +1933,21 @@ public:
TAO_ClientRequestInfo_CORBA_Contained_containing_repository_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -1963,30 +1963,30 @@ private:
TAO_ClientRequestInfo_CORBA_Contained_containing_repository_get::TAO_ClientRequestInfo_CORBA_Contained_containing_repository_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_Contained_containing_repository_get::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Contained_containing_repository_get::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return parameter_list;
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_Contained_containing_repository_get::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Contained_containing_repository_get::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -1994,13 +1994,13 @@ TAO_ClientRequestInfo_CORBA_Contained_containing_repository_get::exceptions (TAO
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_Contained_containing_repository_get::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Contained_containing_repository_get::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -2022,21 +2022,21 @@ public:
TAO_ClientRequestInfo_CORBA_Contained_describe (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -2052,30 +2052,30 @@ private:
TAO_ClientRequestInfo_CORBA_Contained_describe::TAO_ClientRequestInfo_CORBA_Contained_describe (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_Contained_describe::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Contained_describe::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return parameter_list;
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_Contained_describe::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Contained_describe::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -2083,13 +2083,13 @@ TAO_ClientRequestInfo_CORBA_Contained_describe::exceptions (TAO_ENV_SINGLE_ARG_D
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_Contained_describe::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Contained_describe::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -2114,21 +2114,21 @@ public:
CORBA_Container_ptr new_container,
const char * new_name,
const char * new_version
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -2148,7 +2148,7 @@ TAO_ClientRequestInfo_CORBA_Contained_move::TAO_ClientRequestInfo_CORBA_Containe
CORBA_Container_ptr new_container,
const char * new_name,
const char * new_version
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target),
new_container_ (new_container),
@@ -2157,12 +2157,12 @@ TAO_ClientRequestInfo_CORBA_Contained_move::TAO_ClientRequestInfo_CORBA_Containe
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_Contained_move::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Contained_move::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
Dynamic::ParameterList_var safe_parameter_list = parameter_list;
@@ -2184,12 +2184,12 @@ TAO_ClientRequestInfo_CORBA_Contained_move::arguments (TAO_ENV_SINGLE_ARG_DECL)
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_Contained_move::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Contained_move::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -2197,13 +2197,13 @@ TAO_ClientRequestInfo_CORBA_Contained_move::exceptions (TAO_ENV_SINGLE_ARG_DECL)
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_Contained_move::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Contained_move::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 1;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return result_any;
@@ -2225,7 +2225,7 @@ _TAO_CORBA_Contained_Remote_Proxy_Impl::_TAO_CORBA_Contained_Remote_Proxy_Impl (
char * _TAO_CORBA_Contained_Remote_Proxy_Impl::id (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -2267,7 +2267,7 @@ char * _TAO_CORBA_Contained_Remote_Proxy_Impl::id (
TAO_ClientRequestInfo_CORBA_Contained_id_get ri (
&_tao_call,
_collocated_tao_target_
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -2283,7 +2283,7 @@ char * _TAO_CORBA_Contained_Remote_Proxy_Impl::id (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -2295,17 +2295,17 @@ char * _TAO_CORBA_Contained_Remote_Proxy_Impl::id (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -2322,7 +2322,7 @@ char * _TAO_CORBA_Contained_Remote_Proxy_Impl::id (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -2350,7 +2350,7 @@ char * _TAO_CORBA_Contained_Remote_Proxy_Impl::id (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -2360,12 +2360,12 @@ char * _TAO_CORBA_Contained_Remote_Proxy_Impl::id (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -2376,7 +2376,7 @@ char * _TAO_CORBA_Contained_Remote_Proxy_Impl::id (
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -2393,7 +2393,7 @@ return _tao_safe_retval._retn ();
void _TAO_CORBA_Contained_Remote_Proxy_Impl::id (
CORBA_Object *_collocated_tao_target_,
const char * id
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -2436,7 +2436,7 @@ void _TAO_CORBA_Contained_Remote_Proxy_Impl::id (
&_tao_call,
_collocated_tao_target_,
id
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK;
@@ -2452,7 +2452,7 @@ void _TAO_CORBA_Contained_Remote_Proxy_Impl::id (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -2464,12 +2464,12 @@ void _TAO_CORBA_Contained_Remote_Proxy_Impl::id (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK;
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK;
@@ -2482,7 +2482,7 @@ void _TAO_CORBA_Contained_Remote_Proxy_Impl::id (
);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK;
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -2498,7 +2498,7 @@ void _TAO_CORBA_Contained_Remote_Proxy_Impl::id (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -2512,7 +2512,7 @@ void _TAO_CORBA_Contained_Remote_Proxy_Impl::id (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -2522,12 +2522,12 @@ void _TAO_CORBA_Contained_Remote_Proxy_Impl::id (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -2538,7 +2538,7 @@ void _TAO_CORBA_Contained_Remote_Proxy_Impl::id (
ACE_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -2554,7 +2554,7 @@ void _TAO_CORBA_Contained_Remote_Proxy_Impl::id (
char * _TAO_CORBA_Contained_Remote_Proxy_Impl::name (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -2596,7 +2596,7 @@ char * _TAO_CORBA_Contained_Remote_Proxy_Impl::name (
TAO_ClientRequestInfo_CORBA_Contained_name_get ri (
&_tao_call,
_collocated_tao_target_
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -2612,7 +2612,7 @@ char * _TAO_CORBA_Contained_Remote_Proxy_Impl::name (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -2624,17 +2624,17 @@ char * _TAO_CORBA_Contained_Remote_Proxy_Impl::name (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -2651,7 +2651,7 @@ char * _TAO_CORBA_Contained_Remote_Proxy_Impl::name (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -2679,7 +2679,7 @@ char * _TAO_CORBA_Contained_Remote_Proxy_Impl::name (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -2689,12 +2689,12 @@ char * _TAO_CORBA_Contained_Remote_Proxy_Impl::name (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -2705,7 +2705,7 @@ char * _TAO_CORBA_Contained_Remote_Proxy_Impl::name (
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -2722,7 +2722,7 @@ return _tao_safe_retval._retn ();
void _TAO_CORBA_Contained_Remote_Proxy_Impl::name (
CORBA_Object *_collocated_tao_target_,
const char * name
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -2765,7 +2765,7 @@ void _TAO_CORBA_Contained_Remote_Proxy_Impl::name (
&_tao_call,
_collocated_tao_target_,
name
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK;
@@ -2781,7 +2781,7 @@ void _TAO_CORBA_Contained_Remote_Proxy_Impl::name (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -2793,12 +2793,12 @@ void _TAO_CORBA_Contained_Remote_Proxy_Impl::name (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK;
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK;
@@ -2811,7 +2811,7 @@ void _TAO_CORBA_Contained_Remote_Proxy_Impl::name (
);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK;
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -2827,7 +2827,7 @@ void _TAO_CORBA_Contained_Remote_Proxy_Impl::name (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -2841,7 +2841,7 @@ void _TAO_CORBA_Contained_Remote_Proxy_Impl::name (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -2851,12 +2851,12 @@ void _TAO_CORBA_Contained_Remote_Proxy_Impl::name (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -2867,7 +2867,7 @@ void _TAO_CORBA_Contained_Remote_Proxy_Impl::name (
ACE_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -2883,7 +2883,7 @@ void _TAO_CORBA_Contained_Remote_Proxy_Impl::name (
char * _TAO_CORBA_Contained_Remote_Proxy_Impl::version (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -2925,7 +2925,7 @@ char * _TAO_CORBA_Contained_Remote_Proxy_Impl::version (
TAO_ClientRequestInfo_CORBA_Contained_version_get ri (
&_tao_call,
_collocated_tao_target_
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -2941,7 +2941,7 @@ char * _TAO_CORBA_Contained_Remote_Proxy_Impl::version (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -2953,17 +2953,17 @@ char * _TAO_CORBA_Contained_Remote_Proxy_Impl::version (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -2980,7 +2980,7 @@ char * _TAO_CORBA_Contained_Remote_Proxy_Impl::version (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -3008,7 +3008,7 @@ char * _TAO_CORBA_Contained_Remote_Proxy_Impl::version (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -3018,12 +3018,12 @@ char * _TAO_CORBA_Contained_Remote_Proxy_Impl::version (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -3034,7 +3034,7 @@ char * _TAO_CORBA_Contained_Remote_Proxy_Impl::version (
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -3051,7 +3051,7 @@ return _tao_safe_retval._retn ();
void _TAO_CORBA_Contained_Remote_Proxy_Impl::version (
CORBA_Object *_collocated_tao_target_,
const char * version
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -3094,7 +3094,7 @@ void _TAO_CORBA_Contained_Remote_Proxy_Impl::version (
&_tao_call,
_collocated_tao_target_,
version
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK;
@@ -3110,7 +3110,7 @@ void _TAO_CORBA_Contained_Remote_Proxy_Impl::version (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -3122,12 +3122,12 @@ void _TAO_CORBA_Contained_Remote_Proxy_Impl::version (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK;
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK;
@@ -3140,7 +3140,7 @@ void _TAO_CORBA_Contained_Remote_Proxy_Impl::version (
);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK;
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -3156,7 +3156,7 @@ void _TAO_CORBA_Contained_Remote_Proxy_Impl::version (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -3170,7 +3170,7 @@ void _TAO_CORBA_Contained_Remote_Proxy_Impl::version (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -3180,12 +3180,12 @@ void _TAO_CORBA_Contained_Remote_Proxy_Impl::version (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -3196,7 +3196,7 @@ void _TAO_CORBA_Contained_Remote_Proxy_Impl::version (
ACE_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -3212,7 +3212,7 @@ void _TAO_CORBA_Contained_Remote_Proxy_Impl::version (
CORBA_Container_ptr _TAO_CORBA_Contained_Remote_Proxy_Impl::defined_in (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -3255,7 +3255,7 @@ CORBA_Container_ptr _TAO_CORBA_Contained_Remote_Proxy_Impl::defined_in (
TAO_ClientRequestInfo_CORBA_Contained_defined_in_get ri (
&_tao_call,
_collocated_tao_target_
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -3271,7 +3271,7 @@ CORBA_Container_ptr _TAO_CORBA_Contained_Remote_Proxy_Impl::defined_in (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -3283,17 +3283,17 @@ CORBA_Container_ptr _TAO_CORBA_Contained_Remote_Proxy_Impl::defined_in (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -3310,7 +3310,7 @@ CORBA_Container_ptr _TAO_CORBA_Contained_Remote_Proxy_Impl::defined_in (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -3338,7 +3338,7 @@ CORBA_Container_ptr _TAO_CORBA_Contained_Remote_Proxy_Impl::defined_in (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -3348,12 +3348,12 @@ CORBA_Container_ptr _TAO_CORBA_Contained_Remote_Proxy_Impl::defined_in (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -3364,7 +3364,7 @@ CORBA_Container_ptr _TAO_CORBA_Contained_Remote_Proxy_Impl::defined_in (
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -3380,7 +3380,7 @@ return _tao_safe_retval._retn ();
char * _TAO_CORBA_Contained_Remote_Proxy_Impl::absolute_name (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -3422,7 +3422,7 @@ char * _TAO_CORBA_Contained_Remote_Proxy_Impl::absolute_name (
TAO_ClientRequestInfo_CORBA_Contained_absolute_name_get ri (
&_tao_call,
_collocated_tao_target_
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -3438,7 +3438,7 @@ char * _TAO_CORBA_Contained_Remote_Proxy_Impl::absolute_name (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -3450,17 +3450,17 @@ char * _TAO_CORBA_Contained_Remote_Proxy_Impl::absolute_name (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -3477,7 +3477,7 @@ char * _TAO_CORBA_Contained_Remote_Proxy_Impl::absolute_name (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -3505,7 +3505,7 @@ char * _TAO_CORBA_Contained_Remote_Proxy_Impl::absolute_name (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -3515,12 +3515,12 @@ char * _TAO_CORBA_Contained_Remote_Proxy_Impl::absolute_name (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -3531,7 +3531,7 @@ char * _TAO_CORBA_Contained_Remote_Proxy_Impl::absolute_name (
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -3547,7 +3547,7 @@ return _tao_safe_retval._retn ();
CORBA_Repository_ptr _TAO_CORBA_Contained_Remote_Proxy_Impl::containing_repository (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -3590,7 +3590,7 @@ CORBA_Repository_ptr _TAO_CORBA_Contained_Remote_Proxy_Impl::containing_reposito
TAO_ClientRequestInfo_CORBA_Contained_containing_repository_get ri (
&_tao_call,
_collocated_tao_target_
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -3606,7 +3606,7 @@ CORBA_Repository_ptr _TAO_CORBA_Contained_Remote_Proxy_Impl::containing_reposito
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -3618,17 +3618,17 @@ CORBA_Repository_ptr _TAO_CORBA_Contained_Remote_Proxy_Impl::containing_reposito
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -3645,7 +3645,7 @@ CORBA_Repository_ptr _TAO_CORBA_Contained_Remote_Proxy_Impl::containing_reposito
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -3673,7 +3673,7 @@ CORBA_Repository_ptr _TAO_CORBA_Contained_Remote_Proxy_Impl::containing_reposito
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -3683,12 +3683,12 @@ CORBA_Repository_ptr _TAO_CORBA_Contained_Remote_Proxy_Impl::containing_reposito
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -3699,7 +3699,7 @@ CORBA_Repository_ptr _TAO_CORBA_Contained_Remote_Proxy_Impl::containing_reposito
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -3715,7 +3715,7 @@ return _tao_safe_retval._retn ();
CORBA_Contained::Description * _TAO_CORBA_Contained_Remote_Proxy_Impl::describe (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -3758,7 +3758,7 @@ CORBA_Contained::Description * _TAO_CORBA_Contained_Remote_Proxy_Impl::describe
TAO_ClientRequestInfo_CORBA_Contained_describe ri (
&_tao_call,
_collocated_tao_target_
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -3774,7 +3774,7 @@ CORBA_Contained::Description * _TAO_CORBA_Contained_Remote_Proxy_Impl::describe
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -3786,17 +3786,17 @@ CORBA_Contained::Description * _TAO_CORBA_Contained_Remote_Proxy_Impl::describe
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -3813,7 +3813,7 @@ CORBA_Contained::Description * _TAO_CORBA_Contained_Remote_Proxy_Impl::describe
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -3841,7 +3841,7 @@ CORBA_Contained::Description * _TAO_CORBA_Contained_Remote_Proxy_Impl::describe
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -3851,12 +3851,12 @@ CORBA_Contained::Description * _TAO_CORBA_Contained_Remote_Proxy_Impl::describe
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -3867,7 +3867,7 @@ CORBA_Contained::Description * _TAO_CORBA_Contained_Remote_Proxy_Impl::describe
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -3886,7 +3886,7 @@ void _TAO_CORBA_Contained_Remote_Proxy_Impl::move (
CORBA_Container_ptr new_container,
const char * new_name,
const char * new_version
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -3931,7 +3931,7 @@ void _TAO_CORBA_Contained_Remote_Proxy_Impl::move (
new_container,
new_name,
new_version
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK;
@@ -3947,7 +3947,7 @@ void _TAO_CORBA_Contained_Remote_Proxy_Impl::move (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -3959,12 +3959,12 @@ void _TAO_CORBA_Contained_Remote_Proxy_Impl::move (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK;
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK;
@@ -3979,7 +3979,7 @@ void _TAO_CORBA_Contained_Remote_Proxy_Impl::move (
);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK;
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -3995,7 +3995,7 @@ void _TAO_CORBA_Contained_Remote_Proxy_Impl::move (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -4009,7 +4009,7 @@ void _TAO_CORBA_Contained_Remote_Proxy_Impl::move (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -4019,12 +4019,12 @@ void _TAO_CORBA_Contained_Remote_Proxy_Impl::move (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -4035,7 +4035,7 @@ void _TAO_CORBA_Contained_Remote_Proxy_Impl::move (
ACE_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -4090,7 +4090,7 @@ _TAO_CORBA_Contained_Remote_Proxy_Broker::~_TAO_CORBA_Contained_Remote_Proxy_Bro
_TAO_CORBA_Contained_Proxy_Impl&
_TAO_CORBA_Contained_Remote_Proxy_Broker::select_proxy (
::CORBA_Contained *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
{
return this->remote_proxy_impl_;
@@ -4133,24 +4133,24 @@ void CORBA_Contained::_tao_any_destructor (void *_tao_void_pointer)
CORBA_Contained_ptr CORBA_Contained::_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
if (CORBA::is_nil (obj))
return CORBA_Contained::_nil ();
if (! obj->_is_local ())
{
- CORBA::Boolean is_a = obj->_is_a ("IDL:omg.org/CORBA/Contained:1.0" TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean is_a = obj->_is_a ("IDL:omg.org/CORBA/Contained:1.0" ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (CORBA_Contained::_nil ());
if (is_a == 0)
return CORBA_Contained::_nil ();
}
- return CORBA_Contained::_unchecked_narrow (obj TAO_ENV_ARG_PARAMETER);
+ return CORBA_Contained::_unchecked_narrow (obj ACE_ENV_ARG_PARAMETER);
}
CORBA_Contained_ptr CORBA_Contained::_unchecked_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
{
if (CORBA::is_nil (obj))
@@ -4205,7 +4205,7 @@ CORBA_Contained::_duplicate (CORBA_Contained_ptr obj)
return obj;
}
-CORBA::Boolean CORBA_Contained::_is_a (const CORBA::Char *value TAO_ENV_ARG_DECL)
+CORBA::Boolean CORBA_Contained::_is_a (const CORBA::Char *value ACE_ENV_ARG_DECL)
{
if (
(!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA/Contained:1.0")) ||
@@ -4213,7 +4213,7 @@ CORBA::Boolean CORBA_Contained::_is_a (const CORBA::Char *value TAO_ENV_ARG_DECL
(!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA/Object:1.0")))
return 1; // success using local knowledge
else
- return this->CORBA_Object::_is_a (value TAO_ENV_ARG_PARAMETER);
+ return this->CORBA_Object::_is_a (value ACE_ENV_ARG_PARAMETER);
}
void *CORBA_Contained::_tao_QueryInterface (ptr_arith_t type)
@@ -4250,161 +4250,161 @@ const char* CORBA_Contained::_interface_repository_id (void) const
}
char * CORBA_Contained::id (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_Contained_Proxy_Impl &proxy =
- this->the_TAO_CORBA_Contained_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_Contained_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.id (
this
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
void CORBA_Contained::id (
const char * id
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_Contained_Proxy_Impl &proxy =
- this->the_TAO_CORBA_Contained_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_Contained_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
proxy.id (
this,
id
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
char * CORBA_Contained::name (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_Contained_Proxy_Impl &proxy =
- this->the_TAO_CORBA_Contained_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_Contained_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.name (
this
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
void CORBA_Contained::name (
const char * name
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_Contained_Proxy_Impl &proxy =
- this->the_TAO_CORBA_Contained_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_Contained_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
proxy.name (
this,
name
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
char * CORBA_Contained::version (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_Contained_Proxy_Impl &proxy =
- this->the_TAO_CORBA_Contained_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_Contained_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.version (
this
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
void CORBA_Contained::version (
const char * version
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_Contained_Proxy_Impl &proxy =
- this->the_TAO_CORBA_Contained_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_Contained_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
proxy.version (
this,
version
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
CORBA_Container_ptr CORBA_Contained::defined_in (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_Contained_Proxy_Impl &proxy =
- this->the_TAO_CORBA_Contained_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_Contained_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.defined_in (
this
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
char * CORBA_Contained::absolute_name (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_Contained_Proxy_Impl &proxy =
- this->the_TAO_CORBA_Contained_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_Contained_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.absolute_name (
this
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
CORBA_Repository_ptr CORBA_Contained::containing_repository (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_Contained_Proxy_Impl &proxy =
- this->the_TAO_CORBA_Contained_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_Contained_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.containing_repository (
this
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
@@ -4590,19 +4590,19 @@ void CORBA_Contained::Description::_tao_any_destructor (void *_tao_void_pointer)
}
CORBA_Contained::Description * CORBA_Contained::describe (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_Contained_Proxy_Impl &proxy =
- this->the_TAO_CORBA_Contained_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_Contained_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.describe (
this
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
@@ -4610,14 +4610,14 @@ void CORBA_Contained::move (
CORBA_Container_ptr new_container,
const char * new_name,
const char * new_version
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_Contained_Proxy_Impl &proxy =
- this->the_TAO_CORBA_Contained_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_Contained_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
proxy.move (
@@ -4625,7 +4625,7 @@ void CORBA_Contained::move (
new_container,
new_name,
new_version
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
@@ -4702,11 +4702,11 @@ void
_TAO_Unbounded_Object_Sequence_CORBA_ContainedSeq::_downcast (
void* target,
CORBA_Object *src
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
CORBA_Contained **tmp = ACE_static_cast (CORBA_Contained**, target);
- *tmp = CORBA_Contained::_narrow (src TAO_ENV_ARG_PARAMETER);
+ *tmp = CORBA_Contained::_narrow (src ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
@@ -4842,11 +4842,11 @@ void
_TAO_Unbounded_Object_Sequence_CORBA_InterfaceDefSeq::_downcast (
void* target,
CORBA_Object *src
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
CORBA_InterfaceDef **tmp = ACE_static_cast (CORBA_InterfaceDef**, target);
- *tmp = tao_CORBA_InterfaceDef_narrow (src TAO_ENV_ARG_PARAMETER);
+ *tmp = tao_CORBA_InterfaceDef_narrow (src ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
@@ -4981,11 +4981,11 @@ void
_TAO_Unbounded_Object_Sequence_CORBA_ValueDefSeq::_downcast (
void* target,
CORBA_Object *src
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
CORBA_ValueDef **tmp = ACE_static_cast (CORBA_ValueDef**, target);
- *tmp = tao_CORBA_ValueDef_narrow (src TAO_ENV_ARG_PARAMETER);
+ *tmp = tao_CORBA_ValueDef_narrow (src ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
@@ -5120,11 +5120,11 @@ void
_TAO_Unbounded_Object_Sequence_CORBA_AbstractInterfaceDefSeq::_downcast (
void* target,
CORBA_Object *src
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
CORBA_AbstractInterfaceDef **tmp = ACE_static_cast (CORBA_AbstractInterfaceDef**, target);
- *tmp = tao_CORBA_AbstractInterfaceDef_narrow (src TAO_ENV_ARG_PARAMETER);
+ *tmp = tao_CORBA_AbstractInterfaceDef_narrow (src ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
@@ -5259,11 +5259,11 @@ void
_TAO_Unbounded_Object_Sequence_CORBA_LocalInterfaceDefSeq::_downcast (
void* target,
CORBA_Object *src
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
CORBA_LocalInterfaceDef **tmp = ACE_static_cast (CORBA_LocalInterfaceDef**, target);
- *tmp = tao_CORBA_LocalInterfaceDef_narrow (src TAO_ENV_ARG_PARAMETER);
+ *tmp = tao_CORBA_LocalInterfaceDef_narrow (src ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
@@ -5706,10 +5706,10 @@ tao_CORBA_Container_nil (
CORBA_Container_ptr
tao_CORBA_Container_narrow (
CORBA::Object *p
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
- return CORBA_Container::_narrow (p TAO_ENV_ARG_PARAMETER);
+ return CORBA_Container::_narrow (p ACE_ENV_ARG_PARAMETER);
}
CORBA::Object *
@@ -5833,10 +5833,10 @@ CORBA_Container_var::tao_nil (void)
::CORBA_Container_ptr
CORBA_Container_var::tao_narrow (
CORBA::Object *p
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
- return ::CORBA_Container::_narrow (p TAO_ENV_ARG_PARAMETER);
+ return ::CORBA_Container::_narrow (p ACE_ENV_ARG_PARAMETER);
}
CORBA::Object *
@@ -5915,21 +5915,21 @@ public:
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
const char * search_name
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -5947,19 +5947,19 @@ TAO_ClientRequestInfo_CORBA_Container_lookup::TAO_ClientRequestInfo_CORBA_Contai
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
const char * search_name
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target),
search_name_ (search_name)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_Container_lookup::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Container_lookup::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
Dynamic::ParameterList_var safe_parameter_list = parameter_list;
@@ -5975,12 +5975,12 @@ TAO_ClientRequestInfo_CORBA_Container_lookup::arguments (TAO_ENV_SINGLE_ARG_DECL
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_Container_lookup::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Container_lookup::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -5988,13 +5988,13 @@ TAO_ClientRequestInfo_CORBA_Container_lookup::exceptions (TAO_ENV_SINGLE_ARG_DEC
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_Container_lookup::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Container_lookup::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -6018,21 +6018,21 @@ public:
CORBA::Object_ptr _tao_target,
CORBA::DefinitionKind & limit_type,
const CORBA::Boolean & exclude_inherited
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -6052,7 +6052,7 @@ TAO_ClientRequestInfo_CORBA_Container_contents::TAO_ClientRequestInfo_CORBA_Cont
CORBA::Object_ptr _tao_target,
CORBA::DefinitionKind & limit_type,
const CORBA::Boolean & exclude_inherited
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target),
limit_type_ (limit_type),
@@ -6060,12 +6060,12 @@ TAO_ClientRequestInfo_CORBA_Container_contents::TAO_ClientRequestInfo_CORBA_Cont
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_Container_contents::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Container_contents::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
Dynamic::ParameterList_var safe_parameter_list = parameter_list;
@@ -6084,12 +6084,12 @@ TAO_ClientRequestInfo_CORBA_Container_contents::arguments (TAO_ENV_SINGLE_ARG_DE
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_Container_contents::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Container_contents::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -6097,13 +6097,13 @@ TAO_ClientRequestInfo_CORBA_Container_contents::exceptions (TAO_ENV_SINGLE_ARG_D
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_Container_contents::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Container_contents::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -6129,21 +6129,21 @@ public:
const CORBA::Long & levels_to_search,
CORBA::DefinitionKind & limit_type,
const CORBA::Boolean & exclude_inherited
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -6167,7 +6167,7 @@ TAO_ClientRequestInfo_CORBA_Container_lookup_name::TAO_ClientRequestInfo_CORBA_C
const CORBA::Long & levels_to_search,
CORBA::DefinitionKind & limit_type,
const CORBA::Boolean & exclude_inherited
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target),
search_name_ (search_name),
@@ -6177,12 +6177,12 @@ TAO_ClientRequestInfo_CORBA_Container_lookup_name::TAO_ClientRequestInfo_CORBA_C
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_Container_lookup_name::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Container_lookup_name::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
Dynamic::ParameterList_var safe_parameter_list = parameter_list;
@@ -6207,12 +6207,12 @@ TAO_ClientRequestInfo_CORBA_Container_lookup_name::arguments (TAO_ENV_SINGLE_ARG
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_Container_lookup_name::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Container_lookup_name::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -6220,13 +6220,13 @@ TAO_ClientRequestInfo_CORBA_Container_lookup_name::exceptions (TAO_ENV_SINGLE_AR
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_Container_lookup_name::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Container_lookup_name::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -6251,21 +6251,21 @@ public:
CORBA::DefinitionKind & limit_type,
const CORBA::Boolean & exclude_inherited,
const CORBA::Long & max_returned_objs
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -6287,7 +6287,7 @@ TAO_ClientRequestInfo_CORBA_Container_describe_contents::TAO_ClientRequestInfo_C
CORBA::DefinitionKind & limit_type,
const CORBA::Boolean & exclude_inherited,
const CORBA::Long & max_returned_objs
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target),
limit_type_ (limit_type),
@@ -6296,12 +6296,12 @@ TAO_ClientRequestInfo_CORBA_Container_describe_contents::TAO_ClientRequestInfo_C
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_Container_describe_contents::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Container_describe_contents::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
Dynamic::ParameterList_var safe_parameter_list = parameter_list;
@@ -6323,12 +6323,12 @@ TAO_ClientRequestInfo_CORBA_Container_describe_contents::arguments (TAO_ENV_SING
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_Container_describe_contents::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Container_describe_contents::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -6336,13 +6336,13 @@ TAO_ClientRequestInfo_CORBA_Container_describe_contents::exceptions (TAO_ENV_SIN
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_Container_describe_contents::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Container_describe_contents::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -6367,21 +6367,21 @@ public:
const char * id,
const char * name,
const char * version
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -6403,7 +6403,7 @@ TAO_ClientRequestInfo_CORBA_Container_create_module::TAO_ClientRequestInfo_CORBA
const char * id,
const char * name,
const char * version
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target),
id_ (id),
@@ -6412,12 +6412,12 @@ TAO_ClientRequestInfo_CORBA_Container_create_module::TAO_ClientRequestInfo_CORBA
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_Container_create_module::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Container_create_module::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
Dynamic::ParameterList_var safe_parameter_list = parameter_list;
@@ -6439,12 +6439,12 @@ TAO_ClientRequestInfo_CORBA_Container_create_module::arguments (TAO_ENV_SINGLE_A
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_Container_create_module::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Container_create_module::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -6452,13 +6452,13 @@ TAO_ClientRequestInfo_CORBA_Container_create_module::exceptions (TAO_ENV_SINGLE_
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_Container_create_module::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Container_create_module::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -6485,21 +6485,21 @@ public:
const char * version,
CORBA_IDLType_ptr type,
const CORBA::Any & value
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -6525,7 +6525,7 @@ TAO_ClientRequestInfo_CORBA_Container_create_constant::TAO_ClientRequestInfo_COR
const char * version,
CORBA_IDLType_ptr type,
const CORBA::Any & value
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target),
id_ (id),
@@ -6536,12 +6536,12 @@ TAO_ClientRequestInfo_CORBA_Container_create_constant::TAO_ClientRequestInfo_COR
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_Container_create_constant::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Container_create_constant::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
Dynamic::ParameterList_var safe_parameter_list = parameter_list;
@@ -6569,12 +6569,12 @@ TAO_ClientRequestInfo_CORBA_Container_create_constant::arguments (TAO_ENV_SINGLE
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_Container_create_constant::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Container_create_constant::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -6582,13 +6582,13 @@ TAO_ClientRequestInfo_CORBA_Container_create_constant::exceptions (TAO_ENV_SINGL
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_Container_create_constant::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Container_create_constant::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -6614,21 +6614,21 @@ public:
const char * name,
const char * version,
const CORBA_StructMemberSeq & members
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -6652,7 +6652,7 @@ TAO_ClientRequestInfo_CORBA_Container_create_struct::TAO_ClientRequestInfo_CORBA
const char * name,
const char * version,
const CORBA_StructMemberSeq & members
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target),
id_ (id),
@@ -6662,12 +6662,12 @@ TAO_ClientRequestInfo_CORBA_Container_create_struct::TAO_ClientRequestInfo_CORBA
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_Container_create_struct::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Container_create_struct::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
Dynamic::ParameterList_var safe_parameter_list = parameter_list;
@@ -6692,12 +6692,12 @@ TAO_ClientRequestInfo_CORBA_Container_create_struct::arguments (TAO_ENV_SINGLE_A
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_Container_create_struct::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Container_create_struct::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -6705,13 +6705,13 @@ TAO_ClientRequestInfo_CORBA_Container_create_struct::exceptions (TAO_ENV_SINGLE_
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_Container_create_struct::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Container_create_struct::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -6738,21 +6738,21 @@ public:
const char * version,
CORBA_IDLType_ptr discriminator_type,
const CORBA_UnionMemberSeq & members
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -6778,7 +6778,7 @@ TAO_ClientRequestInfo_CORBA_Container_create_union::TAO_ClientRequestInfo_CORBA_
const char * version,
CORBA_IDLType_ptr discriminator_type,
const CORBA_UnionMemberSeq & members
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target),
id_ (id),
@@ -6789,12 +6789,12 @@ TAO_ClientRequestInfo_CORBA_Container_create_union::TAO_ClientRequestInfo_CORBA_
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_Container_create_union::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Container_create_union::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
Dynamic::ParameterList_var safe_parameter_list = parameter_list;
@@ -6822,12 +6822,12 @@ TAO_ClientRequestInfo_CORBA_Container_create_union::arguments (TAO_ENV_SINGLE_AR
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_Container_create_union::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Container_create_union::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -6835,13 +6835,13 @@ TAO_ClientRequestInfo_CORBA_Container_create_union::exceptions (TAO_ENV_SINGLE_A
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_Container_create_union::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Container_create_union::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -6867,21 +6867,21 @@ public:
const char * name,
const char * version,
const CORBA_EnumMemberSeq & members
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -6905,7 +6905,7 @@ TAO_ClientRequestInfo_CORBA_Container_create_enum::TAO_ClientRequestInfo_CORBA_C
const char * name,
const char * version,
const CORBA_EnumMemberSeq & members
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target),
id_ (id),
@@ -6915,12 +6915,12 @@ TAO_ClientRequestInfo_CORBA_Container_create_enum::TAO_ClientRequestInfo_CORBA_C
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_Container_create_enum::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Container_create_enum::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
Dynamic::ParameterList_var safe_parameter_list = parameter_list;
@@ -6945,12 +6945,12 @@ TAO_ClientRequestInfo_CORBA_Container_create_enum::arguments (TAO_ENV_SINGLE_ARG
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_Container_create_enum::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Container_create_enum::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -6958,13 +6958,13 @@ TAO_ClientRequestInfo_CORBA_Container_create_enum::exceptions (TAO_ENV_SINGLE_AR
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_Container_create_enum::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Container_create_enum::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -6990,21 +6990,21 @@ public:
const char * name,
const char * version,
CORBA_IDLType_ptr original_type
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -7028,7 +7028,7 @@ TAO_ClientRequestInfo_CORBA_Container_create_alias::TAO_ClientRequestInfo_CORBA_
const char * name,
const char * version,
CORBA_IDLType_ptr original_type
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target),
id_ (id),
@@ -7038,12 +7038,12 @@ TAO_ClientRequestInfo_CORBA_Container_create_alias::TAO_ClientRequestInfo_CORBA_
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_Container_create_alias::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Container_create_alias::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
Dynamic::ParameterList_var safe_parameter_list = parameter_list;
@@ -7068,12 +7068,12 @@ TAO_ClientRequestInfo_CORBA_Container_create_alias::arguments (TAO_ENV_SINGLE_AR
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_Container_create_alias::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Container_create_alias::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -7081,13 +7081,13 @@ TAO_ClientRequestInfo_CORBA_Container_create_alias::exceptions (TAO_ENV_SINGLE_A
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_Container_create_alias::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Container_create_alias::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -7113,21 +7113,21 @@ public:
const char * name,
const char * version,
const CORBA_InterfaceDefSeq & base_interfaces
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -7151,7 +7151,7 @@ TAO_ClientRequestInfo_CORBA_Container_create_interface::TAO_ClientRequestInfo_CO
const char * name,
const char * version,
const CORBA_InterfaceDefSeq & base_interfaces
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target),
id_ (id),
@@ -7161,12 +7161,12 @@ TAO_ClientRequestInfo_CORBA_Container_create_interface::TAO_ClientRequestInfo_CO
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_Container_create_interface::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Container_create_interface::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
Dynamic::ParameterList_var safe_parameter_list = parameter_list;
@@ -7191,12 +7191,12 @@ TAO_ClientRequestInfo_CORBA_Container_create_interface::arguments (TAO_ENV_SINGL
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_Container_create_interface::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Container_create_interface::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -7204,13 +7204,13 @@ TAO_ClientRequestInfo_CORBA_Container_create_interface::exceptions (TAO_ENV_SING
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_Container_create_interface::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Container_create_interface::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -7242,21 +7242,21 @@ public:
const CORBA_ValueDefSeq & abstract_base_values,
const CORBA_InterfaceDefSeq & supported_interfaces,
const CORBA_InitializerSeq & initializers
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -7292,7 +7292,7 @@ TAO_ClientRequestInfo_CORBA_Container_create_value::TAO_ClientRequestInfo_CORBA_
const CORBA_ValueDefSeq & abstract_base_values,
const CORBA_InterfaceDefSeq & supported_interfaces,
const CORBA_InitializerSeq & initializers
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target),
id_ (id),
@@ -7308,12 +7308,12 @@ TAO_ClientRequestInfo_CORBA_Container_create_value::TAO_ClientRequestInfo_CORBA_
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_Container_create_value::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Container_create_value::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
Dynamic::ParameterList_var safe_parameter_list = parameter_list;
@@ -7356,12 +7356,12 @@ TAO_ClientRequestInfo_CORBA_Container_create_value::arguments (TAO_ENV_SINGLE_AR
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_Container_create_value::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Container_create_value::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -7369,13 +7369,13 @@ TAO_ClientRequestInfo_CORBA_Container_create_value::exceptions (TAO_ENV_SINGLE_A
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_Container_create_value::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Container_create_value::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -7401,21 +7401,21 @@ public:
const char * name,
const char * version,
CORBA_IDLType_ptr original_type_def
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -7439,7 +7439,7 @@ TAO_ClientRequestInfo_CORBA_Container_create_value_box::TAO_ClientRequestInfo_CO
const char * name,
const char * version,
CORBA_IDLType_ptr original_type_def
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target),
id_ (id),
@@ -7449,12 +7449,12 @@ TAO_ClientRequestInfo_CORBA_Container_create_value_box::TAO_ClientRequestInfo_CO
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_Container_create_value_box::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Container_create_value_box::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
Dynamic::ParameterList_var safe_parameter_list = parameter_list;
@@ -7479,12 +7479,12 @@ TAO_ClientRequestInfo_CORBA_Container_create_value_box::arguments (TAO_ENV_SINGL
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_Container_create_value_box::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Container_create_value_box::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -7492,13 +7492,13 @@ TAO_ClientRequestInfo_CORBA_Container_create_value_box::exceptions (TAO_ENV_SING
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_Container_create_value_box::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Container_create_value_box::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -7524,21 +7524,21 @@ public:
const char * name,
const char * version,
const CORBA_StructMemberSeq & members
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -7562,7 +7562,7 @@ TAO_ClientRequestInfo_CORBA_Container_create_exception::TAO_ClientRequestInfo_CO
const char * name,
const char * version,
const CORBA_StructMemberSeq & members
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target),
id_ (id),
@@ -7572,12 +7572,12 @@ TAO_ClientRequestInfo_CORBA_Container_create_exception::TAO_ClientRequestInfo_CO
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_Container_create_exception::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Container_create_exception::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
Dynamic::ParameterList_var safe_parameter_list = parameter_list;
@@ -7602,12 +7602,12 @@ TAO_ClientRequestInfo_CORBA_Container_create_exception::arguments (TAO_ENV_SINGL
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_Container_create_exception::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Container_create_exception::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -7615,13 +7615,13 @@ TAO_ClientRequestInfo_CORBA_Container_create_exception::exceptions (TAO_ENV_SING
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_Container_create_exception::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Container_create_exception::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -7646,21 +7646,21 @@ public:
const char * id,
const char * name,
const char * version
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -7682,7 +7682,7 @@ TAO_ClientRequestInfo_CORBA_Container_create_native::TAO_ClientRequestInfo_CORBA
const char * id,
const char * name,
const char * version
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target),
id_ (id),
@@ -7691,12 +7691,12 @@ TAO_ClientRequestInfo_CORBA_Container_create_native::TAO_ClientRequestInfo_CORBA
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_Container_create_native::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Container_create_native::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
Dynamic::ParameterList_var safe_parameter_list = parameter_list;
@@ -7718,12 +7718,12 @@ TAO_ClientRequestInfo_CORBA_Container_create_native::arguments (TAO_ENV_SINGLE_A
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_Container_create_native::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Container_create_native::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -7731,13 +7731,13 @@ TAO_ClientRequestInfo_CORBA_Container_create_native::exceptions (TAO_ENV_SINGLE_
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_Container_create_native::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Container_create_native::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -7763,21 +7763,21 @@ public:
const char * name,
const char * version,
const CORBA_AbstractInterfaceDefSeq & base_interfaces
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -7801,7 +7801,7 @@ TAO_ClientRequestInfo_CORBA_Container_create_abstract_interface::TAO_ClientReque
const char * name,
const char * version,
const CORBA_AbstractInterfaceDefSeq & base_interfaces
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target),
id_ (id),
@@ -7811,12 +7811,12 @@ TAO_ClientRequestInfo_CORBA_Container_create_abstract_interface::TAO_ClientReque
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_Container_create_abstract_interface::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Container_create_abstract_interface::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
Dynamic::ParameterList_var safe_parameter_list = parameter_list;
@@ -7841,12 +7841,12 @@ TAO_ClientRequestInfo_CORBA_Container_create_abstract_interface::arguments (TAO_
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_Container_create_abstract_interface::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Container_create_abstract_interface::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -7854,13 +7854,13 @@ TAO_ClientRequestInfo_CORBA_Container_create_abstract_interface::exceptions (TAO
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_Container_create_abstract_interface::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Container_create_abstract_interface::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -7886,21 +7886,21 @@ public:
const char * name,
const char * version,
const CORBA_InterfaceDefSeq & base_interfaces
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -7924,7 +7924,7 @@ TAO_ClientRequestInfo_CORBA_Container_create_local_interface::TAO_ClientRequestI
const char * name,
const char * version,
const CORBA_InterfaceDefSeq & base_interfaces
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target),
id_ (id),
@@ -7934,12 +7934,12 @@ TAO_ClientRequestInfo_CORBA_Container_create_local_interface::TAO_ClientRequestI
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_Container_create_local_interface::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Container_create_local_interface::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
Dynamic::ParameterList_var safe_parameter_list = parameter_list;
@@ -7964,12 +7964,12 @@ TAO_ClientRequestInfo_CORBA_Container_create_local_interface::arguments (TAO_ENV
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_Container_create_local_interface::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Container_create_local_interface::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -7977,13 +7977,13 @@ TAO_ClientRequestInfo_CORBA_Container_create_local_interface::exceptions (TAO_EN
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_Container_create_local_interface::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Container_create_local_interface::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -8016,7 +8016,7 @@ _TAO_CORBA_Container_Remote_Proxy_Impl::_TAO_CORBA_Container_Remote_Proxy_Impl (
CORBA_Contained_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::lookup (
CORBA_Object *_collocated_tao_target_,
const char * search_name
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -8060,7 +8060,7 @@ CORBA_Contained_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::lookup (
&_tao_call,
_collocated_tao_target_,
search_name
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -8076,7 +8076,7 @@ CORBA_Contained_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::lookup (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -8088,12 +8088,12 @@ CORBA_Contained_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::lookup (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
@@ -8107,7 +8107,7 @@ CORBA_Contained_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::lookup (
);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -8124,7 +8124,7 @@ CORBA_Contained_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::lookup (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -8152,7 +8152,7 @@ CORBA_Contained_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::lookup (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -8162,12 +8162,12 @@ CORBA_Contained_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::lookup (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -8178,7 +8178,7 @@ CORBA_Contained_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::lookup (
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -8196,7 +8196,7 @@ CORBA_ContainedSeq * _TAO_CORBA_Container_Remote_Proxy_Impl::contents (
CORBA_Object *_collocated_tao_target_,
CORBA::DefinitionKind limit_type,
CORBA::Boolean exclude_inherited
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -8242,7 +8242,7 @@ CORBA_ContainedSeq * _TAO_CORBA_Container_Remote_Proxy_Impl::contents (
_collocated_tao_target_,
limit_type,
exclude_inherited
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -8258,7 +8258,7 @@ CORBA_ContainedSeq * _TAO_CORBA_Container_Remote_Proxy_Impl::contents (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -8270,12 +8270,12 @@ CORBA_ContainedSeq * _TAO_CORBA_Container_Remote_Proxy_Impl::contents (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
@@ -8290,7 +8290,7 @@ CORBA_ContainedSeq * _TAO_CORBA_Container_Remote_Proxy_Impl::contents (
);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -8307,7 +8307,7 @@ CORBA_ContainedSeq * _TAO_CORBA_Container_Remote_Proxy_Impl::contents (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -8335,7 +8335,7 @@ CORBA_ContainedSeq * _TAO_CORBA_Container_Remote_Proxy_Impl::contents (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -8345,12 +8345,12 @@ CORBA_ContainedSeq * _TAO_CORBA_Container_Remote_Proxy_Impl::contents (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -8361,7 +8361,7 @@ CORBA_ContainedSeq * _TAO_CORBA_Container_Remote_Proxy_Impl::contents (
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -8381,7 +8381,7 @@ CORBA_ContainedSeq * _TAO_CORBA_Container_Remote_Proxy_Impl::lookup_name (
CORBA::Long levels_to_search,
CORBA::DefinitionKind limit_type,
CORBA::Boolean exclude_inherited
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -8429,7 +8429,7 @@ CORBA_ContainedSeq * _TAO_CORBA_Container_Remote_Proxy_Impl::lookup_name (
levels_to_search,
limit_type,
exclude_inherited
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -8445,7 +8445,7 @@ CORBA_ContainedSeq * _TAO_CORBA_Container_Remote_Proxy_Impl::lookup_name (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -8457,12 +8457,12 @@ CORBA_ContainedSeq * _TAO_CORBA_Container_Remote_Proxy_Impl::lookup_name (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
@@ -8479,7 +8479,7 @@ CORBA_ContainedSeq * _TAO_CORBA_Container_Remote_Proxy_Impl::lookup_name (
);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -8496,7 +8496,7 @@ CORBA_ContainedSeq * _TAO_CORBA_Container_Remote_Proxy_Impl::lookup_name (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -8524,7 +8524,7 @@ CORBA_ContainedSeq * _TAO_CORBA_Container_Remote_Proxy_Impl::lookup_name (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -8534,12 +8534,12 @@ CORBA_ContainedSeq * _TAO_CORBA_Container_Remote_Proxy_Impl::lookup_name (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -8550,7 +8550,7 @@ CORBA_ContainedSeq * _TAO_CORBA_Container_Remote_Proxy_Impl::lookup_name (
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -8569,7 +8569,7 @@ CORBA_Container::DescriptionSeq * _TAO_CORBA_Container_Remote_Proxy_Impl::descri
CORBA::DefinitionKind limit_type,
CORBA::Boolean exclude_inherited,
CORBA::Long max_returned_objs
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -8616,7 +8616,7 @@ CORBA_Container::DescriptionSeq * _TAO_CORBA_Container_Remote_Proxy_Impl::descri
limit_type,
exclude_inherited,
max_returned_objs
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -8632,7 +8632,7 @@ CORBA_Container::DescriptionSeq * _TAO_CORBA_Container_Remote_Proxy_Impl::descri
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -8644,12 +8644,12 @@ CORBA_Container::DescriptionSeq * _TAO_CORBA_Container_Remote_Proxy_Impl::descri
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
@@ -8665,7 +8665,7 @@ CORBA_Container::DescriptionSeq * _TAO_CORBA_Container_Remote_Proxy_Impl::descri
);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -8682,7 +8682,7 @@ CORBA_Container::DescriptionSeq * _TAO_CORBA_Container_Remote_Proxy_Impl::descri
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -8710,7 +8710,7 @@ CORBA_Container::DescriptionSeq * _TAO_CORBA_Container_Remote_Proxy_Impl::descri
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -8720,12 +8720,12 @@ CORBA_Container::DescriptionSeq * _TAO_CORBA_Container_Remote_Proxy_Impl::descri
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -8736,7 +8736,7 @@ CORBA_Container::DescriptionSeq * _TAO_CORBA_Container_Remote_Proxy_Impl::descri
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -8755,7 +8755,7 @@ CORBA_ModuleDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_module (
const char * id,
const char * name,
const char * version
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -8801,7 +8801,7 @@ CORBA_ModuleDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_module (
id,
name,
version
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -8817,7 +8817,7 @@ CORBA_ModuleDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_module (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -8829,12 +8829,12 @@ CORBA_ModuleDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_module (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
@@ -8850,7 +8850,7 @@ CORBA_ModuleDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_module (
);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -8867,7 +8867,7 @@ CORBA_ModuleDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_module (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -8895,7 +8895,7 @@ CORBA_ModuleDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_module (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -8905,12 +8905,12 @@ CORBA_ModuleDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_module (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -8921,7 +8921,7 @@ CORBA_ModuleDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_module (
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -8942,7 +8942,7 @@ CORBA_ConstantDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_constant (
const char * version,
CORBA_IDLType_ptr type,
const CORBA::Any & value
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -8990,7 +8990,7 @@ CORBA_ConstantDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_constant (
version,
type,
value
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -9006,7 +9006,7 @@ CORBA_ConstantDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_constant (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -9018,12 +9018,12 @@ CORBA_ConstantDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_constant (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
@@ -9041,7 +9041,7 @@ CORBA_ConstantDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_constant (
);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -9058,7 +9058,7 @@ CORBA_ConstantDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_constant (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -9086,7 +9086,7 @@ CORBA_ConstantDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_constant (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -9096,12 +9096,12 @@ CORBA_ConstantDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_constant (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -9112,7 +9112,7 @@ CORBA_ConstantDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_constant (
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -9132,7 +9132,7 @@ CORBA_StructDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_struct (
const char * name,
const char * version,
const CORBA_StructMemberSeq & members
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -9179,7 +9179,7 @@ CORBA_StructDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_struct (
name,
version,
members
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -9195,7 +9195,7 @@ CORBA_StructDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_struct (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -9207,12 +9207,12 @@ CORBA_StructDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_struct (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
@@ -9229,7 +9229,7 @@ CORBA_StructDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_struct (
);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -9246,7 +9246,7 @@ CORBA_StructDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_struct (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -9274,7 +9274,7 @@ CORBA_StructDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_struct (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -9284,12 +9284,12 @@ CORBA_StructDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_struct (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -9300,7 +9300,7 @@ CORBA_StructDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_struct (
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -9321,7 +9321,7 @@ CORBA_UnionDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_union (
const char * version,
CORBA_IDLType_ptr discriminator_type,
const CORBA_UnionMemberSeq & members
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -9369,7 +9369,7 @@ CORBA_UnionDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_union (
version,
discriminator_type,
members
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -9385,7 +9385,7 @@ CORBA_UnionDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_union (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -9397,12 +9397,12 @@ CORBA_UnionDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_union (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
@@ -9420,7 +9420,7 @@ CORBA_UnionDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_union (
);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -9437,7 +9437,7 @@ CORBA_UnionDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_union (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -9465,7 +9465,7 @@ CORBA_UnionDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_union (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -9475,12 +9475,12 @@ CORBA_UnionDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_union (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -9491,7 +9491,7 @@ CORBA_UnionDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_union (
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -9511,7 +9511,7 @@ CORBA_EnumDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_enum (
const char * name,
const char * version,
const CORBA_EnumMemberSeq & members
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -9558,7 +9558,7 @@ CORBA_EnumDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_enum (
name,
version,
members
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -9574,7 +9574,7 @@ CORBA_EnumDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_enum (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -9586,12 +9586,12 @@ CORBA_EnumDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_enum (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
@@ -9608,7 +9608,7 @@ CORBA_EnumDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_enum (
);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -9625,7 +9625,7 @@ CORBA_EnumDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_enum (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -9653,7 +9653,7 @@ CORBA_EnumDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_enum (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -9663,12 +9663,12 @@ CORBA_EnumDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_enum (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -9679,7 +9679,7 @@ CORBA_EnumDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_enum (
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -9699,7 +9699,7 @@ CORBA_AliasDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_alias (
const char * name,
const char * version,
CORBA_IDLType_ptr original_type
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -9746,7 +9746,7 @@ CORBA_AliasDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_alias (
name,
version,
original_type
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -9762,7 +9762,7 @@ CORBA_AliasDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_alias (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -9774,12 +9774,12 @@ CORBA_AliasDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_alias (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
@@ -9796,7 +9796,7 @@ CORBA_AliasDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_alias (
);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -9813,7 +9813,7 @@ CORBA_AliasDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_alias (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -9841,7 +9841,7 @@ CORBA_AliasDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_alias (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -9851,12 +9851,12 @@ CORBA_AliasDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_alias (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -9867,7 +9867,7 @@ CORBA_AliasDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_alias (
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -9887,7 +9887,7 @@ CORBA_InterfaceDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_interface
const char * name,
const char * version,
const CORBA_InterfaceDefSeq & base_interfaces
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -9934,7 +9934,7 @@ CORBA_InterfaceDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_interface
name,
version,
base_interfaces
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -9950,7 +9950,7 @@ CORBA_InterfaceDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_interface
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -9962,12 +9962,12 @@ CORBA_InterfaceDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_interface
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
@@ -9984,7 +9984,7 @@ CORBA_InterfaceDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_interface
);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -10001,7 +10001,7 @@ CORBA_InterfaceDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_interface
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -10029,7 +10029,7 @@ CORBA_InterfaceDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_interface
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -10039,12 +10039,12 @@ CORBA_InterfaceDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_interface
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -10055,7 +10055,7 @@ CORBA_InterfaceDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_interface
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -10081,7 +10081,7 @@ CORBA_ValueDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_value (
const CORBA_ValueDefSeq & abstract_base_values,
const CORBA_InterfaceDefSeq & supported_interfaces,
const CORBA_InitializerSeq & initializers
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -10134,7 +10134,7 @@ CORBA_ValueDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_value (
abstract_base_values,
supported_interfaces,
initializers
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -10150,7 +10150,7 @@ CORBA_ValueDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_value (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -10162,12 +10162,12 @@ CORBA_ValueDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_value (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
@@ -10190,7 +10190,7 @@ CORBA_ValueDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_value (
);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -10207,7 +10207,7 @@ CORBA_ValueDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_value (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -10235,7 +10235,7 @@ CORBA_ValueDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_value (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -10245,12 +10245,12 @@ CORBA_ValueDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_value (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -10261,7 +10261,7 @@ CORBA_ValueDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_value (
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -10281,7 +10281,7 @@ CORBA_ValueBoxDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_value_box (
const char * name,
const char * version,
CORBA_IDLType_ptr original_type_def
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -10328,7 +10328,7 @@ CORBA_ValueBoxDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_value_box (
name,
version,
original_type_def
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -10344,7 +10344,7 @@ CORBA_ValueBoxDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_value_box (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -10356,12 +10356,12 @@ CORBA_ValueBoxDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_value_box (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
@@ -10378,7 +10378,7 @@ CORBA_ValueBoxDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_value_box (
);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -10395,7 +10395,7 @@ CORBA_ValueBoxDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_value_box (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -10423,7 +10423,7 @@ CORBA_ValueBoxDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_value_box (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -10433,12 +10433,12 @@ CORBA_ValueBoxDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_value_box (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -10449,7 +10449,7 @@ CORBA_ValueBoxDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_value_box (
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -10469,7 +10469,7 @@ CORBA_ExceptionDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_exception
const char * name,
const char * version,
const CORBA_StructMemberSeq & members
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -10516,7 +10516,7 @@ CORBA_ExceptionDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_exception
name,
version,
members
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -10532,7 +10532,7 @@ CORBA_ExceptionDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_exception
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -10544,12 +10544,12 @@ CORBA_ExceptionDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_exception
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
@@ -10566,7 +10566,7 @@ CORBA_ExceptionDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_exception
);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -10583,7 +10583,7 @@ CORBA_ExceptionDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_exception
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -10611,7 +10611,7 @@ CORBA_ExceptionDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_exception
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -10621,12 +10621,12 @@ CORBA_ExceptionDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_exception
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -10637,7 +10637,7 @@ CORBA_ExceptionDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_exception
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -10656,7 +10656,7 @@ CORBA_NativeDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_native (
const char * id,
const char * name,
const char * version
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -10702,7 +10702,7 @@ CORBA_NativeDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_native (
id,
name,
version
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -10718,7 +10718,7 @@ CORBA_NativeDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_native (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -10730,12 +10730,12 @@ CORBA_NativeDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_native (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
@@ -10751,7 +10751,7 @@ CORBA_NativeDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_native (
);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -10768,7 +10768,7 @@ CORBA_NativeDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_native (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -10796,7 +10796,7 @@ CORBA_NativeDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_native (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -10806,12 +10806,12 @@ CORBA_NativeDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_native (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -10822,7 +10822,7 @@ CORBA_NativeDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_native (
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -10842,7 +10842,7 @@ CORBA_AbstractInterfaceDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_ab
const char * name,
const char * version,
const CORBA_AbstractInterfaceDefSeq & base_interfaces
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -10889,7 +10889,7 @@ CORBA_AbstractInterfaceDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_ab
name,
version,
base_interfaces
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -10905,7 +10905,7 @@ CORBA_AbstractInterfaceDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_ab
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -10917,12 +10917,12 @@ CORBA_AbstractInterfaceDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_ab
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
@@ -10939,7 +10939,7 @@ CORBA_AbstractInterfaceDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_ab
);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -10956,7 +10956,7 @@ CORBA_AbstractInterfaceDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_ab
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -10984,7 +10984,7 @@ CORBA_AbstractInterfaceDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_ab
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -10994,12 +10994,12 @@ CORBA_AbstractInterfaceDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_ab
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -11010,7 +11010,7 @@ CORBA_AbstractInterfaceDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_ab
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -11030,7 +11030,7 @@ CORBA_LocalInterfaceDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_local
const char * name,
const char * version,
const CORBA_InterfaceDefSeq & base_interfaces
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -11077,7 +11077,7 @@ CORBA_LocalInterfaceDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_local
name,
version,
base_interfaces
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -11093,7 +11093,7 @@ CORBA_LocalInterfaceDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_local
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -11105,12 +11105,12 @@ CORBA_LocalInterfaceDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_local
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
@@ -11127,7 +11127,7 @@ CORBA_LocalInterfaceDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_local
);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -11144,7 +11144,7 @@ CORBA_LocalInterfaceDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_local
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -11172,7 +11172,7 @@ CORBA_LocalInterfaceDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_local
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -11182,12 +11182,12 @@ CORBA_LocalInterfaceDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_local
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -11198,7 +11198,7 @@ CORBA_LocalInterfaceDef_ptr _TAO_CORBA_Container_Remote_Proxy_Impl::create_local
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -11253,7 +11253,7 @@ _TAO_CORBA_Container_Remote_Proxy_Broker::~_TAO_CORBA_Container_Remote_Proxy_Bro
_TAO_CORBA_Container_Proxy_Impl&
_TAO_CORBA_Container_Remote_Proxy_Broker::select_proxy (
::CORBA_Container *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
{
return this->remote_proxy_impl_;
@@ -11296,24 +11296,24 @@ void CORBA_Container::_tao_any_destructor (void *_tao_void_pointer)
CORBA_Container_ptr CORBA_Container::_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
if (CORBA::is_nil (obj))
return CORBA_Container::_nil ();
if (! obj->_is_local ())
{
- CORBA::Boolean is_a = obj->_is_a ("IDL:omg.org/CORBA/Container:1.0" TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean is_a = obj->_is_a ("IDL:omg.org/CORBA/Container:1.0" ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (CORBA_Container::_nil ());
if (is_a == 0)
return CORBA_Container::_nil ();
}
- return CORBA_Container::_unchecked_narrow (obj TAO_ENV_ARG_PARAMETER);
+ return CORBA_Container::_unchecked_narrow (obj ACE_ENV_ARG_PARAMETER);
}
CORBA_Container_ptr CORBA_Container::_unchecked_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
{
if (CORBA::is_nil (obj))
@@ -11368,7 +11368,7 @@ CORBA_Container::_duplicate (CORBA_Container_ptr obj)
return obj;
}
-CORBA::Boolean CORBA_Container::_is_a (const CORBA::Char *value TAO_ENV_ARG_DECL)
+CORBA::Boolean CORBA_Container::_is_a (const CORBA::Char *value ACE_ENV_ARG_DECL)
{
if (
(!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA/Container:1.0")) ||
@@ -11376,7 +11376,7 @@ CORBA::Boolean CORBA_Container::_is_a (const CORBA::Char *value TAO_ENV_ARG_DECL
(!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA/Object:1.0")))
return 1; // success using local knowledge
else
- return this->CORBA_Object::_is_a (value TAO_ENV_ARG_PARAMETER);
+ return this->CORBA_Object::_is_a (value ACE_ENV_ARG_PARAMETER);
}
void *CORBA_Container::_tao_QueryInterface (ptr_arith_t type)
@@ -11414,41 +11414,41 @@ const char* CORBA_Container::_interface_repository_id (void) const
CORBA_Contained_ptr CORBA_Container::lookup (
const char * search_name
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_Container_Proxy_Impl &proxy =
- this->the_TAO_CORBA_Container_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_Container_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.lookup (
this,
search_name
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
CORBA_ContainedSeq * CORBA_Container::contents (
CORBA::DefinitionKind limit_type,
CORBA::Boolean exclude_inherited
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_Container_Proxy_Impl &proxy =
- this->the_TAO_CORBA_Container_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_Container_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.contents (
this,
limit_type,
exclude_inherited
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
@@ -11457,14 +11457,14 @@ CORBA_ContainedSeq * CORBA_Container::lookup_name (
CORBA::Long levels_to_search,
CORBA::DefinitionKind limit_type,
CORBA::Boolean exclude_inherited
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_Container_Proxy_Impl &proxy =
- this->the_TAO_CORBA_Container_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_Container_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.lookup_name (
@@ -11473,7 +11473,7 @@ CORBA_ContainedSeq * CORBA_Container::lookup_name (
levels_to_search,
limit_type,
exclude_inherited
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
@@ -12006,14 +12006,14 @@ CORBA_Container::DescriptionSeq * CORBA_Container::describe_contents (
CORBA::DefinitionKind limit_type,
CORBA::Boolean exclude_inherited,
CORBA::Long max_returned_objs
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_Container_Proxy_Impl &proxy =
- this->the_TAO_CORBA_Container_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_Container_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.describe_contents (
@@ -12021,7 +12021,7 @@ CORBA_Container::DescriptionSeq * CORBA_Container::describe_contents (
limit_type,
exclude_inherited,
max_returned_objs
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
@@ -12029,14 +12029,14 @@ CORBA_ModuleDef_ptr CORBA_Container::create_module (
const char * id,
const char * name,
const char * version
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_Container_Proxy_Impl &proxy =
- this->the_TAO_CORBA_Container_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_Container_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.create_module (
@@ -12044,7 +12044,7 @@ CORBA_ModuleDef_ptr CORBA_Container::create_module (
id,
name,
version
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
@@ -12054,14 +12054,14 @@ CORBA_ConstantDef_ptr CORBA_Container::create_constant (
const char * version,
CORBA_IDLType_ptr type,
const CORBA::Any & value
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_Container_Proxy_Impl &proxy =
- this->the_TAO_CORBA_Container_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_Container_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.create_constant (
@@ -12071,7 +12071,7 @@ CORBA_ConstantDef_ptr CORBA_Container::create_constant (
version,
type,
value
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
@@ -12080,14 +12080,14 @@ CORBA_StructDef_ptr CORBA_Container::create_struct (
const char * name,
const char * version,
const CORBA_StructMemberSeq & members
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_Container_Proxy_Impl &proxy =
- this->the_TAO_CORBA_Container_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_Container_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.create_struct (
@@ -12096,7 +12096,7 @@ CORBA_StructDef_ptr CORBA_Container::create_struct (
name,
version,
members
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
@@ -12106,14 +12106,14 @@ CORBA_UnionDef_ptr CORBA_Container::create_union (
const char * version,
CORBA_IDLType_ptr discriminator_type,
const CORBA_UnionMemberSeq & members
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_Container_Proxy_Impl &proxy =
- this->the_TAO_CORBA_Container_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_Container_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.create_union (
@@ -12123,7 +12123,7 @@ CORBA_UnionDef_ptr CORBA_Container::create_union (
version,
discriminator_type,
members
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
@@ -12132,14 +12132,14 @@ CORBA_EnumDef_ptr CORBA_Container::create_enum (
const char * name,
const char * version,
const CORBA_EnumMemberSeq & members
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_Container_Proxy_Impl &proxy =
- this->the_TAO_CORBA_Container_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_Container_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.create_enum (
@@ -12148,7 +12148,7 @@ CORBA_EnumDef_ptr CORBA_Container::create_enum (
name,
version,
members
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
@@ -12157,14 +12157,14 @@ CORBA_AliasDef_ptr CORBA_Container::create_alias (
const char * name,
const char * version,
CORBA_IDLType_ptr original_type
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_Container_Proxy_Impl &proxy =
- this->the_TAO_CORBA_Container_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_Container_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.create_alias (
@@ -12173,7 +12173,7 @@ CORBA_AliasDef_ptr CORBA_Container::create_alias (
name,
version,
original_type
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
@@ -12182,14 +12182,14 @@ CORBA_InterfaceDef_ptr CORBA_Container::create_interface (
const char * name,
const char * version,
const CORBA_InterfaceDefSeq & base_interfaces
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_Container_Proxy_Impl &proxy =
- this->the_TAO_CORBA_Container_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_Container_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.create_interface (
@@ -12198,7 +12198,7 @@ CORBA_InterfaceDef_ptr CORBA_Container::create_interface (
name,
version,
base_interfaces
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
@@ -12213,14 +12213,14 @@ CORBA_ValueDef_ptr CORBA_Container::create_value (
const CORBA_ValueDefSeq & abstract_base_values,
const CORBA_InterfaceDefSeq & supported_interfaces,
const CORBA_InitializerSeq & initializers
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_Container_Proxy_Impl &proxy =
- this->the_TAO_CORBA_Container_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_Container_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.create_value (
@@ -12235,7 +12235,7 @@ CORBA_ValueDef_ptr CORBA_Container::create_value (
abstract_base_values,
supported_interfaces,
initializers
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
@@ -12244,14 +12244,14 @@ CORBA_ValueBoxDef_ptr CORBA_Container::create_value_box (
const char * name,
const char * version,
CORBA_IDLType_ptr original_type_def
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_Container_Proxy_Impl &proxy =
- this->the_TAO_CORBA_Container_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_Container_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.create_value_box (
@@ -12260,7 +12260,7 @@ CORBA_ValueBoxDef_ptr CORBA_Container::create_value_box (
name,
version,
original_type_def
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
@@ -12269,14 +12269,14 @@ CORBA_ExceptionDef_ptr CORBA_Container::create_exception (
const char * name,
const char * version,
const CORBA_StructMemberSeq & members
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_Container_Proxy_Impl &proxy =
- this->the_TAO_CORBA_Container_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_Container_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.create_exception (
@@ -12285,7 +12285,7 @@ CORBA_ExceptionDef_ptr CORBA_Container::create_exception (
name,
version,
members
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
@@ -12293,14 +12293,14 @@ CORBA_NativeDef_ptr CORBA_Container::create_native (
const char * id,
const char * name,
const char * version
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_Container_Proxy_Impl &proxy =
- this->the_TAO_CORBA_Container_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_Container_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.create_native (
@@ -12308,7 +12308,7 @@ CORBA_NativeDef_ptr CORBA_Container::create_native (
id,
name,
version
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
@@ -12317,14 +12317,14 @@ CORBA_AbstractInterfaceDef_ptr CORBA_Container::create_abstract_interface (
const char * name,
const char * version,
const CORBA_AbstractInterfaceDefSeq & base_interfaces
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_Container_Proxy_Impl &proxy =
- this->the_TAO_CORBA_Container_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_Container_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.create_abstract_interface (
@@ -12333,7 +12333,7 @@ CORBA_AbstractInterfaceDef_ptr CORBA_Container::create_abstract_interface (
name,
version,
base_interfaces
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
@@ -12342,14 +12342,14 @@ CORBA_LocalInterfaceDef_ptr CORBA_Container::create_local_interface (
const char * name,
const char * version,
const CORBA_InterfaceDefSeq & base_interfaces
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_Container_Proxy_Impl &proxy =
- this->the_TAO_CORBA_Container_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_Container_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.create_local_interface (
@@ -12358,7 +12358,7 @@ CORBA_LocalInterfaceDef_ptr CORBA_Container::create_local_interface (
name,
version,
base_interfaces
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
@@ -12389,10 +12389,10 @@ tao_CORBA_IDLType_nil (
CORBA_IDLType_ptr
tao_CORBA_IDLType_narrow (
CORBA::Object *p
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
- return CORBA_IDLType::_narrow (p TAO_ENV_ARG_PARAMETER);
+ return CORBA_IDLType::_narrow (p ACE_ENV_ARG_PARAMETER);
}
CORBA::Object *
@@ -12516,10 +12516,10 @@ CORBA_IDLType_var::tao_nil (void)
::CORBA_IDLType_ptr
CORBA_IDLType_var::tao_narrow (
CORBA::Object *p
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
- return ::CORBA_IDLType::_narrow (p TAO_ENV_ARG_PARAMETER);
+ return ::CORBA_IDLType::_narrow (p ACE_ENV_ARG_PARAMETER);
}
CORBA::Object *
@@ -12597,21 +12597,21 @@ public:
TAO_ClientRequestInfo_CORBA_IDLType_type_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -12627,30 +12627,30 @@ private:
TAO_ClientRequestInfo_CORBA_IDLType_type_get::TAO_ClientRequestInfo_CORBA_IDLType_type_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_IDLType_type_get::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_IDLType_type_get::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return parameter_list;
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_IDLType_type_get::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_IDLType_type_get::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -12658,13 +12658,13 @@ TAO_ClientRequestInfo_CORBA_IDLType_type_get::exceptions (TAO_ENV_SINGLE_ARG_DEC
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_IDLType_type_get::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_IDLType_type_get::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -12696,7 +12696,7 @@ _TAO_CORBA_IDLType_Remote_Proxy_Impl::_TAO_CORBA_IDLType_Remote_Proxy_Impl (void
CORBA::TypeCode_ptr _TAO_CORBA_IDLType_Remote_Proxy_Impl::type (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -12739,7 +12739,7 @@ CORBA::TypeCode_ptr _TAO_CORBA_IDLType_Remote_Proxy_Impl::type (
TAO_ClientRequestInfo_CORBA_IDLType_type_get ri (
&_tao_call,
_collocated_tao_target_
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -12755,7 +12755,7 @@ CORBA::TypeCode_ptr _TAO_CORBA_IDLType_Remote_Proxy_Impl::type (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -12767,17 +12767,17 @@ CORBA::TypeCode_ptr _TAO_CORBA_IDLType_Remote_Proxy_Impl::type (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -12794,7 +12794,7 @@ CORBA::TypeCode_ptr _TAO_CORBA_IDLType_Remote_Proxy_Impl::type (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -12822,7 +12822,7 @@ CORBA::TypeCode_ptr _TAO_CORBA_IDLType_Remote_Proxy_Impl::type (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -12832,12 +12832,12 @@ CORBA::TypeCode_ptr _TAO_CORBA_IDLType_Remote_Proxy_Impl::type (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -12848,7 +12848,7 @@ CORBA::TypeCode_ptr _TAO_CORBA_IDLType_Remote_Proxy_Impl::type (
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -12903,7 +12903,7 @@ _TAO_CORBA_IDLType_Remote_Proxy_Broker::~_TAO_CORBA_IDLType_Remote_Proxy_Broker
_TAO_CORBA_IDLType_Proxy_Impl&
_TAO_CORBA_IDLType_Remote_Proxy_Broker::select_proxy (
::CORBA_IDLType *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
{
return this->remote_proxy_impl_;
@@ -12946,24 +12946,24 @@ void CORBA_IDLType::_tao_any_destructor (void *_tao_void_pointer)
CORBA_IDLType_ptr CORBA_IDLType::_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
if (CORBA::is_nil (obj))
return CORBA_IDLType::_nil ();
if (! obj->_is_local ())
{
- CORBA::Boolean is_a = obj->_is_a ("IDL:omg.org/CORBA/IDLType:1.0" TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean is_a = obj->_is_a ("IDL:omg.org/CORBA/IDLType:1.0" ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (CORBA_IDLType::_nil ());
if (is_a == 0)
return CORBA_IDLType::_nil ();
}
- return CORBA_IDLType::_unchecked_narrow (obj TAO_ENV_ARG_PARAMETER);
+ return CORBA_IDLType::_unchecked_narrow (obj ACE_ENV_ARG_PARAMETER);
}
CORBA_IDLType_ptr CORBA_IDLType::_unchecked_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
{
if (CORBA::is_nil (obj))
@@ -13018,7 +13018,7 @@ CORBA_IDLType::_duplicate (CORBA_IDLType_ptr obj)
return obj;
}
-CORBA::Boolean CORBA_IDLType::_is_a (const CORBA::Char *value TAO_ENV_ARG_DECL)
+CORBA::Boolean CORBA_IDLType::_is_a (const CORBA::Char *value ACE_ENV_ARG_DECL)
{
if (
(!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA/IDLType:1.0")) ||
@@ -13026,7 +13026,7 @@ CORBA::Boolean CORBA_IDLType::_is_a (const CORBA::Char *value TAO_ENV_ARG_DECL)
(!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA/Object:1.0")))
return 1; // success using local knowledge
else
- return this->CORBA_Object::_is_a (value TAO_ENV_ARG_PARAMETER);
+ return this->CORBA_Object::_is_a (value ACE_ENV_ARG_PARAMETER);
}
void *CORBA_IDLType::_tao_QueryInterface (ptr_arith_t type)
@@ -13063,19 +13063,19 @@ const char* CORBA_IDLType::_interface_repository_id (void) const
}
CORBA::TypeCode_ptr CORBA_IDLType::type (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_IDLType_Proxy_Impl &proxy =
- this->the_TAO_CORBA_IDLType_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_IDLType_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.type (
this
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
@@ -13106,10 +13106,10 @@ tao_CORBA_TypedefDef_nil (
CORBA_TypedefDef_ptr
tao_CORBA_TypedefDef_narrow (
CORBA::Object *p
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
- return CORBA_TypedefDef::_narrow (p TAO_ENV_ARG_PARAMETER);
+ return CORBA_TypedefDef::_narrow (p ACE_ENV_ARG_PARAMETER);
}
CORBA::Object *
@@ -13233,10 +13233,10 @@ CORBA_TypedefDef_var::tao_nil (void)
::CORBA_TypedefDef_ptr
CORBA_TypedefDef_var::tao_narrow (
CORBA::Object *p
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
- return ::CORBA_TypedefDef::_narrow (p TAO_ENV_ARG_PARAMETER);
+ return ::CORBA_TypedefDef::_narrow (p ACE_ENV_ARG_PARAMETER);
}
CORBA::Object *
@@ -13363,7 +13363,7 @@ _TAO_CORBA_TypedefDef_Remote_Proxy_Broker::~_TAO_CORBA_TypedefDef_Remote_Proxy_B
_TAO_CORBA_TypedefDef_Proxy_Impl&
_TAO_CORBA_TypedefDef_Remote_Proxy_Broker::select_proxy (
::CORBA_TypedefDef *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
{
return this->remote_proxy_impl_;
@@ -13408,24 +13408,24 @@ void CORBA_TypedefDef::_tao_any_destructor (void *_tao_void_pointer)
CORBA_TypedefDef_ptr CORBA_TypedefDef::_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
if (CORBA::is_nil (obj))
return CORBA_TypedefDef::_nil ();
if (! obj->_is_local ())
{
- CORBA::Boolean is_a = obj->_is_a ("IDL:omg.org/CORBA/TypedefDef:1.0" TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean is_a = obj->_is_a ("IDL:omg.org/CORBA/TypedefDef:1.0" ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (CORBA_TypedefDef::_nil ());
if (is_a == 0)
return CORBA_TypedefDef::_nil ();
}
- return CORBA_TypedefDef::_unchecked_narrow (obj TAO_ENV_ARG_PARAMETER);
+ return CORBA_TypedefDef::_unchecked_narrow (obj ACE_ENV_ARG_PARAMETER);
}
CORBA_TypedefDef_ptr CORBA_TypedefDef::_unchecked_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
{
if (CORBA::is_nil (obj))
@@ -13480,7 +13480,7 @@ CORBA_TypedefDef::_duplicate (CORBA_TypedefDef_ptr obj)
return obj;
}
-CORBA::Boolean CORBA_TypedefDef::_is_a (const CORBA::Char *value TAO_ENV_ARG_DECL)
+CORBA::Boolean CORBA_TypedefDef::_is_a (const CORBA::Char *value ACE_ENV_ARG_DECL)
{
if (
(!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA/TypedefDef:1.0")) ||
@@ -13490,7 +13490,7 @@ CORBA::Boolean CORBA_TypedefDef::_is_a (const CORBA::Char *value TAO_ENV_ARG_DEC
(!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA/Object:1.0")))
return 1; // success using local knowledge
else
- return this->CORBA_Object::_is_a (value TAO_ENV_ARG_PARAMETER);
+ return this->CORBA_Object::_is_a (value ACE_ENV_ARG_PARAMETER);
}
void *CORBA_TypedefDef::_tao_QueryInterface (ptr_arith_t type)
@@ -13573,7 +13573,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, CORBA::DefinitionKind &_
{
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (CORBA::_tc_DefinitionKind TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (CORBA::_tc_DefinitionKind ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -13619,7 +13619,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, CORBA_IRObject_ptr &_tao
_tao_elem = CORBA_IRObject::_nil ();
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (CORBA::_tc_IRObject TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (CORBA::_tc_IRObject ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -13680,7 +13680,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, CORBA_Contained_ptr &_ta
_tao_elem = CORBA_Contained::_nil ();
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (CORBA::_tc_Contained TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (CORBA::_tc_Contained ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -13755,7 +13755,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, const CORBA_Contained::D
{
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (CORBA_Contained::_tc_Description TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (CORBA_Contained::_tc_Description ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -13846,7 +13846,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, const CORBA_ContainedSeq
{
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (CORBA::_tc_ContainedSeq TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (CORBA::_tc_ContainedSeq ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -13937,7 +13937,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, const CORBA_InterfaceDef
{
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (CORBA::_tc_InterfaceDefSeq TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (CORBA::_tc_InterfaceDefSeq ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -14028,7 +14028,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, const CORBA_ValueDefSeq
{
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (CORBA::_tc_ValueDefSeq TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (CORBA::_tc_ValueDefSeq ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -14119,7 +14119,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, const CORBA_AbstractInte
{
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (CORBA::_tc_AbstractInterfaceDefSeq TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (CORBA::_tc_AbstractInterfaceDefSeq ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -14210,7 +14210,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, const CORBA_LocalInterfa
{
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (CORBA::_tc_LocalInterfaceDefSeq TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (CORBA::_tc_LocalInterfaceDefSeq ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -14293,7 +14293,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, const CORBA_StructMember
{
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (CORBA::_tc_StructMember TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (CORBA::_tc_StructMember ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -14384,7 +14384,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, const CORBA_StructMember
{
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (CORBA::_tc_StructMemberSeq TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (CORBA::_tc_StructMemberSeq ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -14467,7 +14467,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, const CORBA_Initializer
{
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (CORBA::_tc_Initializer TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (CORBA::_tc_Initializer ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -14558,7 +14558,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, const CORBA_InitializerS
{
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (CORBA::_tc_InitializerSeq TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (CORBA::_tc_InitializerSeq ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -14641,7 +14641,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, const CORBA_UnionMember
{
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (CORBA::_tc_UnionMember TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (CORBA::_tc_UnionMember ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -14732,7 +14732,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, const CORBA_UnionMemberS
{
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (CORBA::_tc_UnionMemberSeq TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (CORBA::_tc_UnionMemberSeq ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -14823,7 +14823,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, const CORBA_EnumMemberSe
{
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (CORBA::_tc_EnumMemberSeq TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (CORBA::_tc_EnumMemberSeq ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -14892,7 +14892,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, CORBA_Container_ptr &_ta
_tao_elem = CORBA_Container::_nil ();
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (CORBA::_tc_Container TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (CORBA::_tc_Container ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -14967,7 +14967,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, const CORBA_Container::D
{
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (CORBA_Container::_tc_Description TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (CORBA_Container::_tc_Description ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -15058,7 +15058,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, const CORBA_Container::D
{
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (CORBA_Container::_tc_DescriptionSeq TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (CORBA_Container::_tc_DescriptionSeq ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -15127,7 +15127,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, CORBA_IDLType_ptr &_tao_
_tao_elem = CORBA_IDLType::_nil ();
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (CORBA::_tc_IDLType TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (CORBA::_tc_IDLType ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -15188,7 +15188,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, CORBA_TypedefDef_ptr &_t
_tao_elem = CORBA_TypedefDef::_nil ();
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (CORBA::_tc_TypedefDef TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (CORBA::_tc_TypedefDef ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -15263,7 +15263,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, const CORBA_TypeDescript
{
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (CORBA::_tc_TypeDescription TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (CORBA::_tc_TypeDescription ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -15332,7 +15332,7 @@ CORBA::Boolean operator>> (
_tao_objref =
CORBA_IRObject::_unchecked_narrow (
obj.in ()
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
return 1;
@@ -15368,7 +15368,7 @@ CORBA::Boolean operator>> (
_tao_objref =
CORBA_Contained::_unchecked_narrow (
obj.in ()
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
return 1;
@@ -15824,7 +15824,7 @@ CORBA::Boolean operator>> (
_tao_objref =
CORBA_Container::_unchecked_narrow (
obj.in ()
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
return 1;
@@ -15860,7 +15860,7 @@ CORBA::Boolean operator>> (
_tao_objref =
CORBA_IDLType::_unchecked_narrow (
obj.in ()
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
return 1;
@@ -15896,7 +15896,7 @@ CORBA::Boolean operator>> (
_tao_objref =
CORBA_TypedefDef::_unchecked_narrow (
obj.in ()
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
return 1;
diff --git a/TAO/tao/IFR_Client/IFR_BaseC.h b/TAO/tao/IFR_Client/IFR_BaseC.h
index 2520f156782..7b59a5a133b 100644
--- a/TAO/tao/IFR_Client/IFR_BaseC.h
+++ b/TAO/tao/IFR_Client/IFR_BaseC.h
@@ -94,7 +94,7 @@ public:
static CORBA_IRObject_ptr tao_nil (void);
static CORBA_IRObject_ptr tao_narrow (
CORBA::Object *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
);
static CORBA::Object * tao_upcast (void *);
@@ -158,12 +158,12 @@ public:
static CORBA_IRObject_ptr _narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
static CORBA_IRObject_ptr _unchecked_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
static CORBA_IRObject_ptr _nil (void)
@@ -174,14 +174,14 @@ public:
static void _tao_any_destructor (void*);
virtual CORBA::DefinitionKind def_kind (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
));
virtual void destroy (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -189,7 +189,7 @@ public:
virtual CORBA::Boolean _is_a (
const CORBA::Char *type_id
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual void *_tao_QueryInterface (ptr_arith_t type);
@@ -239,7 +239,7 @@ public:
virtual ~_TAO_CORBA_IRObject_Proxy_Impl (void) { }
virtual CORBA::DefinitionKind def_kind (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -247,7 +247,7 @@ public:
virtual void destroy (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -277,7 +277,7 @@ public:
virtual ~_TAO_CORBA_IRObject_Remote_Proxy_Impl (void) { }
virtual CORBA::DefinitionKind def_kind (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -285,7 +285,7 @@ public:
virtual void destroy (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -314,7 +314,7 @@ public:
virtual ~_TAO_CORBA_IRObject_Proxy_Broker (void);
virtual _TAO_CORBA_IRObject_Proxy_Impl &select_proxy (
CORBA_IRObject *object
- TAO_ENV_ARG_DECL_WITH_DEFAULTS
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS
) = 0;
protected:
@@ -341,7 +341,7 @@ public:
virtual _TAO_CORBA_IRObject_Proxy_Impl &select_proxy (
CORBA_IRObject *object
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
);
private:
@@ -394,7 +394,7 @@ public:
static CORBA_Repository_ptr tao_nil (void);
static CORBA_Repository_ptr tao_narrow (
CORBA::Object *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
);
static CORBA::Object * tao_upcast (void *);
@@ -473,7 +473,7 @@ public:
static CORBA_Container_ptr tao_nil (void);
static CORBA_Container_ptr tao_narrow (
CORBA::Object *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
);
static CORBA::Object * tao_upcast (void *);
@@ -552,7 +552,7 @@ public:
static CORBA_Contained_ptr tao_nil (void);
static CORBA_Contained_ptr tao_narrow (
CORBA::Object *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
);
static CORBA::Object * tao_upcast (void *);
@@ -616,12 +616,12 @@ public:
static CORBA_Contained_ptr _narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
static CORBA_Contained_ptr _unchecked_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
static CORBA_Contained_ptr _nil (void)
@@ -632,7 +632,7 @@ public:
static void _tao_any_destructor (void*);
virtual char * id (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -640,14 +640,14 @@ public:
virtual void id (
const char * id
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
));
virtual char * name (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -655,14 +655,14 @@ public:
virtual void name (
const char * name
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
));
virtual char * version (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -670,28 +670,28 @@ public:
virtual void version (
const char * version
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
));
virtual CORBA_Container_ptr defined_in (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
));
virtual char * absolute_name (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
));
virtual CORBA_Repository_ptr containing_repository (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -765,7 +765,7 @@ public:
static CORBA::TypeCode_ptr _tc_Description;
virtual CORBA_Contained::Description * describe (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -775,7 +775,7 @@ public:
CORBA_Container_ptr new_container,
const char * new_name,
const char * new_version
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -783,7 +783,7 @@ public:
virtual CORBA::Boolean _is_a (
const CORBA::Char *type_id
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual void *_tao_QueryInterface (ptr_arith_t type);
@@ -833,7 +833,7 @@ public:
virtual ~_TAO_CORBA_Contained_Proxy_Impl (void) { }
virtual char * id (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -842,7 +842,7 @@ public:
virtual void id (
CORBA_Object *_collocated_tao_target_,
const char * id
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -850,7 +850,7 @@ public:
virtual char * name (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -859,7 +859,7 @@ public:
virtual void name (
CORBA_Object *_collocated_tao_target_,
const char * name
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -867,7 +867,7 @@ public:
virtual char * version (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -876,7 +876,7 @@ public:
virtual void version (
CORBA_Object *_collocated_tao_target_,
const char * version
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -884,7 +884,7 @@ public:
virtual CORBA_Container_ptr defined_in (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -892,7 +892,7 @@ public:
virtual char * absolute_name (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -900,7 +900,7 @@ public:
virtual CORBA_Repository_ptr containing_repository (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -908,7 +908,7 @@ public:
virtual CORBA_Contained::Description * describe (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -919,7 +919,7 @@ public:
CORBA_Container_ptr new_container,
const char * new_name,
const char * new_version
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -950,7 +950,7 @@ public:
virtual ~_TAO_CORBA_Contained_Remote_Proxy_Impl (void) { }
virtual char * id (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -959,7 +959,7 @@ public:
virtual void id (
CORBA_Object *_collocated_tao_target_,
const char * id
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -967,7 +967,7 @@ public:
virtual char * name (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -976,7 +976,7 @@ public:
virtual void name (
CORBA_Object *_collocated_tao_target_,
const char * name
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -984,7 +984,7 @@ public:
virtual char * version (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -993,7 +993,7 @@ public:
virtual void version (
CORBA_Object *_collocated_tao_target_,
const char * version
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -1001,7 +1001,7 @@ public:
virtual CORBA_Container_ptr defined_in (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -1009,7 +1009,7 @@ public:
virtual char * absolute_name (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -1017,7 +1017,7 @@ public:
virtual CORBA_Repository_ptr containing_repository (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -1025,7 +1025,7 @@ public:
virtual CORBA_Contained::Description * describe (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -1036,7 +1036,7 @@ public:
CORBA_Container_ptr new_container,
const char * new_name,
const char * new_version
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -1065,7 +1065,7 @@ public:
virtual ~_TAO_CORBA_Contained_Proxy_Broker (void);
virtual _TAO_CORBA_Contained_Proxy_Impl &select_proxy (
CORBA_Contained *object
- TAO_ENV_ARG_DECL_WITH_DEFAULTS
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS
) = 0;
protected:
@@ -1092,7 +1092,7 @@ public:
virtual _TAO_CORBA_Contained_Proxy_Impl &select_proxy (
CORBA_Contained *object
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
);
private:
@@ -1159,7 +1159,7 @@ public:
virtual void _downcast (
void* target,
CORBA_Object *src
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual CORBA_Object* _upcast (void *src) const;
};
@@ -1317,7 +1317,7 @@ public:
static CORBA_ModuleDef_ptr tao_nil (void);
static CORBA_ModuleDef_ptr tao_narrow (
CORBA::Object *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
);
static CORBA::Object * tao_upcast (void *);
@@ -1396,7 +1396,7 @@ public:
static CORBA_ConstantDef_ptr tao_nil (void);
static CORBA_ConstantDef_ptr tao_narrow (
CORBA::Object *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
);
static CORBA::Object * tao_upcast (void *);
@@ -1475,7 +1475,7 @@ public:
static CORBA_IDLType_ptr tao_nil (void);
static CORBA_IDLType_ptr tao_narrow (
CORBA::Object *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
);
static CORBA::Object * tao_upcast (void *);
@@ -1554,7 +1554,7 @@ public:
static CORBA_StructDef_ptr tao_nil (void);
static CORBA_StructDef_ptr tao_narrow (
CORBA::Object *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
);
static CORBA::Object * tao_upcast (void *);
@@ -1633,7 +1633,7 @@ public:
static CORBA_UnionDef_ptr tao_nil (void);
static CORBA_UnionDef_ptr tao_narrow (
CORBA::Object *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
);
static CORBA::Object * tao_upcast (void *);
@@ -1712,7 +1712,7 @@ public:
static CORBA_EnumDef_ptr tao_nil (void);
static CORBA_EnumDef_ptr tao_narrow (
CORBA::Object *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
);
static CORBA::Object * tao_upcast (void *);
@@ -1791,7 +1791,7 @@ public:
static CORBA_AliasDef_ptr tao_nil (void);
static CORBA_AliasDef_ptr tao_narrow (
CORBA::Object *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
);
static CORBA::Object * tao_upcast (void *);
@@ -1870,7 +1870,7 @@ public:
static CORBA_InterfaceDef_ptr tao_nil (void);
static CORBA_InterfaceDef_ptr tao_narrow (
CORBA::Object *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
);
static CORBA::Object * tao_upcast (void *);
@@ -1955,7 +1955,7 @@ public:
virtual void _downcast (
void* target,
CORBA_Object *src
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual CORBA_Object* _upcast (void *src) const;
};
@@ -2113,7 +2113,7 @@ public:
static CORBA_ExceptionDef_ptr tao_nil (void);
static CORBA_ExceptionDef_ptr tao_narrow (
CORBA::Object *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
);
static CORBA::Object * tao_upcast (void *);
@@ -2192,7 +2192,7 @@ public:
static CORBA_NativeDef_ptr tao_nil (void);
static CORBA_NativeDef_ptr tao_narrow (
CORBA::Object *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
);
static CORBA::Object * tao_upcast (void *);
@@ -2271,7 +2271,7 @@ public:
static CORBA_ValueDef_ptr tao_nil (void);
static CORBA_ValueDef_ptr tao_narrow (
CORBA::Object *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
);
static CORBA::Object * tao_upcast (void *);
@@ -2356,7 +2356,7 @@ public:
virtual void _downcast (
void* target,
CORBA_Object *src
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual CORBA_Object* _upcast (void *src) const;
};
@@ -2514,7 +2514,7 @@ public:
static CORBA_ValueBoxDef_ptr tao_nil (void);
static CORBA_ValueBoxDef_ptr tao_narrow (
CORBA::Object *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
);
static CORBA::Object * tao_upcast (void *);
@@ -2593,7 +2593,7 @@ public:
static CORBA_AbstractInterfaceDef_ptr tao_nil (void);
static CORBA_AbstractInterfaceDef_ptr tao_narrow (
CORBA::Object *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
);
static CORBA::Object * tao_upcast (void *);
@@ -2678,7 +2678,7 @@ public:
virtual void _downcast (
void* target,
CORBA_Object *src
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual CORBA_Object* _upcast (void *src) const;
};
@@ -2836,7 +2836,7 @@ public:
static CORBA_LocalInterfaceDef_ptr tao_nil (void);
static CORBA_LocalInterfaceDef_ptr tao_narrow (
CORBA::Object *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
);
static CORBA::Object * tao_upcast (void *);
@@ -2921,7 +2921,7 @@ public:
virtual void _downcast (
void* target,
CORBA_Object *src
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual CORBA_Object* _upcast (void *src) const;
};
@@ -3853,12 +3853,12 @@ public:
static CORBA_Container_ptr _narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
static CORBA_Container_ptr _unchecked_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
static CORBA_Container_ptr _nil (void)
@@ -3870,7 +3870,7 @@ public:
virtual CORBA_Contained_ptr lookup (
const char * search_name
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -3879,7 +3879,7 @@ public:
virtual CORBA_ContainedSeq * contents (
CORBA::DefinitionKind limit_type,
CORBA::Boolean exclude_inherited
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -3890,7 +3890,7 @@ public:
CORBA::Long levels_to_search,
CORBA::DefinitionKind limit_type,
CORBA::Boolean exclude_inherited
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4131,7 +4131,7 @@ public:
CORBA::DefinitionKind limit_type,
CORBA::Boolean exclude_inherited,
CORBA::Long max_returned_objs
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4141,7 +4141,7 @@ public:
const char * id,
const char * name,
const char * version
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4153,7 +4153,7 @@ public:
const char * version,
CORBA_IDLType_ptr type,
const CORBA::Any & value
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4164,7 +4164,7 @@ public:
const char * name,
const char * version,
const CORBA_StructMemberSeq & members
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4176,7 +4176,7 @@ public:
const char * version,
CORBA_IDLType_ptr discriminator_type,
const CORBA_UnionMemberSeq & members
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4187,7 +4187,7 @@ public:
const char * name,
const char * version,
const CORBA_EnumMemberSeq & members
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4198,7 +4198,7 @@ public:
const char * name,
const char * version,
CORBA_IDLType_ptr original_type
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4209,7 +4209,7 @@ public:
const char * name,
const char * version,
const CORBA_InterfaceDefSeq & base_interfaces
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4226,7 +4226,7 @@ public:
const CORBA_ValueDefSeq & abstract_base_values,
const CORBA_InterfaceDefSeq & supported_interfaces,
const CORBA_InitializerSeq & initializers
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4237,7 +4237,7 @@ public:
const char * name,
const char * version,
CORBA_IDLType_ptr original_type_def
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4248,7 +4248,7 @@ public:
const char * name,
const char * version,
const CORBA_StructMemberSeq & members
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4258,7 +4258,7 @@ public:
const char * id,
const char * name,
const char * version
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4269,7 +4269,7 @@ public:
const char * name,
const char * version,
const CORBA_AbstractInterfaceDefSeq & base_interfaces
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4280,7 +4280,7 @@ public:
const char * name,
const char * version,
const CORBA_InterfaceDefSeq & base_interfaces
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4288,7 +4288,7 @@ public:
virtual CORBA::Boolean _is_a (
const CORBA::Char *type_id
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual void *_tao_QueryInterface (ptr_arith_t type);
@@ -4339,7 +4339,7 @@ public:
virtual CORBA_Contained_ptr lookup (
CORBA_Object *_collocated_tao_target_,
const char * search_name
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4349,7 +4349,7 @@ public:
CORBA_Object *_collocated_tao_target_,
CORBA::DefinitionKind limit_type,
CORBA::Boolean exclude_inherited
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4361,7 +4361,7 @@ public:
CORBA::Long levels_to_search,
CORBA::DefinitionKind limit_type,
CORBA::Boolean exclude_inherited
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4372,7 +4372,7 @@ public:
CORBA::DefinitionKind limit_type,
CORBA::Boolean exclude_inherited,
CORBA::Long max_returned_objs
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4383,7 +4383,7 @@ public:
const char * id,
const char * name,
const char * version
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4396,7 +4396,7 @@ public:
const char * version,
CORBA_IDLType_ptr type,
const CORBA::Any & value
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4408,7 +4408,7 @@ public:
const char * name,
const char * version,
const CORBA_StructMemberSeq & members
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4421,7 +4421,7 @@ public:
const char * version,
CORBA_IDLType_ptr discriminator_type,
const CORBA_UnionMemberSeq & members
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4433,7 +4433,7 @@ public:
const char * name,
const char * version,
const CORBA_EnumMemberSeq & members
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4445,7 +4445,7 @@ public:
const char * name,
const char * version,
CORBA_IDLType_ptr original_type
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4457,7 +4457,7 @@ public:
const char * name,
const char * version,
const CORBA_InterfaceDefSeq & base_interfaces
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4475,7 +4475,7 @@ public:
const CORBA_ValueDefSeq & abstract_base_values,
const CORBA_InterfaceDefSeq & supported_interfaces,
const CORBA_InitializerSeq & initializers
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4487,7 +4487,7 @@ public:
const char * name,
const char * version,
CORBA_IDLType_ptr original_type_def
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4499,7 +4499,7 @@ public:
const char * name,
const char * version,
const CORBA_StructMemberSeq & members
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4510,7 +4510,7 @@ public:
const char * id,
const char * name,
const char * version
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4522,7 +4522,7 @@ public:
const char * name,
const char * version,
const CORBA_AbstractInterfaceDefSeq & base_interfaces
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4534,7 +4534,7 @@ public:
const char * name,
const char * version,
const CORBA_InterfaceDefSeq & base_interfaces
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4566,7 +4566,7 @@ public:
virtual CORBA_Contained_ptr lookup (
CORBA_Object *_collocated_tao_target_,
const char * search_name
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4576,7 +4576,7 @@ public:
CORBA_Object *_collocated_tao_target_,
CORBA::DefinitionKind limit_type,
CORBA::Boolean exclude_inherited
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4588,7 +4588,7 @@ public:
CORBA::Long levels_to_search,
CORBA::DefinitionKind limit_type,
CORBA::Boolean exclude_inherited
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4599,7 +4599,7 @@ public:
CORBA::DefinitionKind limit_type,
CORBA::Boolean exclude_inherited,
CORBA::Long max_returned_objs
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4610,7 +4610,7 @@ public:
const char * id,
const char * name,
const char * version
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4623,7 +4623,7 @@ public:
const char * version,
CORBA_IDLType_ptr type,
const CORBA::Any & value
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4635,7 +4635,7 @@ public:
const char * name,
const char * version,
const CORBA_StructMemberSeq & members
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4648,7 +4648,7 @@ public:
const char * version,
CORBA_IDLType_ptr discriminator_type,
const CORBA_UnionMemberSeq & members
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4660,7 +4660,7 @@ public:
const char * name,
const char * version,
const CORBA_EnumMemberSeq & members
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4672,7 +4672,7 @@ public:
const char * name,
const char * version,
CORBA_IDLType_ptr original_type
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4684,7 +4684,7 @@ public:
const char * name,
const char * version,
const CORBA_InterfaceDefSeq & base_interfaces
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4702,7 +4702,7 @@ public:
const CORBA_ValueDefSeq & abstract_base_values,
const CORBA_InterfaceDefSeq & supported_interfaces,
const CORBA_InitializerSeq & initializers
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4714,7 +4714,7 @@ public:
const char * name,
const char * version,
CORBA_IDLType_ptr original_type_def
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4726,7 +4726,7 @@ public:
const char * name,
const char * version,
const CORBA_StructMemberSeq & members
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4737,7 +4737,7 @@ public:
const char * id,
const char * name,
const char * version
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4749,7 +4749,7 @@ public:
const char * name,
const char * version,
const CORBA_AbstractInterfaceDefSeq & base_interfaces
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4761,7 +4761,7 @@ public:
const char * name,
const char * version,
const CORBA_InterfaceDefSeq & base_interfaces
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4790,7 +4790,7 @@ public:
virtual ~_TAO_CORBA_Container_Proxy_Broker (void);
virtual _TAO_CORBA_Container_Proxy_Impl &select_proxy (
CORBA_Container *object
- TAO_ENV_ARG_DECL_WITH_DEFAULTS
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS
) = 0;
protected:
@@ -4817,7 +4817,7 @@ public:
virtual _TAO_CORBA_Container_Proxy_Impl &select_proxy (
CORBA_Container *object
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
);
private:
@@ -4862,12 +4862,12 @@ public:
static CORBA_IDLType_ptr _narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
static CORBA_IDLType_ptr _unchecked_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
static CORBA_IDLType_ptr _nil (void)
@@ -4878,7 +4878,7 @@ public:
static void _tao_any_destructor (void*);
virtual CORBA::TypeCode_ptr type (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4886,7 +4886,7 @@ public:
virtual CORBA::Boolean _is_a (
const CORBA::Char *type_id
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual void *_tao_QueryInterface (ptr_arith_t type);
@@ -4936,7 +4936,7 @@ public:
virtual ~_TAO_CORBA_IDLType_Proxy_Impl (void) { }
virtual CORBA::TypeCode_ptr type (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4967,7 +4967,7 @@ public:
virtual ~_TAO_CORBA_IDLType_Remote_Proxy_Impl (void) { }
virtual CORBA::TypeCode_ptr type (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4996,7 +4996,7 @@ public:
virtual ~_TAO_CORBA_IDLType_Proxy_Broker (void);
virtual _TAO_CORBA_IDLType_Proxy_Impl &select_proxy (
CORBA_IDLType *object
- TAO_ENV_ARG_DECL_WITH_DEFAULTS
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS
) = 0;
protected:
@@ -5023,7 +5023,7 @@ public:
virtual _TAO_CORBA_IDLType_Proxy_Impl &select_proxy (
CORBA_IDLType *object
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
);
private:
@@ -5084,7 +5084,7 @@ public:
static CORBA_TypedefDef_ptr tao_nil (void);
static CORBA_TypedefDef_ptr tao_narrow (
CORBA::Object *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
);
static CORBA::Object * tao_upcast (void *);
@@ -5149,12 +5149,12 @@ public:
static CORBA_TypedefDef_ptr _narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
static CORBA_TypedefDef_ptr _unchecked_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
static CORBA_TypedefDef_ptr _nil (void)
@@ -5166,7 +5166,7 @@ public:
virtual CORBA::Boolean _is_a (
const CORBA::Char *type_id
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual void *_tao_QueryInterface (ptr_arith_t type);
@@ -5262,7 +5262,7 @@ public:
virtual ~_TAO_CORBA_TypedefDef_Proxy_Broker (void);
virtual _TAO_CORBA_TypedefDef_Proxy_Impl &select_proxy (
CORBA_TypedefDef *object
- TAO_ENV_ARG_DECL_WITH_DEFAULTS
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS
) = 0;
protected:
@@ -5289,7 +5289,7 @@ public:
virtual _TAO_CORBA_TypedefDef_Proxy_Impl &select_proxy (
CORBA_TypedefDef *object
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
);
private:
@@ -5430,7 +5430,7 @@ public:
CORBA_Repository_ptr
tao_CORBA_Repository_narrow (
CORBA::Object *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
);
TAO_IFR_Client_Export
CORBA::Object *
@@ -5459,7 +5459,7 @@ public:
CORBA_ModuleDef_ptr
tao_CORBA_ModuleDef_narrow (
CORBA::Object *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
);
TAO_IFR_Client_Export
CORBA::Object *
@@ -5488,7 +5488,7 @@ public:
CORBA_ConstantDef_ptr
tao_CORBA_ConstantDef_narrow (
CORBA::Object *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
);
TAO_IFR_Client_Export
CORBA::Object *
@@ -5517,7 +5517,7 @@ public:
CORBA_StructDef_ptr
tao_CORBA_StructDef_narrow (
CORBA::Object *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
);
TAO_IFR_Client_Export
CORBA::Object *
@@ -5546,7 +5546,7 @@ public:
CORBA_UnionDef_ptr
tao_CORBA_UnionDef_narrow (
CORBA::Object *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
);
TAO_IFR_Client_Export
CORBA::Object *
@@ -5575,7 +5575,7 @@ public:
CORBA_EnumDef_ptr
tao_CORBA_EnumDef_narrow (
CORBA::Object *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
);
TAO_IFR_Client_Export
CORBA::Object *
@@ -5604,7 +5604,7 @@ public:
CORBA_AliasDef_ptr
tao_CORBA_AliasDef_narrow (
CORBA::Object *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
);
TAO_IFR_Client_Export
CORBA::Object *
@@ -5633,7 +5633,7 @@ public:
CORBA_InterfaceDef_ptr
tao_CORBA_InterfaceDef_narrow (
CORBA::Object *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
);
TAO_IFR_Client_Export
CORBA::Object *
@@ -5662,7 +5662,7 @@ public:
CORBA_ExceptionDef_ptr
tao_CORBA_ExceptionDef_narrow (
CORBA::Object *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
);
TAO_IFR_Client_Export
CORBA::Object *
@@ -5691,7 +5691,7 @@ public:
CORBA_NativeDef_ptr
tao_CORBA_NativeDef_narrow (
CORBA::Object *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
);
TAO_IFR_Client_Export
CORBA::Object *
@@ -5720,7 +5720,7 @@ public:
CORBA_ValueDef_ptr
tao_CORBA_ValueDef_narrow (
CORBA::Object *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
);
TAO_IFR_Client_Export
CORBA::Object *
@@ -5749,7 +5749,7 @@ public:
CORBA_ValueBoxDef_ptr
tao_CORBA_ValueBoxDef_narrow (
CORBA::Object *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
);
TAO_IFR_Client_Export
CORBA::Object *
@@ -5778,7 +5778,7 @@ public:
CORBA_AbstractInterfaceDef_ptr
tao_CORBA_AbstractInterfaceDef_narrow (
CORBA::Object *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
);
TAO_IFR_Client_Export
CORBA::Object *
@@ -5807,7 +5807,7 @@ public:
CORBA_LocalInterfaceDef_ptr
tao_CORBA_LocalInterfaceDef_narrow (
CORBA::Object *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
);
TAO_IFR_Client_Export
CORBA::Object *
diff --git a/TAO/tao/IFR_Client/IFR_BasicC.cpp b/TAO/tao/IFR_Client/IFR_BasicC.cpp
index 07df25f5cd4..3170fa9995a 100644
--- a/TAO/tao/IFR_Client/IFR_BasicC.cpp
+++ b/TAO/tao/IFR_Client/IFR_BasicC.cpp
@@ -67,10 +67,10 @@ tao_CORBA_Repository_nil (
CORBA_Repository_ptr
tao_CORBA_Repository_narrow (
CORBA::Object *p
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
- return CORBA_Repository::_narrow (p TAO_ENV_ARG_PARAMETER);
+ return CORBA_Repository::_narrow (p ACE_ENV_ARG_PARAMETER);
}
CORBA::Object *
@@ -194,10 +194,10 @@ CORBA_Repository_var::tao_nil (void)
::CORBA_Repository_ptr
CORBA_Repository_var::tao_narrow (
CORBA::Object *p
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
- return ::CORBA_Repository::_narrow (p TAO_ENV_ARG_PARAMETER);
+ return ::CORBA_Repository::_narrow (p ACE_ENV_ARG_PARAMETER);
}
CORBA::Object *
@@ -276,21 +276,21 @@ public:
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
const char * search_id
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -308,19 +308,19 @@ TAO_ClientRequestInfo_CORBA_Repository_lookup_id::TAO_ClientRequestInfo_CORBA_Re
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
const char * search_id
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target),
search_id_ (search_id)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_Repository_lookup_id::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Repository_lookup_id::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
Dynamic::ParameterList_var safe_parameter_list = parameter_list;
@@ -336,12 +336,12 @@ TAO_ClientRequestInfo_CORBA_Repository_lookup_id::arguments (TAO_ENV_SINGLE_ARG_
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_Repository_lookup_id::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Repository_lookup_id::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -349,13 +349,13 @@ TAO_ClientRequestInfo_CORBA_Repository_lookup_id::exceptions (TAO_ENV_SINGLE_ARG
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_Repository_lookup_id::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Repository_lookup_id::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -378,21 +378,21 @@ public:
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
CORBA::TypeCode_ptr tc
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -410,19 +410,19 @@ TAO_ClientRequestInfo_CORBA_Repository_get_canonical_typecode::TAO_ClientRequest
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
CORBA::TypeCode_ptr tc
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target),
tc_ (tc)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_Repository_get_canonical_typecode::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Repository_get_canonical_typecode::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
Dynamic::ParameterList_var safe_parameter_list = parameter_list;
@@ -438,12 +438,12 @@ TAO_ClientRequestInfo_CORBA_Repository_get_canonical_typecode::arguments (TAO_EN
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_Repository_get_canonical_typecode::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Repository_get_canonical_typecode::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -451,13 +451,13 @@ TAO_ClientRequestInfo_CORBA_Repository_get_canonical_typecode::exceptions (TAO_E
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_Repository_get_canonical_typecode::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Repository_get_canonical_typecode::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -480,21 +480,21 @@ public:
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
CORBA::PrimitiveKind & kind
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -512,19 +512,19 @@ TAO_ClientRequestInfo_CORBA_Repository_get_primitive::TAO_ClientRequestInfo_CORB
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
CORBA::PrimitiveKind & kind
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target),
kind_ (kind)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_Repository_get_primitive::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Repository_get_primitive::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
Dynamic::ParameterList_var safe_parameter_list = parameter_list;
@@ -540,12 +540,12 @@ TAO_ClientRequestInfo_CORBA_Repository_get_primitive::arguments (TAO_ENV_SINGLE_
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_Repository_get_primitive::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Repository_get_primitive::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -553,13 +553,13 @@ TAO_ClientRequestInfo_CORBA_Repository_get_primitive::exceptions (TAO_ENV_SINGLE
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_Repository_get_primitive::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Repository_get_primitive::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -582,21 +582,21 @@ public:
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
const CORBA::ULong & bound
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -614,19 +614,19 @@ TAO_ClientRequestInfo_CORBA_Repository_create_string::TAO_ClientRequestInfo_CORB
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
const CORBA::ULong & bound
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target),
bound_ (bound)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_Repository_create_string::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Repository_create_string::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
Dynamic::ParameterList_var safe_parameter_list = parameter_list;
@@ -642,12 +642,12 @@ TAO_ClientRequestInfo_CORBA_Repository_create_string::arguments (TAO_ENV_SINGLE_
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_Repository_create_string::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Repository_create_string::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -655,13 +655,13 @@ TAO_ClientRequestInfo_CORBA_Repository_create_string::exceptions (TAO_ENV_SINGLE
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_Repository_create_string::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Repository_create_string::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -684,21 +684,21 @@ public:
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
const CORBA::ULong & bound
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -716,19 +716,19 @@ TAO_ClientRequestInfo_CORBA_Repository_create_wstring::TAO_ClientRequestInfo_COR
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
const CORBA::ULong & bound
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target),
bound_ (bound)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_Repository_create_wstring::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Repository_create_wstring::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
Dynamic::ParameterList_var safe_parameter_list = parameter_list;
@@ -744,12 +744,12 @@ TAO_ClientRequestInfo_CORBA_Repository_create_wstring::arguments (TAO_ENV_SINGLE
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_Repository_create_wstring::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Repository_create_wstring::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -757,13 +757,13 @@ TAO_ClientRequestInfo_CORBA_Repository_create_wstring::exceptions (TAO_ENV_SINGL
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_Repository_create_wstring::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Repository_create_wstring::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -787,21 +787,21 @@ public:
CORBA::Object_ptr _tao_target,
const CORBA::ULong & bound,
CORBA_IDLType_ptr element_type
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -821,7 +821,7 @@ TAO_ClientRequestInfo_CORBA_Repository_create_sequence::TAO_ClientRequestInfo_CO
CORBA::Object_ptr _tao_target,
const CORBA::ULong & bound,
CORBA_IDLType_ptr element_type
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target),
bound_ (bound),
@@ -829,12 +829,12 @@ TAO_ClientRequestInfo_CORBA_Repository_create_sequence::TAO_ClientRequestInfo_CO
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_Repository_create_sequence::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Repository_create_sequence::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
Dynamic::ParameterList_var safe_parameter_list = parameter_list;
@@ -853,12 +853,12 @@ TAO_ClientRequestInfo_CORBA_Repository_create_sequence::arguments (TAO_ENV_SINGL
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_Repository_create_sequence::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Repository_create_sequence::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -866,13 +866,13 @@ TAO_ClientRequestInfo_CORBA_Repository_create_sequence::exceptions (TAO_ENV_SING
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_Repository_create_sequence::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Repository_create_sequence::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -896,21 +896,21 @@ public:
CORBA::Object_ptr _tao_target,
const CORBA::ULong & length,
CORBA_IDLType_ptr element_type
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -930,7 +930,7 @@ TAO_ClientRequestInfo_CORBA_Repository_create_array::TAO_ClientRequestInfo_CORBA
CORBA::Object_ptr _tao_target,
const CORBA::ULong & length,
CORBA_IDLType_ptr element_type
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target),
length_ (length),
@@ -938,12 +938,12 @@ TAO_ClientRequestInfo_CORBA_Repository_create_array::TAO_ClientRequestInfo_CORBA
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_Repository_create_array::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Repository_create_array::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
Dynamic::ParameterList_var safe_parameter_list = parameter_list;
@@ -962,12 +962,12 @@ TAO_ClientRequestInfo_CORBA_Repository_create_array::arguments (TAO_ENV_SINGLE_A
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_Repository_create_array::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Repository_create_array::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -975,13 +975,13 @@ TAO_ClientRequestInfo_CORBA_Repository_create_array::exceptions (TAO_ENV_SINGLE_
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_Repository_create_array::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Repository_create_array::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -1005,21 +1005,21 @@ public:
CORBA::Object_ptr _tao_target,
const CORBA::UShort & digits,
const CORBA::Short & scale
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -1039,7 +1039,7 @@ TAO_ClientRequestInfo_CORBA_Repository_create_fixed::TAO_ClientRequestInfo_CORBA
CORBA::Object_ptr _tao_target,
const CORBA::UShort & digits,
const CORBA::Short & scale
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target),
digits_ (digits),
@@ -1047,12 +1047,12 @@ TAO_ClientRequestInfo_CORBA_Repository_create_fixed::TAO_ClientRequestInfo_CORBA
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_Repository_create_fixed::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Repository_create_fixed::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
Dynamic::ParameterList_var safe_parameter_list = parameter_list;
@@ -1071,12 +1071,12 @@ TAO_ClientRequestInfo_CORBA_Repository_create_fixed::arguments (TAO_ENV_SINGLE_A
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_Repository_create_fixed::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Repository_create_fixed::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -1084,13 +1084,13 @@ TAO_ClientRequestInfo_CORBA_Repository_create_fixed::exceptions (TAO_ENV_SINGLE_
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_Repository_create_fixed::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_Repository_create_fixed::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -1123,7 +1123,7 @@ _TAO_CORBA_Repository_Remote_Proxy_Impl::_TAO_CORBA_Repository_Remote_Proxy_Impl
CORBA_Contained_ptr _TAO_CORBA_Repository_Remote_Proxy_Impl::lookup_id (
CORBA_Object *_collocated_tao_target_,
const char * search_id
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -1167,7 +1167,7 @@ CORBA_Contained_ptr _TAO_CORBA_Repository_Remote_Proxy_Impl::lookup_id (
&_tao_call,
_collocated_tao_target_,
search_id
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -1183,7 +1183,7 @@ CORBA_Contained_ptr _TAO_CORBA_Repository_Remote_Proxy_Impl::lookup_id (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -1195,12 +1195,12 @@ CORBA_Contained_ptr _TAO_CORBA_Repository_Remote_Proxy_Impl::lookup_id (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
@@ -1214,7 +1214,7 @@ CORBA_Contained_ptr _TAO_CORBA_Repository_Remote_Proxy_Impl::lookup_id (
);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -1231,7 +1231,7 @@ CORBA_Contained_ptr _TAO_CORBA_Repository_Remote_Proxy_Impl::lookup_id (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -1259,7 +1259,7 @@ CORBA_Contained_ptr _TAO_CORBA_Repository_Remote_Proxy_Impl::lookup_id (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -1269,12 +1269,12 @@ CORBA_Contained_ptr _TAO_CORBA_Repository_Remote_Proxy_Impl::lookup_id (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -1285,7 +1285,7 @@ CORBA_Contained_ptr _TAO_CORBA_Repository_Remote_Proxy_Impl::lookup_id (
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -1302,7 +1302,7 @@ return _tao_safe_retval._retn ();
CORBA::TypeCode_ptr _TAO_CORBA_Repository_Remote_Proxy_Impl::get_canonical_typecode (
CORBA_Object *_collocated_tao_target_,
CORBA::TypeCode_ptr tc
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -1346,7 +1346,7 @@ CORBA::TypeCode_ptr _TAO_CORBA_Repository_Remote_Proxy_Impl::get_canonical_typec
&_tao_call,
_collocated_tao_target_,
tc
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -1362,7 +1362,7 @@ CORBA::TypeCode_ptr _TAO_CORBA_Repository_Remote_Proxy_Impl::get_canonical_typec
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -1374,12 +1374,12 @@ CORBA::TypeCode_ptr _TAO_CORBA_Repository_Remote_Proxy_Impl::get_canonical_typec
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
@@ -1393,7 +1393,7 @@ CORBA::TypeCode_ptr _TAO_CORBA_Repository_Remote_Proxy_Impl::get_canonical_typec
);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -1410,7 +1410,7 @@ CORBA::TypeCode_ptr _TAO_CORBA_Repository_Remote_Proxy_Impl::get_canonical_typec
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -1438,7 +1438,7 @@ CORBA::TypeCode_ptr _TAO_CORBA_Repository_Remote_Proxy_Impl::get_canonical_typec
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -1448,12 +1448,12 @@ CORBA::TypeCode_ptr _TAO_CORBA_Repository_Remote_Proxy_Impl::get_canonical_typec
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -1464,7 +1464,7 @@ CORBA::TypeCode_ptr _TAO_CORBA_Repository_Remote_Proxy_Impl::get_canonical_typec
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -1481,7 +1481,7 @@ return _tao_safe_retval._retn ();
CORBA_PrimitiveDef_ptr _TAO_CORBA_Repository_Remote_Proxy_Impl::get_primitive (
CORBA_Object *_collocated_tao_target_,
CORBA::PrimitiveKind kind
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -1525,7 +1525,7 @@ CORBA_PrimitiveDef_ptr _TAO_CORBA_Repository_Remote_Proxy_Impl::get_primitive (
&_tao_call,
_collocated_tao_target_,
kind
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -1541,7 +1541,7 @@ CORBA_PrimitiveDef_ptr _TAO_CORBA_Repository_Remote_Proxy_Impl::get_primitive (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -1553,12 +1553,12 @@ CORBA_PrimitiveDef_ptr _TAO_CORBA_Repository_Remote_Proxy_Impl::get_primitive (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
@@ -1572,7 +1572,7 @@ CORBA_PrimitiveDef_ptr _TAO_CORBA_Repository_Remote_Proxy_Impl::get_primitive (
);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -1589,7 +1589,7 @@ CORBA_PrimitiveDef_ptr _TAO_CORBA_Repository_Remote_Proxy_Impl::get_primitive (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -1617,7 +1617,7 @@ CORBA_PrimitiveDef_ptr _TAO_CORBA_Repository_Remote_Proxy_Impl::get_primitive (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -1627,12 +1627,12 @@ CORBA_PrimitiveDef_ptr _TAO_CORBA_Repository_Remote_Proxy_Impl::get_primitive (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -1643,7 +1643,7 @@ CORBA_PrimitiveDef_ptr _TAO_CORBA_Repository_Remote_Proxy_Impl::get_primitive (
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -1660,7 +1660,7 @@ return _tao_safe_retval._retn ();
CORBA_StringDef_ptr _TAO_CORBA_Repository_Remote_Proxy_Impl::create_string (
CORBA_Object *_collocated_tao_target_,
CORBA::ULong bound
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -1704,7 +1704,7 @@ CORBA_StringDef_ptr _TAO_CORBA_Repository_Remote_Proxy_Impl::create_string (
&_tao_call,
_collocated_tao_target_,
bound
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -1720,7 +1720,7 @@ CORBA_StringDef_ptr _TAO_CORBA_Repository_Remote_Proxy_Impl::create_string (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -1732,12 +1732,12 @@ CORBA_StringDef_ptr _TAO_CORBA_Repository_Remote_Proxy_Impl::create_string (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
@@ -1751,7 +1751,7 @@ CORBA_StringDef_ptr _TAO_CORBA_Repository_Remote_Proxy_Impl::create_string (
);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -1768,7 +1768,7 @@ CORBA_StringDef_ptr _TAO_CORBA_Repository_Remote_Proxy_Impl::create_string (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -1796,7 +1796,7 @@ CORBA_StringDef_ptr _TAO_CORBA_Repository_Remote_Proxy_Impl::create_string (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -1806,12 +1806,12 @@ CORBA_StringDef_ptr _TAO_CORBA_Repository_Remote_Proxy_Impl::create_string (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -1822,7 +1822,7 @@ CORBA_StringDef_ptr _TAO_CORBA_Repository_Remote_Proxy_Impl::create_string (
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -1839,7 +1839,7 @@ return _tao_safe_retval._retn ();
CORBA_WstringDef_ptr _TAO_CORBA_Repository_Remote_Proxy_Impl::create_wstring (
CORBA_Object *_collocated_tao_target_,
CORBA::ULong bound
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -1883,7 +1883,7 @@ CORBA_WstringDef_ptr _TAO_CORBA_Repository_Remote_Proxy_Impl::create_wstring (
&_tao_call,
_collocated_tao_target_,
bound
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -1899,7 +1899,7 @@ CORBA_WstringDef_ptr _TAO_CORBA_Repository_Remote_Proxy_Impl::create_wstring (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -1911,12 +1911,12 @@ CORBA_WstringDef_ptr _TAO_CORBA_Repository_Remote_Proxy_Impl::create_wstring (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
@@ -1930,7 +1930,7 @@ CORBA_WstringDef_ptr _TAO_CORBA_Repository_Remote_Proxy_Impl::create_wstring (
);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -1947,7 +1947,7 @@ CORBA_WstringDef_ptr _TAO_CORBA_Repository_Remote_Proxy_Impl::create_wstring (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -1975,7 +1975,7 @@ CORBA_WstringDef_ptr _TAO_CORBA_Repository_Remote_Proxy_Impl::create_wstring (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -1985,12 +1985,12 @@ CORBA_WstringDef_ptr _TAO_CORBA_Repository_Remote_Proxy_Impl::create_wstring (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -2001,7 +2001,7 @@ CORBA_WstringDef_ptr _TAO_CORBA_Repository_Remote_Proxy_Impl::create_wstring (
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -2019,7 +2019,7 @@ CORBA_SequenceDef_ptr _TAO_CORBA_Repository_Remote_Proxy_Impl::create_sequence (
CORBA_Object *_collocated_tao_target_,
CORBA::ULong bound,
CORBA_IDLType_ptr element_type
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -2064,7 +2064,7 @@ CORBA_SequenceDef_ptr _TAO_CORBA_Repository_Remote_Proxy_Impl::create_sequence (
_collocated_tao_target_,
bound,
element_type
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -2080,7 +2080,7 @@ CORBA_SequenceDef_ptr _TAO_CORBA_Repository_Remote_Proxy_Impl::create_sequence (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -2092,12 +2092,12 @@ CORBA_SequenceDef_ptr _TAO_CORBA_Repository_Remote_Proxy_Impl::create_sequence (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
@@ -2112,7 +2112,7 @@ CORBA_SequenceDef_ptr _TAO_CORBA_Repository_Remote_Proxy_Impl::create_sequence (
);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -2129,7 +2129,7 @@ CORBA_SequenceDef_ptr _TAO_CORBA_Repository_Remote_Proxy_Impl::create_sequence (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -2157,7 +2157,7 @@ CORBA_SequenceDef_ptr _TAO_CORBA_Repository_Remote_Proxy_Impl::create_sequence (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -2167,12 +2167,12 @@ CORBA_SequenceDef_ptr _TAO_CORBA_Repository_Remote_Proxy_Impl::create_sequence (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -2183,7 +2183,7 @@ CORBA_SequenceDef_ptr _TAO_CORBA_Repository_Remote_Proxy_Impl::create_sequence (
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -2201,7 +2201,7 @@ CORBA_ArrayDef_ptr _TAO_CORBA_Repository_Remote_Proxy_Impl::create_array (
CORBA_Object *_collocated_tao_target_,
CORBA::ULong length,
CORBA_IDLType_ptr element_type
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -2246,7 +2246,7 @@ CORBA_ArrayDef_ptr _TAO_CORBA_Repository_Remote_Proxy_Impl::create_array (
_collocated_tao_target_,
length,
element_type
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -2262,7 +2262,7 @@ CORBA_ArrayDef_ptr _TAO_CORBA_Repository_Remote_Proxy_Impl::create_array (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -2274,12 +2274,12 @@ CORBA_ArrayDef_ptr _TAO_CORBA_Repository_Remote_Proxy_Impl::create_array (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
@@ -2294,7 +2294,7 @@ CORBA_ArrayDef_ptr _TAO_CORBA_Repository_Remote_Proxy_Impl::create_array (
);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -2311,7 +2311,7 @@ CORBA_ArrayDef_ptr _TAO_CORBA_Repository_Remote_Proxy_Impl::create_array (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -2339,7 +2339,7 @@ CORBA_ArrayDef_ptr _TAO_CORBA_Repository_Remote_Proxy_Impl::create_array (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -2349,12 +2349,12 @@ CORBA_ArrayDef_ptr _TAO_CORBA_Repository_Remote_Proxy_Impl::create_array (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -2365,7 +2365,7 @@ CORBA_ArrayDef_ptr _TAO_CORBA_Repository_Remote_Proxy_Impl::create_array (
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -2383,7 +2383,7 @@ CORBA_FixedDef_ptr _TAO_CORBA_Repository_Remote_Proxy_Impl::create_fixed (
CORBA_Object *_collocated_tao_target_,
CORBA::UShort digits,
CORBA::Short scale
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -2428,7 +2428,7 @@ CORBA_FixedDef_ptr _TAO_CORBA_Repository_Remote_Proxy_Impl::create_fixed (
_collocated_tao_target_,
digits,
scale
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -2444,7 +2444,7 @@ CORBA_FixedDef_ptr _TAO_CORBA_Repository_Remote_Proxy_Impl::create_fixed (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -2456,12 +2456,12 @@ CORBA_FixedDef_ptr _TAO_CORBA_Repository_Remote_Proxy_Impl::create_fixed (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
@@ -2476,7 +2476,7 @@ CORBA_FixedDef_ptr _TAO_CORBA_Repository_Remote_Proxy_Impl::create_fixed (
);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -2493,7 +2493,7 @@ CORBA_FixedDef_ptr _TAO_CORBA_Repository_Remote_Proxy_Impl::create_fixed (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -2521,7 +2521,7 @@ CORBA_FixedDef_ptr _TAO_CORBA_Repository_Remote_Proxy_Impl::create_fixed (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -2531,12 +2531,12 @@ CORBA_FixedDef_ptr _TAO_CORBA_Repository_Remote_Proxy_Impl::create_fixed (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -2547,7 +2547,7 @@ CORBA_FixedDef_ptr _TAO_CORBA_Repository_Remote_Proxy_Impl::create_fixed (
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -2602,7 +2602,7 @@ _TAO_CORBA_Repository_Remote_Proxy_Broker::~_TAO_CORBA_Repository_Remote_Proxy_B
_TAO_CORBA_Repository_Proxy_Impl&
_TAO_CORBA_Repository_Remote_Proxy_Broker::select_proxy (
::CORBA_Repository *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
{
return this->remote_proxy_impl_;
@@ -2645,24 +2645,24 @@ void CORBA_Repository::_tao_any_destructor (void *_tao_void_pointer)
CORBA_Repository_ptr CORBA_Repository::_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
if (CORBA::is_nil (obj))
return CORBA_Repository::_nil ();
if (! obj->_is_local ())
{
- CORBA::Boolean is_a = obj->_is_a ("IDL:omg.org/CORBA/Repository:1.0" TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean is_a = obj->_is_a ("IDL:omg.org/CORBA/Repository:1.0" ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (CORBA_Repository::_nil ());
if (is_a == 0)
return CORBA_Repository::_nil ();
}
- return CORBA_Repository::_unchecked_narrow (obj TAO_ENV_ARG_PARAMETER);
+ return CORBA_Repository::_unchecked_narrow (obj ACE_ENV_ARG_PARAMETER);
}
CORBA_Repository_ptr CORBA_Repository::_unchecked_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
{
if (CORBA::is_nil (obj))
@@ -2717,7 +2717,7 @@ CORBA_Repository::_duplicate (CORBA_Repository_ptr obj)
return obj;
}
-CORBA::Boolean CORBA_Repository::_is_a (const CORBA::Char *value TAO_ENV_ARG_DECL)
+CORBA::Boolean CORBA_Repository::_is_a (const CORBA::Char *value ACE_ENV_ARG_DECL)
{
if (
(!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA/Repository:1.0")) ||
@@ -2726,7 +2726,7 @@ CORBA::Boolean CORBA_Repository::_is_a (const CORBA::Char *value TAO_ENV_ARG_DEC
(!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA/Object:1.0")))
return 1; // success using local knowledge
else
- return this->CORBA_Object::_is_a (value TAO_ENV_ARG_PARAMETER);
+ return this->CORBA_Object::_is_a (value ACE_ENV_ARG_PARAMETER);
}
void *CORBA_Repository::_tao_QueryInterface (ptr_arith_t type)
@@ -2776,159 +2776,159 @@ const char* CORBA_Repository::_interface_repository_id (void) const
CORBA_Contained_ptr CORBA_Repository::lookup_id (
const char * search_id
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_Repository_Proxy_Impl &proxy =
- this->the_TAO_CORBA_Repository_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_Repository_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.lookup_id (
this,
search_id
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
CORBA::TypeCode_ptr CORBA_Repository::get_canonical_typecode (
CORBA::TypeCode_ptr tc
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_Repository_Proxy_Impl &proxy =
- this->the_TAO_CORBA_Repository_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_Repository_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.get_canonical_typecode (
this,
tc
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
CORBA_PrimitiveDef_ptr CORBA_Repository::get_primitive (
CORBA::PrimitiveKind kind
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_Repository_Proxy_Impl &proxy =
- this->the_TAO_CORBA_Repository_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_Repository_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.get_primitive (
this,
kind
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
CORBA_StringDef_ptr CORBA_Repository::create_string (
CORBA::ULong bound
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_Repository_Proxy_Impl &proxy =
- this->the_TAO_CORBA_Repository_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_Repository_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.create_string (
this,
bound
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
CORBA_WstringDef_ptr CORBA_Repository::create_wstring (
CORBA::ULong bound
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_Repository_Proxy_Impl &proxy =
- this->the_TAO_CORBA_Repository_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_Repository_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.create_wstring (
this,
bound
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
CORBA_SequenceDef_ptr CORBA_Repository::create_sequence (
CORBA::ULong bound,
CORBA_IDLType_ptr element_type
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_Repository_Proxy_Impl &proxy =
- this->the_TAO_CORBA_Repository_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_Repository_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.create_sequence (
this,
bound,
element_type
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
CORBA_ArrayDef_ptr CORBA_Repository::create_array (
CORBA::ULong length,
CORBA_IDLType_ptr element_type
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_Repository_Proxy_Impl &proxy =
- this->the_TAO_CORBA_Repository_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_Repository_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.create_array (
this,
length,
element_type
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
CORBA_FixedDef_ptr CORBA_Repository::create_fixed (
CORBA::UShort digits,
CORBA::Short scale
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_Repository_Proxy_Impl &proxy =
- this->the_TAO_CORBA_Repository_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_Repository_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.create_fixed (
this,
digits,
scale
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
@@ -2959,10 +2959,10 @@ tao_CORBA_ModuleDef_nil (
CORBA_ModuleDef_ptr
tao_CORBA_ModuleDef_narrow (
CORBA::Object *p
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
- return CORBA_ModuleDef::_narrow (p TAO_ENV_ARG_PARAMETER);
+ return CORBA_ModuleDef::_narrow (p ACE_ENV_ARG_PARAMETER);
}
CORBA::Object *
@@ -3086,10 +3086,10 @@ CORBA_ModuleDef_var::tao_nil (void)
::CORBA_ModuleDef_ptr
CORBA_ModuleDef_var::tao_narrow (
CORBA::Object *p
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
- return ::CORBA_ModuleDef::_narrow (p TAO_ENV_ARG_PARAMETER);
+ return ::CORBA_ModuleDef::_narrow (p ACE_ENV_ARG_PARAMETER);
}
CORBA::Object *
@@ -3216,7 +3216,7 @@ _TAO_CORBA_ModuleDef_Remote_Proxy_Broker::~_TAO_CORBA_ModuleDef_Remote_Proxy_Bro
_TAO_CORBA_ModuleDef_Proxy_Impl&
_TAO_CORBA_ModuleDef_Remote_Proxy_Broker::select_proxy (
::CORBA_ModuleDef *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
{
return this->remote_proxy_impl_;
@@ -3261,24 +3261,24 @@ void CORBA_ModuleDef::_tao_any_destructor (void *_tao_void_pointer)
CORBA_ModuleDef_ptr CORBA_ModuleDef::_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
if (CORBA::is_nil (obj))
return CORBA_ModuleDef::_nil ();
if (! obj->_is_local ())
{
- CORBA::Boolean is_a = obj->_is_a ("IDL:omg.org/CORBA/ModuleDef:1.0" TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean is_a = obj->_is_a ("IDL:omg.org/CORBA/ModuleDef:1.0" ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (CORBA_ModuleDef::_nil ());
if (is_a == 0)
return CORBA_ModuleDef::_nil ();
}
- return CORBA_ModuleDef::_unchecked_narrow (obj TAO_ENV_ARG_PARAMETER);
+ return CORBA_ModuleDef::_unchecked_narrow (obj ACE_ENV_ARG_PARAMETER);
}
CORBA_ModuleDef_ptr CORBA_ModuleDef::_unchecked_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
{
if (CORBA::is_nil (obj))
@@ -3333,7 +3333,7 @@ CORBA_ModuleDef::_duplicate (CORBA_ModuleDef_ptr obj)
return obj;
}
-CORBA::Boolean CORBA_ModuleDef::_is_a (const CORBA::Char *value TAO_ENV_ARG_DECL)
+CORBA::Boolean CORBA_ModuleDef::_is_a (const CORBA::Char *value ACE_ENV_ARG_DECL)
{
if (
(!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA/ModuleDef:1.0")) ||
@@ -3343,7 +3343,7 @@ CORBA::Boolean CORBA_ModuleDef::_is_a (const CORBA::Char *value TAO_ENV_ARG_DECL
(!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA/Object:1.0")))
return 1; // success using local knowledge
else
- return this->CORBA_Object::_is_a (value TAO_ENV_ARG_PARAMETER);
+ return this->CORBA_Object::_is_a (value ACE_ENV_ARG_PARAMETER);
}
void *CORBA_ModuleDef::_tao_QueryInterface (ptr_arith_t type)
@@ -3436,10 +3436,10 @@ tao_CORBA_ConstantDef_nil (
CORBA_ConstantDef_ptr
tao_CORBA_ConstantDef_narrow (
CORBA::Object *p
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
- return CORBA_ConstantDef::_narrow (p TAO_ENV_ARG_PARAMETER);
+ return CORBA_ConstantDef::_narrow (p ACE_ENV_ARG_PARAMETER);
}
CORBA::Object *
@@ -3563,10 +3563,10 @@ CORBA_ConstantDef_var::tao_nil (void)
::CORBA_ConstantDef_ptr
CORBA_ConstantDef_var::tao_narrow (
CORBA::Object *p
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
- return ::CORBA_ConstantDef::_narrow (p TAO_ENV_ARG_PARAMETER);
+ return ::CORBA_ConstantDef::_narrow (p ACE_ENV_ARG_PARAMETER);
}
CORBA::Object *
@@ -3644,21 +3644,21 @@ public:
TAO_ClientRequestInfo_CORBA_ConstantDef_type_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -3674,30 +3674,30 @@ private:
TAO_ClientRequestInfo_CORBA_ConstantDef_type_get::TAO_ClientRequestInfo_CORBA_ConstantDef_type_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_ConstantDef_type_get::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ConstantDef_type_get::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return parameter_list;
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_ConstantDef_type_get::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ConstantDef_type_get::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -3705,13 +3705,13 @@ TAO_ClientRequestInfo_CORBA_ConstantDef_type_get::exceptions (TAO_ENV_SINGLE_ARG
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_ConstantDef_type_get::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ConstantDef_type_get::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -3733,21 +3733,21 @@ public:
TAO_ClientRequestInfo_CORBA_ConstantDef_type_def_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -3763,30 +3763,30 @@ private:
TAO_ClientRequestInfo_CORBA_ConstantDef_type_def_get::TAO_ClientRequestInfo_CORBA_ConstantDef_type_def_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_ConstantDef_type_def_get::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ConstantDef_type_def_get::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return parameter_list;
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_ConstantDef_type_def_get::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ConstantDef_type_def_get::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -3794,13 +3794,13 @@ TAO_ClientRequestInfo_CORBA_ConstantDef_type_def_get::exceptions (TAO_ENV_SINGLE
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_ConstantDef_type_def_get::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ConstantDef_type_def_get::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -3823,21 +3823,21 @@ public:
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
CORBA_IDLType_ptr type_def
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -3853,19 +3853,19 @@ TAO_ClientRequestInfo_CORBA_ConstantDef_type_def_set::TAO_ClientRequestInfo_CORB
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
CORBA_IDLType_ptr type_def
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target),
type_def_ (type_def)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_ConstantDef_type_def_set::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ConstantDef_type_def_set::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
Dynamic::ParameterList_var safe_parameter_list = parameter_list;
@@ -3881,12 +3881,12 @@ TAO_ClientRequestInfo_CORBA_ConstantDef_type_def_set::arguments (TAO_ENV_SINGLE_
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_ConstantDef_type_def_set::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ConstantDef_type_def_set::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -3894,13 +3894,13 @@ TAO_ClientRequestInfo_CORBA_ConstantDef_type_def_set::exceptions (TAO_ENV_SINGLE
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_ConstantDef_type_def_set::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ConstantDef_type_def_set::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 1;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return result_any;
@@ -3912,21 +3912,21 @@ public:
TAO_ClientRequestInfo_CORBA_ConstantDef_value_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -3942,30 +3942,30 @@ private:
TAO_ClientRequestInfo_CORBA_ConstantDef_value_get::TAO_ClientRequestInfo_CORBA_ConstantDef_value_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_ConstantDef_value_get::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ConstantDef_value_get::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return parameter_list;
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_ConstantDef_value_get::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ConstantDef_value_get::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -3973,13 +3973,13 @@ TAO_ClientRequestInfo_CORBA_ConstantDef_value_get::exceptions (TAO_ENV_SINGLE_AR
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_ConstantDef_value_get::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ConstantDef_value_get::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -4002,21 +4002,21 @@ public:
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
const CORBA::Any & value
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -4032,19 +4032,19 @@ TAO_ClientRequestInfo_CORBA_ConstantDef_value_set::TAO_ClientRequestInfo_CORBA_C
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
const CORBA::Any & value
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target),
value_ (value)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_ConstantDef_value_set::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ConstantDef_value_set::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
Dynamic::ParameterList_var safe_parameter_list = parameter_list;
@@ -4060,12 +4060,12 @@ TAO_ClientRequestInfo_CORBA_ConstantDef_value_set::arguments (TAO_ENV_SINGLE_ARG
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_ConstantDef_value_set::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ConstantDef_value_set::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -4073,13 +4073,13 @@ TAO_ClientRequestInfo_CORBA_ConstantDef_value_set::exceptions (TAO_ENV_SINGLE_AR
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_ConstantDef_value_set::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ConstantDef_value_set::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 1;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return result_any;
@@ -4101,7 +4101,7 @@ _TAO_CORBA_ConstantDef_Remote_Proxy_Impl::_TAO_CORBA_ConstantDef_Remote_Proxy_Im
CORBA::TypeCode_ptr _TAO_CORBA_ConstantDef_Remote_Proxy_Impl::type (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4144,7 +4144,7 @@ CORBA::TypeCode_ptr _TAO_CORBA_ConstantDef_Remote_Proxy_Impl::type (
TAO_ClientRequestInfo_CORBA_ConstantDef_type_get ri (
&_tao_call,
_collocated_tao_target_
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -4160,7 +4160,7 @@ CORBA::TypeCode_ptr _TAO_CORBA_ConstantDef_Remote_Proxy_Impl::type (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -4172,17 +4172,17 @@ CORBA::TypeCode_ptr _TAO_CORBA_ConstantDef_Remote_Proxy_Impl::type (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -4199,7 +4199,7 @@ CORBA::TypeCode_ptr _TAO_CORBA_ConstantDef_Remote_Proxy_Impl::type (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -4227,7 +4227,7 @@ CORBA::TypeCode_ptr _TAO_CORBA_ConstantDef_Remote_Proxy_Impl::type (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -4237,12 +4237,12 @@ CORBA::TypeCode_ptr _TAO_CORBA_ConstantDef_Remote_Proxy_Impl::type (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -4253,7 +4253,7 @@ CORBA::TypeCode_ptr _TAO_CORBA_ConstantDef_Remote_Proxy_Impl::type (
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -4269,7 +4269,7 @@ return _tao_safe_retval._retn ();
CORBA_IDLType_ptr _TAO_CORBA_ConstantDef_Remote_Proxy_Impl::type_def (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4312,7 +4312,7 @@ CORBA_IDLType_ptr _TAO_CORBA_ConstantDef_Remote_Proxy_Impl::type_def (
TAO_ClientRequestInfo_CORBA_ConstantDef_type_def_get ri (
&_tao_call,
_collocated_tao_target_
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -4328,7 +4328,7 @@ CORBA_IDLType_ptr _TAO_CORBA_ConstantDef_Remote_Proxy_Impl::type_def (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -4340,17 +4340,17 @@ CORBA_IDLType_ptr _TAO_CORBA_ConstantDef_Remote_Proxy_Impl::type_def (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -4367,7 +4367,7 @@ CORBA_IDLType_ptr _TAO_CORBA_ConstantDef_Remote_Proxy_Impl::type_def (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -4395,7 +4395,7 @@ CORBA_IDLType_ptr _TAO_CORBA_ConstantDef_Remote_Proxy_Impl::type_def (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -4405,12 +4405,12 @@ CORBA_IDLType_ptr _TAO_CORBA_ConstantDef_Remote_Proxy_Impl::type_def (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -4421,7 +4421,7 @@ CORBA_IDLType_ptr _TAO_CORBA_ConstantDef_Remote_Proxy_Impl::type_def (
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -4438,7 +4438,7 @@ return _tao_safe_retval._retn ();
void _TAO_CORBA_ConstantDef_Remote_Proxy_Impl::type_def (
CORBA_Object *_collocated_tao_target_,
CORBA_IDLType_ptr type_def
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4481,7 +4481,7 @@ void _TAO_CORBA_ConstantDef_Remote_Proxy_Impl::type_def (
&_tao_call,
_collocated_tao_target_,
type_def
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK;
@@ -4497,7 +4497,7 @@ void _TAO_CORBA_ConstantDef_Remote_Proxy_Impl::type_def (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -4509,12 +4509,12 @@ void _TAO_CORBA_ConstantDef_Remote_Proxy_Impl::type_def (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK;
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK;
@@ -4527,7 +4527,7 @@ void _TAO_CORBA_ConstantDef_Remote_Proxy_Impl::type_def (
);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK;
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -4543,7 +4543,7 @@ void _TAO_CORBA_ConstantDef_Remote_Proxy_Impl::type_def (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -4557,7 +4557,7 @@ void _TAO_CORBA_ConstantDef_Remote_Proxy_Impl::type_def (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -4567,12 +4567,12 @@ void _TAO_CORBA_ConstantDef_Remote_Proxy_Impl::type_def (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -4583,7 +4583,7 @@ void _TAO_CORBA_ConstantDef_Remote_Proxy_Impl::type_def (
ACE_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -4599,7 +4599,7 @@ void _TAO_CORBA_ConstantDef_Remote_Proxy_Impl::type_def (
CORBA::Any * _TAO_CORBA_ConstantDef_Remote_Proxy_Impl::value (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4643,7 +4643,7 @@ CORBA::Any * _TAO_CORBA_ConstantDef_Remote_Proxy_Impl::value (
TAO_ClientRequestInfo_CORBA_ConstantDef_value_get ri (
&_tao_call,
_collocated_tao_target_
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -4659,7 +4659,7 @@ CORBA::Any * _TAO_CORBA_ConstantDef_Remote_Proxy_Impl::value (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -4671,17 +4671,17 @@ CORBA::Any * _TAO_CORBA_ConstantDef_Remote_Proxy_Impl::value (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -4698,7 +4698,7 @@ CORBA::Any * _TAO_CORBA_ConstantDef_Remote_Proxy_Impl::value (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -4726,7 +4726,7 @@ CORBA::Any * _TAO_CORBA_ConstantDef_Remote_Proxy_Impl::value (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -4736,12 +4736,12 @@ CORBA::Any * _TAO_CORBA_ConstantDef_Remote_Proxy_Impl::value (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -4752,7 +4752,7 @@ CORBA::Any * _TAO_CORBA_ConstantDef_Remote_Proxy_Impl::value (
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -4769,7 +4769,7 @@ return _tao_safe_retval._retn ();
void _TAO_CORBA_ConstantDef_Remote_Proxy_Impl::value (
CORBA_Object *_collocated_tao_target_,
const CORBA::Any & value
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4812,7 +4812,7 @@ void _TAO_CORBA_ConstantDef_Remote_Proxy_Impl::value (
&_tao_call,
_collocated_tao_target_,
value
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK;
@@ -4828,7 +4828,7 @@ void _TAO_CORBA_ConstantDef_Remote_Proxy_Impl::value (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -4840,12 +4840,12 @@ void _TAO_CORBA_ConstantDef_Remote_Proxy_Impl::value (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK;
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK;
@@ -4858,7 +4858,7 @@ void _TAO_CORBA_ConstantDef_Remote_Proxy_Impl::value (
);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK;
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -4874,7 +4874,7 @@ void _TAO_CORBA_ConstantDef_Remote_Proxy_Impl::value (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -4888,7 +4888,7 @@ void _TAO_CORBA_ConstantDef_Remote_Proxy_Impl::value (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -4898,12 +4898,12 @@ void _TAO_CORBA_ConstantDef_Remote_Proxy_Impl::value (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -4914,7 +4914,7 @@ void _TAO_CORBA_ConstantDef_Remote_Proxy_Impl::value (
ACE_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -4969,7 +4969,7 @@ _TAO_CORBA_ConstantDef_Remote_Proxy_Broker::~_TAO_CORBA_ConstantDef_Remote_Proxy
_TAO_CORBA_ConstantDef_Proxy_Impl&
_TAO_CORBA_ConstantDef_Remote_Proxy_Broker::select_proxy (
::CORBA_ConstantDef *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
{
return this->remote_proxy_impl_;
@@ -5012,24 +5012,24 @@ void CORBA_ConstantDef::_tao_any_destructor (void *_tao_void_pointer)
CORBA_ConstantDef_ptr CORBA_ConstantDef::_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
if (CORBA::is_nil (obj))
return CORBA_ConstantDef::_nil ();
if (! obj->_is_local ())
{
- CORBA::Boolean is_a = obj->_is_a ("IDL:omg.org/CORBA/ConstantDef:1.0" TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean is_a = obj->_is_a ("IDL:omg.org/CORBA/ConstantDef:1.0" ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (CORBA_ConstantDef::_nil ());
if (is_a == 0)
return CORBA_ConstantDef::_nil ();
}
- return CORBA_ConstantDef::_unchecked_narrow (obj TAO_ENV_ARG_PARAMETER);
+ return CORBA_ConstantDef::_unchecked_narrow (obj ACE_ENV_ARG_PARAMETER);
}
CORBA_ConstantDef_ptr CORBA_ConstantDef::_unchecked_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
{
if (CORBA::is_nil (obj))
@@ -5084,7 +5084,7 @@ CORBA_ConstantDef::_duplicate (CORBA_ConstantDef_ptr obj)
return obj;
}
-CORBA::Boolean CORBA_ConstantDef::_is_a (const CORBA::Char *value TAO_ENV_ARG_DECL)
+CORBA::Boolean CORBA_ConstantDef::_is_a (const CORBA::Char *value ACE_ENV_ARG_DECL)
{
if (
(!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA/ConstantDef:1.0")) ||
@@ -5093,7 +5093,7 @@ CORBA::Boolean CORBA_ConstantDef::_is_a (const CORBA::Char *value TAO_ENV_ARG_DE
(!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA/Object:1.0")))
return 1; // success using local knowledge
else
- return this->CORBA_Object::_is_a (value TAO_ENV_ARG_PARAMETER);
+ return this->CORBA_Object::_is_a (value ACE_ENV_ARG_PARAMETER);
}
void *CORBA_ConstantDef::_tao_QueryInterface (ptr_arith_t type)
@@ -5142,91 +5142,91 @@ const char* CORBA_ConstantDef::_interface_repository_id (void) const
}
CORBA::TypeCode_ptr CORBA_ConstantDef::type (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_ConstantDef_Proxy_Impl &proxy =
- this->the_TAO_CORBA_ConstantDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_ConstantDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.type (
this
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
CORBA_IDLType_ptr CORBA_ConstantDef::type_def (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_ConstantDef_Proxy_Impl &proxy =
- this->the_TAO_CORBA_ConstantDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_ConstantDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.type_def (
this
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
void CORBA_ConstantDef::type_def (
CORBA_IDLType_ptr type_def
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_ConstantDef_Proxy_Impl &proxy =
- this->the_TAO_CORBA_ConstantDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_ConstantDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
proxy.type_def (
this,
type_def
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
CORBA::Any * CORBA_ConstantDef::value (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_ConstantDef_Proxy_Impl &proxy =
- this->the_TAO_CORBA_ConstantDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_ConstantDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.value (
this
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
void CORBA_ConstantDef::value (
const CORBA::Any & value
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_ConstantDef_Proxy_Impl &proxy =
- this->the_TAO_CORBA_ConstantDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_ConstantDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
proxy.value (
this,
value
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
@@ -5263,10 +5263,10 @@ tao_CORBA_StructDef_nil (
CORBA_StructDef_ptr
tao_CORBA_StructDef_narrow (
CORBA::Object *p
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
- return CORBA_StructDef::_narrow (p TAO_ENV_ARG_PARAMETER);
+ return CORBA_StructDef::_narrow (p ACE_ENV_ARG_PARAMETER);
}
CORBA::Object *
@@ -5390,10 +5390,10 @@ CORBA_StructDef_var::tao_nil (void)
::CORBA_StructDef_ptr
CORBA_StructDef_var::tao_narrow (
CORBA::Object *p
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
- return ::CORBA_StructDef::_narrow (p TAO_ENV_ARG_PARAMETER);
+ return ::CORBA_StructDef::_narrow (p ACE_ENV_ARG_PARAMETER);
}
CORBA::Object *
@@ -5471,21 +5471,21 @@ public:
TAO_ClientRequestInfo_CORBA_StructDef_members_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -5501,30 +5501,30 @@ private:
TAO_ClientRequestInfo_CORBA_StructDef_members_get::TAO_ClientRequestInfo_CORBA_StructDef_members_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_StructDef_members_get::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_StructDef_members_get::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return parameter_list;
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_StructDef_members_get::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_StructDef_members_get::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -5532,13 +5532,13 @@ TAO_ClientRequestInfo_CORBA_StructDef_members_get::exceptions (TAO_ENV_SINGLE_AR
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_StructDef_members_get::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_StructDef_members_get::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -5561,21 +5561,21 @@ public:
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
const CORBA_StructMemberSeq & members
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -5591,19 +5591,19 @@ TAO_ClientRequestInfo_CORBA_StructDef_members_set::TAO_ClientRequestInfo_CORBA_S
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
const CORBA_StructMemberSeq & members
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target),
members_ (members)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_StructDef_members_set::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_StructDef_members_set::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
Dynamic::ParameterList_var safe_parameter_list = parameter_list;
@@ -5619,12 +5619,12 @@ TAO_ClientRequestInfo_CORBA_StructDef_members_set::arguments (TAO_ENV_SINGLE_ARG
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_StructDef_members_set::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_StructDef_members_set::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -5632,13 +5632,13 @@ TAO_ClientRequestInfo_CORBA_StructDef_members_set::exceptions (TAO_ENV_SINGLE_AR
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_StructDef_members_set::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_StructDef_members_set::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 1;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return result_any;
@@ -5660,7 +5660,7 @@ _TAO_CORBA_StructDef_Remote_Proxy_Impl::_TAO_CORBA_StructDef_Remote_Proxy_Impl (
CORBA_StructMemberSeq * _TAO_CORBA_StructDef_Remote_Proxy_Impl::members (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -5704,7 +5704,7 @@ CORBA_StructMemberSeq * _TAO_CORBA_StructDef_Remote_Proxy_Impl::members (
TAO_ClientRequestInfo_CORBA_StructDef_members_get ri (
&_tao_call,
_collocated_tao_target_
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -5720,7 +5720,7 @@ CORBA_StructMemberSeq * _TAO_CORBA_StructDef_Remote_Proxy_Impl::members (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -5732,17 +5732,17 @@ CORBA_StructMemberSeq * _TAO_CORBA_StructDef_Remote_Proxy_Impl::members (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -5759,7 +5759,7 @@ CORBA_StructMemberSeq * _TAO_CORBA_StructDef_Remote_Proxy_Impl::members (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -5787,7 +5787,7 @@ CORBA_StructMemberSeq * _TAO_CORBA_StructDef_Remote_Proxy_Impl::members (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -5797,12 +5797,12 @@ CORBA_StructMemberSeq * _TAO_CORBA_StructDef_Remote_Proxy_Impl::members (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -5813,7 +5813,7 @@ CORBA_StructMemberSeq * _TAO_CORBA_StructDef_Remote_Proxy_Impl::members (
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -5830,7 +5830,7 @@ return _tao_safe_retval._retn ();
void _TAO_CORBA_StructDef_Remote_Proxy_Impl::members (
CORBA_Object *_collocated_tao_target_,
const CORBA_StructMemberSeq & members
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -5873,7 +5873,7 @@ void _TAO_CORBA_StructDef_Remote_Proxy_Impl::members (
&_tao_call,
_collocated_tao_target_,
members
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK;
@@ -5889,7 +5889,7 @@ void _TAO_CORBA_StructDef_Remote_Proxy_Impl::members (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -5901,12 +5901,12 @@ void _TAO_CORBA_StructDef_Remote_Proxy_Impl::members (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK;
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK;
@@ -5919,7 +5919,7 @@ void _TAO_CORBA_StructDef_Remote_Proxy_Impl::members (
);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK;
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -5935,7 +5935,7 @@ void _TAO_CORBA_StructDef_Remote_Proxy_Impl::members (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -5949,7 +5949,7 @@ void _TAO_CORBA_StructDef_Remote_Proxy_Impl::members (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -5959,12 +5959,12 @@ void _TAO_CORBA_StructDef_Remote_Proxy_Impl::members (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -5975,7 +5975,7 @@ void _TAO_CORBA_StructDef_Remote_Proxy_Impl::members (
ACE_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -6030,7 +6030,7 @@ _TAO_CORBA_StructDef_Remote_Proxy_Broker::~_TAO_CORBA_StructDef_Remote_Proxy_Bro
_TAO_CORBA_StructDef_Proxy_Impl&
_TAO_CORBA_StructDef_Remote_Proxy_Broker::select_proxy (
::CORBA_StructDef *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
{
return this->remote_proxy_impl_;
@@ -6075,24 +6075,24 @@ void CORBA_StructDef::_tao_any_destructor (void *_tao_void_pointer)
CORBA_StructDef_ptr CORBA_StructDef::_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
if (CORBA::is_nil (obj))
return CORBA_StructDef::_nil ();
if (! obj->_is_local ())
{
- CORBA::Boolean is_a = obj->_is_a ("IDL:omg.org/CORBA/StructDef:1.0" TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean is_a = obj->_is_a ("IDL:omg.org/CORBA/StructDef:1.0" ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (CORBA_StructDef::_nil ());
if (is_a == 0)
return CORBA_StructDef::_nil ();
}
- return CORBA_StructDef::_unchecked_narrow (obj TAO_ENV_ARG_PARAMETER);
+ return CORBA_StructDef::_unchecked_narrow (obj ACE_ENV_ARG_PARAMETER);
}
CORBA_StructDef_ptr CORBA_StructDef::_unchecked_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
{
if (CORBA::is_nil (obj))
@@ -6147,7 +6147,7 @@ CORBA_StructDef::_duplicate (CORBA_StructDef_ptr obj)
return obj;
}
-CORBA::Boolean CORBA_StructDef::_is_a (const CORBA::Char *value TAO_ENV_ARG_DECL)
+CORBA::Boolean CORBA_StructDef::_is_a (const CORBA::Char *value ACE_ENV_ARG_DECL)
{
if (
(!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA/StructDef:1.0")) ||
@@ -6159,7 +6159,7 @@ CORBA::Boolean CORBA_StructDef::_is_a (const CORBA::Char *value TAO_ENV_ARG_DECL
(!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA/Object:1.0")))
return 1; // success using local knowledge
else
- return this->CORBA_Object::_is_a (value TAO_ENV_ARG_PARAMETER);
+ return this->CORBA_Object::_is_a (value ACE_ENV_ARG_PARAMETER);
}
void *CORBA_StructDef::_tao_QueryInterface (ptr_arith_t type)
@@ -6244,38 +6244,38 @@ const char* CORBA_StructDef::_interface_repository_id (void) const
}
CORBA_StructMemberSeq * CORBA_StructDef::members (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_StructDef_Proxy_Impl &proxy =
- this->the_TAO_CORBA_StructDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_StructDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.members (
this
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
void CORBA_StructDef::members (
const CORBA_StructMemberSeq & members
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_StructDef_Proxy_Impl &proxy =
- this->the_TAO_CORBA_StructDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_StructDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
proxy.members (
this,
members
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
@@ -6306,10 +6306,10 @@ tao_CORBA_UnionDef_nil (
CORBA_UnionDef_ptr
tao_CORBA_UnionDef_narrow (
CORBA::Object *p
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
- return CORBA_UnionDef::_narrow (p TAO_ENV_ARG_PARAMETER);
+ return CORBA_UnionDef::_narrow (p ACE_ENV_ARG_PARAMETER);
}
CORBA::Object *
@@ -6433,10 +6433,10 @@ CORBA_UnionDef_var::tao_nil (void)
::CORBA_UnionDef_ptr
CORBA_UnionDef_var::tao_narrow (
CORBA::Object *p
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
- return ::CORBA_UnionDef::_narrow (p TAO_ENV_ARG_PARAMETER);
+ return ::CORBA_UnionDef::_narrow (p ACE_ENV_ARG_PARAMETER);
}
CORBA::Object *
@@ -6514,21 +6514,21 @@ public:
TAO_ClientRequestInfo_CORBA_UnionDef_discriminator_type_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -6544,30 +6544,30 @@ private:
TAO_ClientRequestInfo_CORBA_UnionDef_discriminator_type_get::TAO_ClientRequestInfo_CORBA_UnionDef_discriminator_type_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_UnionDef_discriminator_type_get::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_UnionDef_discriminator_type_get::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return parameter_list;
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_UnionDef_discriminator_type_get::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_UnionDef_discriminator_type_get::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -6575,13 +6575,13 @@ TAO_ClientRequestInfo_CORBA_UnionDef_discriminator_type_get::exceptions (TAO_ENV
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_UnionDef_discriminator_type_get::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_UnionDef_discriminator_type_get::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -6603,21 +6603,21 @@ public:
TAO_ClientRequestInfo_CORBA_UnionDef_discriminator_type_def_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -6633,30 +6633,30 @@ private:
TAO_ClientRequestInfo_CORBA_UnionDef_discriminator_type_def_get::TAO_ClientRequestInfo_CORBA_UnionDef_discriminator_type_def_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_UnionDef_discriminator_type_def_get::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_UnionDef_discriminator_type_def_get::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return parameter_list;
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_UnionDef_discriminator_type_def_get::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_UnionDef_discriminator_type_def_get::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -6664,13 +6664,13 @@ TAO_ClientRequestInfo_CORBA_UnionDef_discriminator_type_def_get::exceptions (TAO
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_UnionDef_discriminator_type_def_get::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_UnionDef_discriminator_type_def_get::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -6693,21 +6693,21 @@ public:
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
CORBA_IDLType_ptr discriminator_type_def
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -6723,19 +6723,19 @@ TAO_ClientRequestInfo_CORBA_UnionDef_discriminator_type_def_set::TAO_ClientReque
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
CORBA_IDLType_ptr discriminator_type_def
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target),
discriminator_type_def_ (discriminator_type_def)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_UnionDef_discriminator_type_def_set::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_UnionDef_discriminator_type_def_set::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
Dynamic::ParameterList_var safe_parameter_list = parameter_list;
@@ -6751,12 +6751,12 @@ TAO_ClientRequestInfo_CORBA_UnionDef_discriminator_type_def_set::arguments (TAO_
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_UnionDef_discriminator_type_def_set::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_UnionDef_discriminator_type_def_set::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -6764,13 +6764,13 @@ TAO_ClientRequestInfo_CORBA_UnionDef_discriminator_type_def_set::exceptions (TAO
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_UnionDef_discriminator_type_def_set::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_UnionDef_discriminator_type_def_set::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 1;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return result_any;
@@ -6782,21 +6782,21 @@ public:
TAO_ClientRequestInfo_CORBA_UnionDef_members_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -6812,30 +6812,30 @@ private:
TAO_ClientRequestInfo_CORBA_UnionDef_members_get::TAO_ClientRequestInfo_CORBA_UnionDef_members_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_UnionDef_members_get::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_UnionDef_members_get::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return parameter_list;
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_UnionDef_members_get::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_UnionDef_members_get::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -6843,13 +6843,13 @@ TAO_ClientRequestInfo_CORBA_UnionDef_members_get::exceptions (TAO_ENV_SINGLE_ARG
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_UnionDef_members_get::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_UnionDef_members_get::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -6872,21 +6872,21 @@ public:
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
const CORBA_UnionMemberSeq & members
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -6902,19 +6902,19 @@ TAO_ClientRequestInfo_CORBA_UnionDef_members_set::TAO_ClientRequestInfo_CORBA_Un
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
const CORBA_UnionMemberSeq & members
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target),
members_ (members)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_UnionDef_members_set::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_UnionDef_members_set::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
Dynamic::ParameterList_var safe_parameter_list = parameter_list;
@@ -6930,12 +6930,12 @@ TAO_ClientRequestInfo_CORBA_UnionDef_members_set::arguments (TAO_ENV_SINGLE_ARG_
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_UnionDef_members_set::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_UnionDef_members_set::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -6943,13 +6943,13 @@ TAO_ClientRequestInfo_CORBA_UnionDef_members_set::exceptions (TAO_ENV_SINGLE_ARG
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_UnionDef_members_set::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_UnionDef_members_set::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 1;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return result_any;
@@ -6971,7 +6971,7 @@ _TAO_CORBA_UnionDef_Remote_Proxy_Impl::_TAO_CORBA_UnionDef_Remote_Proxy_Impl (vo
CORBA::TypeCode_ptr _TAO_CORBA_UnionDef_Remote_Proxy_Impl::discriminator_type (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -7014,7 +7014,7 @@ CORBA::TypeCode_ptr _TAO_CORBA_UnionDef_Remote_Proxy_Impl::discriminator_type (
TAO_ClientRequestInfo_CORBA_UnionDef_discriminator_type_get ri (
&_tao_call,
_collocated_tao_target_
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -7030,7 +7030,7 @@ CORBA::TypeCode_ptr _TAO_CORBA_UnionDef_Remote_Proxy_Impl::discriminator_type (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -7042,17 +7042,17 @@ CORBA::TypeCode_ptr _TAO_CORBA_UnionDef_Remote_Proxy_Impl::discriminator_type (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -7069,7 +7069,7 @@ CORBA::TypeCode_ptr _TAO_CORBA_UnionDef_Remote_Proxy_Impl::discriminator_type (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -7097,7 +7097,7 @@ CORBA::TypeCode_ptr _TAO_CORBA_UnionDef_Remote_Proxy_Impl::discriminator_type (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -7107,12 +7107,12 @@ CORBA::TypeCode_ptr _TAO_CORBA_UnionDef_Remote_Proxy_Impl::discriminator_type (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -7123,7 +7123,7 @@ CORBA::TypeCode_ptr _TAO_CORBA_UnionDef_Remote_Proxy_Impl::discriminator_type (
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -7139,7 +7139,7 @@ return _tao_safe_retval._retn ();
CORBA_IDLType_ptr _TAO_CORBA_UnionDef_Remote_Proxy_Impl::discriminator_type_def (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -7182,7 +7182,7 @@ CORBA_IDLType_ptr _TAO_CORBA_UnionDef_Remote_Proxy_Impl::discriminator_type_def
TAO_ClientRequestInfo_CORBA_UnionDef_discriminator_type_def_get ri (
&_tao_call,
_collocated_tao_target_
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -7198,7 +7198,7 @@ CORBA_IDLType_ptr _TAO_CORBA_UnionDef_Remote_Proxy_Impl::discriminator_type_def
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -7210,17 +7210,17 @@ CORBA_IDLType_ptr _TAO_CORBA_UnionDef_Remote_Proxy_Impl::discriminator_type_def
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -7237,7 +7237,7 @@ CORBA_IDLType_ptr _TAO_CORBA_UnionDef_Remote_Proxy_Impl::discriminator_type_def
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -7265,7 +7265,7 @@ CORBA_IDLType_ptr _TAO_CORBA_UnionDef_Remote_Proxy_Impl::discriminator_type_def
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -7275,12 +7275,12 @@ CORBA_IDLType_ptr _TAO_CORBA_UnionDef_Remote_Proxy_Impl::discriminator_type_def
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -7291,7 +7291,7 @@ CORBA_IDLType_ptr _TAO_CORBA_UnionDef_Remote_Proxy_Impl::discriminator_type_def
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -7308,7 +7308,7 @@ return _tao_safe_retval._retn ();
void _TAO_CORBA_UnionDef_Remote_Proxy_Impl::discriminator_type_def (
CORBA_Object *_collocated_tao_target_,
CORBA_IDLType_ptr discriminator_type_def
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -7351,7 +7351,7 @@ void _TAO_CORBA_UnionDef_Remote_Proxy_Impl::discriminator_type_def (
&_tao_call,
_collocated_tao_target_,
discriminator_type_def
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK;
@@ -7367,7 +7367,7 @@ void _TAO_CORBA_UnionDef_Remote_Proxy_Impl::discriminator_type_def (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -7379,12 +7379,12 @@ void _TAO_CORBA_UnionDef_Remote_Proxy_Impl::discriminator_type_def (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK;
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK;
@@ -7397,7 +7397,7 @@ void _TAO_CORBA_UnionDef_Remote_Proxy_Impl::discriminator_type_def (
);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK;
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -7413,7 +7413,7 @@ void _TAO_CORBA_UnionDef_Remote_Proxy_Impl::discriminator_type_def (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -7427,7 +7427,7 @@ void _TAO_CORBA_UnionDef_Remote_Proxy_Impl::discriminator_type_def (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -7437,12 +7437,12 @@ void _TAO_CORBA_UnionDef_Remote_Proxy_Impl::discriminator_type_def (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -7453,7 +7453,7 @@ void _TAO_CORBA_UnionDef_Remote_Proxy_Impl::discriminator_type_def (
ACE_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -7469,7 +7469,7 @@ void _TAO_CORBA_UnionDef_Remote_Proxy_Impl::discriminator_type_def (
CORBA_UnionMemberSeq * _TAO_CORBA_UnionDef_Remote_Proxy_Impl::members (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -7513,7 +7513,7 @@ CORBA_UnionMemberSeq * _TAO_CORBA_UnionDef_Remote_Proxy_Impl::members (
TAO_ClientRequestInfo_CORBA_UnionDef_members_get ri (
&_tao_call,
_collocated_tao_target_
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -7529,7 +7529,7 @@ CORBA_UnionMemberSeq * _TAO_CORBA_UnionDef_Remote_Proxy_Impl::members (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -7541,17 +7541,17 @@ CORBA_UnionMemberSeq * _TAO_CORBA_UnionDef_Remote_Proxy_Impl::members (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -7568,7 +7568,7 @@ CORBA_UnionMemberSeq * _TAO_CORBA_UnionDef_Remote_Proxy_Impl::members (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -7596,7 +7596,7 @@ CORBA_UnionMemberSeq * _TAO_CORBA_UnionDef_Remote_Proxy_Impl::members (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -7606,12 +7606,12 @@ CORBA_UnionMemberSeq * _TAO_CORBA_UnionDef_Remote_Proxy_Impl::members (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -7622,7 +7622,7 @@ CORBA_UnionMemberSeq * _TAO_CORBA_UnionDef_Remote_Proxy_Impl::members (
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -7639,7 +7639,7 @@ return _tao_safe_retval._retn ();
void _TAO_CORBA_UnionDef_Remote_Proxy_Impl::members (
CORBA_Object *_collocated_tao_target_,
const CORBA_UnionMemberSeq & members
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -7682,7 +7682,7 @@ void _TAO_CORBA_UnionDef_Remote_Proxy_Impl::members (
&_tao_call,
_collocated_tao_target_,
members
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK;
@@ -7698,7 +7698,7 @@ void _TAO_CORBA_UnionDef_Remote_Proxy_Impl::members (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -7710,12 +7710,12 @@ void _TAO_CORBA_UnionDef_Remote_Proxy_Impl::members (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK;
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK;
@@ -7728,7 +7728,7 @@ void _TAO_CORBA_UnionDef_Remote_Proxy_Impl::members (
);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK;
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -7744,7 +7744,7 @@ void _TAO_CORBA_UnionDef_Remote_Proxy_Impl::members (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -7758,7 +7758,7 @@ void _TAO_CORBA_UnionDef_Remote_Proxy_Impl::members (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -7768,12 +7768,12 @@ void _TAO_CORBA_UnionDef_Remote_Proxy_Impl::members (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -7784,7 +7784,7 @@ void _TAO_CORBA_UnionDef_Remote_Proxy_Impl::members (
ACE_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -7839,7 +7839,7 @@ _TAO_CORBA_UnionDef_Remote_Proxy_Broker::~_TAO_CORBA_UnionDef_Remote_Proxy_Broke
_TAO_CORBA_UnionDef_Proxy_Impl&
_TAO_CORBA_UnionDef_Remote_Proxy_Broker::select_proxy (
::CORBA_UnionDef *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
{
return this->remote_proxy_impl_;
@@ -7884,24 +7884,24 @@ void CORBA_UnionDef::_tao_any_destructor (void *_tao_void_pointer)
CORBA_UnionDef_ptr CORBA_UnionDef::_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
if (CORBA::is_nil (obj))
return CORBA_UnionDef::_nil ();
if (! obj->_is_local ())
{
- CORBA::Boolean is_a = obj->_is_a ("IDL:omg.org/CORBA/UnionDef:1.0" TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean is_a = obj->_is_a ("IDL:omg.org/CORBA/UnionDef:1.0" ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (CORBA_UnionDef::_nil ());
if (is_a == 0)
return CORBA_UnionDef::_nil ();
}
- return CORBA_UnionDef::_unchecked_narrow (obj TAO_ENV_ARG_PARAMETER);
+ return CORBA_UnionDef::_unchecked_narrow (obj ACE_ENV_ARG_PARAMETER);
}
CORBA_UnionDef_ptr CORBA_UnionDef::_unchecked_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
{
if (CORBA::is_nil (obj))
@@ -7956,7 +7956,7 @@ CORBA_UnionDef::_duplicate (CORBA_UnionDef_ptr obj)
return obj;
}
-CORBA::Boolean CORBA_UnionDef::_is_a (const CORBA::Char *value TAO_ENV_ARG_DECL)
+CORBA::Boolean CORBA_UnionDef::_is_a (const CORBA::Char *value ACE_ENV_ARG_DECL)
{
if (
(!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA/UnionDef:1.0")) ||
@@ -7968,7 +7968,7 @@ CORBA::Boolean CORBA_UnionDef::_is_a (const CORBA::Char *value TAO_ENV_ARG_DECL)
(!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA/Object:1.0")))
return 1; // success using local knowledge
else
- return this->CORBA_Object::_is_a (value TAO_ENV_ARG_PARAMETER);
+ return this->CORBA_Object::_is_a (value ACE_ENV_ARG_PARAMETER);
}
void *CORBA_UnionDef::_tao_QueryInterface (ptr_arith_t type)
@@ -8053,91 +8053,91 @@ const char* CORBA_UnionDef::_interface_repository_id (void) const
}
CORBA::TypeCode_ptr CORBA_UnionDef::discriminator_type (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_UnionDef_Proxy_Impl &proxy =
- this->the_TAO_CORBA_UnionDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_UnionDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.discriminator_type (
this
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
CORBA_IDLType_ptr CORBA_UnionDef::discriminator_type_def (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_UnionDef_Proxy_Impl &proxy =
- this->the_TAO_CORBA_UnionDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_UnionDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.discriminator_type_def (
this
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
void CORBA_UnionDef::discriminator_type_def (
CORBA_IDLType_ptr discriminator_type_def
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_UnionDef_Proxy_Impl &proxy =
- this->the_TAO_CORBA_UnionDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_UnionDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
proxy.discriminator_type_def (
this,
discriminator_type_def
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
CORBA_UnionMemberSeq * CORBA_UnionDef::members (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_UnionDef_Proxy_Impl &proxy =
- this->the_TAO_CORBA_UnionDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_UnionDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.members (
this
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
void CORBA_UnionDef::members (
const CORBA_UnionMemberSeq & members
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_UnionDef_Proxy_Impl &proxy =
- this->the_TAO_CORBA_UnionDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_UnionDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
proxy.members (
this,
members
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
@@ -8168,10 +8168,10 @@ tao_CORBA_EnumDef_nil (
CORBA_EnumDef_ptr
tao_CORBA_EnumDef_narrow (
CORBA::Object *p
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
- return CORBA_EnumDef::_narrow (p TAO_ENV_ARG_PARAMETER);
+ return CORBA_EnumDef::_narrow (p ACE_ENV_ARG_PARAMETER);
}
CORBA::Object *
@@ -8295,10 +8295,10 @@ CORBA_EnumDef_var::tao_nil (void)
::CORBA_EnumDef_ptr
CORBA_EnumDef_var::tao_narrow (
CORBA::Object *p
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
- return ::CORBA_EnumDef::_narrow (p TAO_ENV_ARG_PARAMETER);
+ return ::CORBA_EnumDef::_narrow (p ACE_ENV_ARG_PARAMETER);
}
CORBA::Object *
@@ -8376,21 +8376,21 @@ public:
TAO_ClientRequestInfo_CORBA_EnumDef_members_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -8406,30 +8406,30 @@ private:
TAO_ClientRequestInfo_CORBA_EnumDef_members_get::TAO_ClientRequestInfo_CORBA_EnumDef_members_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_EnumDef_members_get::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_EnumDef_members_get::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return parameter_list;
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_EnumDef_members_get::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_EnumDef_members_get::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -8437,13 +8437,13 @@ TAO_ClientRequestInfo_CORBA_EnumDef_members_get::exceptions (TAO_ENV_SINGLE_ARG_
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_EnumDef_members_get::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_EnumDef_members_get::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -8466,21 +8466,21 @@ public:
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
const CORBA_EnumMemberSeq & members
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -8496,19 +8496,19 @@ TAO_ClientRequestInfo_CORBA_EnumDef_members_set::TAO_ClientRequestInfo_CORBA_Enu
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
const CORBA_EnumMemberSeq & members
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target),
members_ (members)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_EnumDef_members_set::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_EnumDef_members_set::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
Dynamic::ParameterList_var safe_parameter_list = parameter_list;
@@ -8524,12 +8524,12 @@ TAO_ClientRequestInfo_CORBA_EnumDef_members_set::arguments (TAO_ENV_SINGLE_ARG_D
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_EnumDef_members_set::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_EnumDef_members_set::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -8537,13 +8537,13 @@ TAO_ClientRequestInfo_CORBA_EnumDef_members_set::exceptions (TAO_ENV_SINGLE_ARG_
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_EnumDef_members_set::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_EnumDef_members_set::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 1;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return result_any;
@@ -8565,7 +8565,7 @@ _TAO_CORBA_EnumDef_Remote_Proxy_Impl::_TAO_CORBA_EnumDef_Remote_Proxy_Impl (void
CORBA_EnumMemberSeq * _TAO_CORBA_EnumDef_Remote_Proxy_Impl::members (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -8609,7 +8609,7 @@ CORBA_EnumMemberSeq * _TAO_CORBA_EnumDef_Remote_Proxy_Impl::members (
TAO_ClientRequestInfo_CORBA_EnumDef_members_get ri (
&_tao_call,
_collocated_tao_target_
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -8625,7 +8625,7 @@ CORBA_EnumMemberSeq * _TAO_CORBA_EnumDef_Remote_Proxy_Impl::members (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -8637,17 +8637,17 @@ CORBA_EnumMemberSeq * _TAO_CORBA_EnumDef_Remote_Proxy_Impl::members (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -8664,7 +8664,7 @@ CORBA_EnumMemberSeq * _TAO_CORBA_EnumDef_Remote_Proxy_Impl::members (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -8692,7 +8692,7 @@ CORBA_EnumMemberSeq * _TAO_CORBA_EnumDef_Remote_Proxy_Impl::members (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -8702,12 +8702,12 @@ CORBA_EnumMemberSeq * _TAO_CORBA_EnumDef_Remote_Proxy_Impl::members (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -8718,7 +8718,7 @@ CORBA_EnumMemberSeq * _TAO_CORBA_EnumDef_Remote_Proxy_Impl::members (
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -8735,7 +8735,7 @@ return _tao_safe_retval._retn ();
void _TAO_CORBA_EnumDef_Remote_Proxy_Impl::members (
CORBA_Object *_collocated_tao_target_,
const CORBA_EnumMemberSeq & members
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -8778,7 +8778,7 @@ void _TAO_CORBA_EnumDef_Remote_Proxy_Impl::members (
&_tao_call,
_collocated_tao_target_,
members
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK;
@@ -8794,7 +8794,7 @@ void _TAO_CORBA_EnumDef_Remote_Proxy_Impl::members (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -8806,12 +8806,12 @@ void _TAO_CORBA_EnumDef_Remote_Proxy_Impl::members (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK;
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK;
@@ -8824,7 +8824,7 @@ void _TAO_CORBA_EnumDef_Remote_Proxy_Impl::members (
);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK;
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -8840,7 +8840,7 @@ void _TAO_CORBA_EnumDef_Remote_Proxy_Impl::members (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -8854,7 +8854,7 @@ void _TAO_CORBA_EnumDef_Remote_Proxy_Impl::members (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -8864,12 +8864,12 @@ void _TAO_CORBA_EnumDef_Remote_Proxy_Impl::members (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -8880,7 +8880,7 @@ void _TAO_CORBA_EnumDef_Remote_Proxy_Impl::members (
ACE_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -8935,7 +8935,7 @@ _TAO_CORBA_EnumDef_Remote_Proxy_Broker::~_TAO_CORBA_EnumDef_Remote_Proxy_Broker
_TAO_CORBA_EnumDef_Proxy_Impl&
_TAO_CORBA_EnumDef_Remote_Proxy_Broker::select_proxy (
::CORBA_EnumDef *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
{
return this->remote_proxy_impl_;
@@ -8978,24 +8978,24 @@ void CORBA_EnumDef::_tao_any_destructor (void *_tao_void_pointer)
CORBA_EnumDef_ptr CORBA_EnumDef::_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
if (CORBA::is_nil (obj))
return CORBA_EnumDef::_nil ();
if (! obj->_is_local ())
{
- CORBA::Boolean is_a = obj->_is_a ("IDL:omg.org/CORBA/EnumDef:1.0" TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean is_a = obj->_is_a ("IDL:omg.org/CORBA/EnumDef:1.0" ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (CORBA_EnumDef::_nil ());
if (is_a == 0)
return CORBA_EnumDef::_nil ();
}
- return CORBA_EnumDef::_unchecked_narrow (obj TAO_ENV_ARG_PARAMETER);
+ return CORBA_EnumDef::_unchecked_narrow (obj ACE_ENV_ARG_PARAMETER);
}
CORBA_EnumDef_ptr CORBA_EnumDef::_unchecked_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
{
if (CORBA::is_nil (obj))
@@ -9050,7 +9050,7 @@ CORBA_EnumDef::_duplicate (CORBA_EnumDef_ptr obj)
return obj;
}
-CORBA::Boolean CORBA_EnumDef::_is_a (const CORBA::Char *value TAO_ENV_ARG_DECL)
+CORBA::Boolean CORBA_EnumDef::_is_a (const CORBA::Char *value ACE_ENV_ARG_DECL)
{
if (
(!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA/EnumDef:1.0")) ||
@@ -9061,7 +9061,7 @@ CORBA::Boolean CORBA_EnumDef::_is_a (const CORBA::Char *value TAO_ENV_ARG_DECL)
(!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA/Object:1.0")))
return 1; // success using local knowledge
else
- return this->CORBA_Object::_is_a (value TAO_ENV_ARG_PARAMETER);
+ return this->CORBA_Object::_is_a (value ACE_ENV_ARG_PARAMETER);
}
void *CORBA_EnumDef::_tao_QueryInterface (ptr_arith_t type)
@@ -9134,38 +9134,38 @@ const char* CORBA_EnumDef::_interface_repository_id (void) const
}
CORBA_EnumMemberSeq * CORBA_EnumDef::members (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_EnumDef_Proxy_Impl &proxy =
- this->the_TAO_CORBA_EnumDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_EnumDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.members (
this
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
void CORBA_EnumDef::members (
const CORBA_EnumMemberSeq & members
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_EnumDef_Proxy_Impl &proxy =
- this->the_TAO_CORBA_EnumDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_EnumDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
proxy.members (
this,
members
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
@@ -9196,10 +9196,10 @@ tao_CORBA_AliasDef_nil (
CORBA_AliasDef_ptr
tao_CORBA_AliasDef_narrow (
CORBA::Object *p
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
- return CORBA_AliasDef::_narrow (p TAO_ENV_ARG_PARAMETER);
+ return CORBA_AliasDef::_narrow (p ACE_ENV_ARG_PARAMETER);
}
CORBA::Object *
@@ -9323,10 +9323,10 @@ CORBA_AliasDef_var::tao_nil (void)
::CORBA_AliasDef_ptr
CORBA_AliasDef_var::tao_narrow (
CORBA::Object *p
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
- return ::CORBA_AliasDef::_narrow (p TAO_ENV_ARG_PARAMETER);
+ return ::CORBA_AliasDef::_narrow (p ACE_ENV_ARG_PARAMETER);
}
CORBA::Object *
@@ -9404,21 +9404,21 @@ public:
TAO_ClientRequestInfo_CORBA_AliasDef_original_type_def_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -9434,30 +9434,30 @@ private:
TAO_ClientRequestInfo_CORBA_AliasDef_original_type_def_get::TAO_ClientRequestInfo_CORBA_AliasDef_original_type_def_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_AliasDef_original_type_def_get::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_AliasDef_original_type_def_get::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return parameter_list;
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_AliasDef_original_type_def_get::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_AliasDef_original_type_def_get::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -9465,13 +9465,13 @@ TAO_ClientRequestInfo_CORBA_AliasDef_original_type_def_get::exceptions (TAO_ENV_
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_AliasDef_original_type_def_get::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_AliasDef_original_type_def_get::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -9494,21 +9494,21 @@ public:
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
CORBA_IDLType_ptr original_type_def
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -9524,19 +9524,19 @@ TAO_ClientRequestInfo_CORBA_AliasDef_original_type_def_set::TAO_ClientRequestInf
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
CORBA_IDLType_ptr original_type_def
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target),
original_type_def_ (original_type_def)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_AliasDef_original_type_def_set::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_AliasDef_original_type_def_set::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
Dynamic::ParameterList_var safe_parameter_list = parameter_list;
@@ -9552,12 +9552,12 @@ TAO_ClientRequestInfo_CORBA_AliasDef_original_type_def_set::arguments (TAO_ENV_S
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_AliasDef_original_type_def_set::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_AliasDef_original_type_def_set::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -9565,13 +9565,13 @@ TAO_ClientRequestInfo_CORBA_AliasDef_original_type_def_set::exceptions (TAO_ENV_
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_AliasDef_original_type_def_set::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_AliasDef_original_type_def_set::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 1;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return result_any;
@@ -9593,7 +9593,7 @@ _TAO_CORBA_AliasDef_Remote_Proxy_Impl::_TAO_CORBA_AliasDef_Remote_Proxy_Impl (vo
CORBA_IDLType_ptr _TAO_CORBA_AliasDef_Remote_Proxy_Impl::original_type_def (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -9636,7 +9636,7 @@ CORBA_IDLType_ptr _TAO_CORBA_AliasDef_Remote_Proxy_Impl::original_type_def (
TAO_ClientRequestInfo_CORBA_AliasDef_original_type_def_get ri (
&_tao_call,
_collocated_tao_target_
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -9652,7 +9652,7 @@ CORBA_IDLType_ptr _TAO_CORBA_AliasDef_Remote_Proxy_Impl::original_type_def (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -9664,17 +9664,17 @@ CORBA_IDLType_ptr _TAO_CORBA_AliasDef_Remote_Proxy_Impl::original_type_def (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -9691,7 +9691,7 @@ CORBA_IDLType_ptr _TAO_CORBA_AliasDef_Remote_Proxy_Impl::original_type_def (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -9719,7 +9719,7 @@ CORBA_IDLType_ptr _TAO_CORBA_AliasDef_Remote_Proxy_Impl::original_type_def (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -9729,12 +9729,12 @@ CORBA_IDLType_ptr _TAO_CORBA_AliasDef_Remote_Proxy_Impl::original_type_def (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -9745,7 +9745,7 @@ CORBA_IDLType_ptr _TAO_CORBA_AliasDef_Remote_Proxy_Impl::original_type_def (
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -9762,7 +9762,7 @@ return _tao_safe_retval._retn ();
void _TAO_CORBA_AliasDef_Remote_Proxy_Impl::original_type_def (
CORBA_Object *_collocated_tao_target_,
CORBA_IDLType_ptr original_type_def
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -9805,7 +9805,7 @@ void _TAO_CORBA_AliasDef_Remote_Proxy_Impl::original_type_def (
&_tao_call,
_collocated_tao_target_,
original_type_def
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK;
@@ -9821,7 +9821,7 @@ void _TAO_CORBA_AliasDef_Remote_Proxy_Impl::original_type_def (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -9833,12 +9833,12 @@ void _TAO_CORBA_AliasDef_Remote_Proxy_Impl::original_type_def (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK;
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK;
@@ -9851,7 +9851,7 @@ void _TAO_CORBA_AliasDef_Remote_Proxy_Impl::original_type_def (
);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK;
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -9867,7 +9867,7 @@ void _TAO_CORBA_AliasDef_Remote_Proxy_Impl::original_type_def (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -9881,7 +9881,7 @@ void _TAO_CORBA_AliasDef_Remote_Proxy_Impl::original_type_def (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -9891,12 +9891,12 @@ void _TAO_CORBA_AliasDef_Remote_Proxy_Impl::original_type_def (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -9907,7 +9907,7 @@ void _TAO_CORBA_AliasDef_Remote_Proxy_Impl::original_type_def (
ACE_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -9962,7 +9962,7 @@ _TAO_CORBA_AliasDef_Remote_Proxy_Broker::~_TAO_CORBA_AliasDef_Remote_Proxy_Broke
_TAO_CORBA_AliasDef_Proxy_Impl&
_TAO_CORBA_AliasDef_Remote_Proxy_Broker::select_proxy (
::CORBA_AliasDef *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
{
return this->remote_proxy_impl_;
@@ -10005,24 +10005,24 @@ void CORBA_AliasDef::_tao_any_destructor (void *_tao_void_pointer)
CORBA_AliasDef_ptr CORBA_AliasDef::_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
if (CORBA::is_nil (obj))
return CORBA_AliasDef::_nil ();
if (! obj->_is_local ())
{
- CORBA::Boolean is_a = obj->_is_a ("IDL:omg.org/CORBA/AliasDef:1.0" TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean is_a = obj->_is_a ("IDL:omg.org/CORBA/AliasDef:1.0" ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (CORBA_AliasDef::_nil ());
if (is_a == 0)
return CORBA_AliasDef::_nil ();
}
- return CORBA_AliasDef::_unchecked_narrow (obj TAO_ENV_ARG_PARAMETER);
+ return CORBA_AliasDef::_unchecked_narrow (obj ACE_ENV_ARG_PARAMETER);
}
CORBA_AliasDef_ptr CORBA_AliasDef::_unchecked_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
{
if (CORBA::is_nil (obj))
@@ -10077,7 +10077,7 @@ CORBA_AliasDef::_duplicate (CORBA_AliasDef_ptr obj)
return obj;
}
-CORBA::Boolean CORBA_AliasDef::_is_a (const CORBA::Char *value TAO_ENV_ARG_DECL)
+CORBA::Boolean CORBA_AliasDef::_is_a (const CORBA::Char *value ACE_ENV_ARG_DECL)
{
if (
(!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA/AliasDef:1.0")) ||
@@ -10088,7 +10088,7 @@ CORBA::Boolean CORBA_AliasDef::_is_a (const CORBA::Char *value TAO_ENV_ARG_DECL)
(!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA/Object:1.0")))
return 1; // success using local knowledge
else
- return this->CORBA_Object::_is_a (value TAO_ENV_ARG_PARAMETER);
+ return this->CORBA_Object::_is_a (value ACE_ENV_ARG_PARAMETER);
}
void *CORBA_AliasDef::_tao_QueryInterface (ptr_arith_t type)
@@ -10161,38 +10161,38 @@ const char* CORBA_AliasDef::_interface_repository_id (void) const
}
CORBA_IDLType_ptr CORBA_AliasDef::original_type_def (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_AliasDef_Proxy_Impl &proxy =
- this->the_TAO_CORBA_AliasDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_AliasDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.original_type_def (
this
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
void CORBA_AliasDef::original_type_def (
CORBA_IDLType_ptr original_type_def
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_AliasDef_Proxy_Impl &proxy =
- this->the_TAO_CORBA_AliasDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_AliasDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
proxy.original_type_def (
this,
original_type_def
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
@@ -10223,10 +10223,10 @@ tao_CORBA_NativeDef_nil (
CORBA_NativeDef_ptr
tao_CORBA_NativeDef_narrow (
CORBA::Object *p
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
- return CORBA_NativeDef::_narrow (p TAO_ENV_ARG_PARAMETER);
+ return CORBA_NativeDef::_narrow (p ACE_ENV_ARG_PARAMETER);
}
CORBA::Object *
@@ -10350,10 +10350,10 @@ CORBA_NativeDef_var::tao_nil (void)
::CORBA_NativeDef_ptr
CORBA_NativeDef_var::tao_narrow (
CORBA::Object *p
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
- return ::CORBA_NativeDef::_narrow (p TAO_ENV_ARG_PARAMETER);
+ return ::CORBA_NativeDef::_narrow (p ACE_ENV_ARG_PARAMETER);
}
CORBA::Object *
@@ -10480,7 +10480,7 @@ _TAO_CORBA_NativeDef_Remote_Proxy_Broker::~_TAO_CORBA_NativeDef_Remote_Proxy_Bro
_TAO_CORBA_NativeDef_Proxy_Impl&
_TAO_CORBA_NativeDef_Remote_Proxy_Broker::select_proxy (
::CORBA_NativeDef *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
{
return this->remote_proxy_impl_;
@@ -10523,24 +10523,24 @@ void CORBA_NativeDef::_tao_any_destructor (void *_tao_void_pointer)
CORBA_NativeDef_ptr CORBA_NativeDef::_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
if (CORBA::is_nil (obj))
return CORBA_NativeDef::_nil ();
if (! obj->_is_local ())
{
- CORBA::Boolean is_a = obj->_is_a ("IDL:omg.org/CORBA/NativeDef:1.0" TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean is_a = obj->_is_a ("IDL:omg.org/CORBA/NativeDef:1.0" ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (CORBA_NativeDef::_nil ());
if (is_a == 0)
return CORBA_NativeDef::_nil ();
}
- return CORBA_NativeDef::_unchecked_narrow (obj TAO_ENV_ARG_PARAMETER);
+ return CORBA_NativeDef::_unchecked_narrow (obj ACE_ENV_ARG_PARAMETER);
}
CORBA_NativeDef_ptr CORBA_NativeDef::_unchecked_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
{
if (CORBA::is_nil (obj))
@@ -10595,7 +10595,7 @@ CORBA_NativeDef::_duplicate (CORBA_NativeDef_ptr obj)
return obj;
}
-CORBA::Boolean CORBA_NativeDef::_is_a (const CORBA::Char *value TAO_ENV_ARG_DECL)
+CORBA::Boolean CORBA_NativeDef::_is_a (const CORBA::Char *value ACE_ENV_ARG_DECL)
{
if (
(!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA/NativeDef:1.0")) ||
@@ -10606,7 +10606,7 @@ CORBA::Boolean CORBA_NativeDef::_is_a (const CORBA::Char *value TAO_ENV_ARG_DECL
(!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA/Object:1.0")))
return 1; // success using local knowledge
else
- return this->CORBA_Object::_is_a (value TAO_ENV_ARG_PARAMETER);
+ return this->CORBA_Object::_is_a (value ACE_ENV_ARG_PARAMETER);
}
void *CORBA_NativeDef::_tao_QueryInterface (ptr_arith_t type)
@@ -10705,10 +10705,10 @@ tao_CORBA_PrimitiveDef_nil (
CORBA_PrimitiveDef_ptr
tao_CORBA_PrimitiveDef_narrow (
CORBA::Object *p
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
- return CORBA_PrimitiveDef::_narrow (p TAO_ENV_ARG_PARAMETER);
+ return CORBA_PrimitiveDef::_narrow (p ACE_ENV_ARG_PARAMETER);
}
CORBA::Object *
@@ -10832,10 +10832,10 @@ CORBA_PrimitiveDef_var::tao_nil (void)
::CORBA_PrimitiveDef_ptr
CORBA_PrimitiveDef_var::tao_narrow (
CORBA::Object *p
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
- return ::CORBA_PrimitiveDef::_narrow (p TAO_ENV_ARG_PARAMETER);
+ return ::CORBA_PrimitiveDef::_narrow (p ACE_ENV_ARG_PARAMETER);
}
CORBA::Object *
@@ -10913,21 +10913,21 @@ public:
TAO_ClientRequestInfo_CORBA_PrimitiveDef_kind_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -10943,30 +10943,30 @@ private:
TAO_ClientRequestInfo_CORBA_PrimitiveDef_kind_get::TAO_ClientRequestInfo_CORBA_PrimitiveDef_kind_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_PrimitiveDef_kind_get::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_PrimitiveDef_kind_get::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return parameter_list;
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_PrimitiveDef_kind_get::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_PrimitiveDef_kind_get::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -10974,13 +10974,13 @@ TAO_ClientRequestInfo_CORBA_PrimitiveDef_kind_get::exceptions (TAO_ENV_SINGLE_AR
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_PrimitiveDef_kind_get::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_PrimitiveDef_kind_get::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -11012,7 +11012,7 @@ _TAO_CORBA_PrimitiveDef_Remote_Proxy_Impl::_TAO_CORBA_PrimitiveDef_Remote_Proxy_
CORBA::PrimitiveKind _TAO_CORBA_PrimitiveDef_Remote_Proxy_Impl::kind (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -11054,7 +11054,7 @@ CORBA::PrimitiveKind _TAO_CORBA_PrimitiveDef_Remote_Proxy_Impl::kind (
TAO_ClientRequestInfo_CORBA_PrimitiveDef_kind_get ri (
&_tao_call,
_collocated_tao_target_
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (_tao_retval);
@@ -11070,7 +11070,7 @@ CORBA::PrimitiveKind _TAO_CORBA_PrimitiveDef_Remote_Proxy_Impl::kind (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -11082,17 +11082,17 @@ CORBA::PrimitiveKind _TAO_CORBA_PrimitiveDef_Remote_Proxy_Impl::kind (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (_tao_retval);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (_tao_retval);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (_tao_retval);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -11109,7 +11109,7 @@ CORBA::PrimitiveKind _TAO_CORBA_PrimitiveDef_Remote_Proxy_Impl::kind (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -11136,7 +11136,7 @@ CORBA::PrimitiveKind _TAO_CORBA_PrimitiveDef_Remote_Proxy_Impl::kind (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -11146,12 +11146,12 @@ CORBA::PrimitiveKind _TAO_CORBA_PrimitiveDef_Remote_Proxy_Impl::kind (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -11162,7 +11162,7 @@ CORBA::PrimitiveKind _TAO_CORBA_PrimitiveDef_Remote_Proxy_Impl::kind (
ACE_CHECK_RETURN (_tao_retval);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (_tao_retval);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -11217,7 +11217,7 @@ _TAO_CORBA_PrimitiveDef_Remote_Proxy_Broker::~_TAO_CORBA_PrimitiveDef_Remote_Pro
_TAO_CORBA_PrimitiveDef_Proxy_Impl&
_TAO_CORBA_PrimitiveDef_Remote_Proxy_Broker::select_proxy (
::CORBA_PrimitiveDef *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
{
return this->remote_proxy_impl_;
@@ -11260,24 +11260,24 @@ void CORBA_PrimitiveDef::_tao_any_destructor (void *_tao_void_pointer)
CORBA_PrimitiveDef_ptr CORBA_PrimitiveDef::_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
if (CORBA::is_nil (obj))
return CORBA_PrimitiveDef::_nil ();
if (! obj->_is_local ())
{
- CORBA::Boolean is_a = obj->_is_a ("IDL:omg.org/CORBA/PrimitiveDef:1.0" TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean is_a = obj->_is_a ("IDL:omg.org/CORBA/PrimitiveDef:1.0" ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (CORBA_PrimitiveDef::_nil ());
if (is_a == 0)
return CORBA_PrimitiveDef::_nil ();
}
- return CORBA_PrimitiveDef::_unchecked_narrow (obj TAO_ENV_ARG_PARAMETER);
+ return CORBA_PrimitiveDef::_unchecked_narrow (obj ACE_ENV_ARG_PARAMETER);
}
CORBA_PrimitiveDef_ptr CORBA_PrimitiveDef::_unchecked_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
{
if (CORBA::is_nil (obj))
@@ -11332,7 +11332,7 @@ CORBA_PrimitiveDef::_duplicate (CORBA_PrimitiveDef_ptr obj)
return obj;
}
-CORBA::Boolean CORBA_PrimitiveDef::_is_a (const CORBA::Char *value TAO_ENV_ARG_DECL)
+CORBA::Boolean CORBA_PrimitiveDef::_is_a (const CORBA::Char *value ACE_ENV_ARG_DECL)
{
if (
(!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA/PrimitiveDef:1.0")) ||
@@ -11341,7 +11341,7 @@ CORBA::Boolean CORBA_PrimitiveDef::_is_a (const CORBA::Char *value TAO_ENV_ARG_D
(!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA/Object:1.0")))
return 1; // success using local knowledge
else
- return this->CORBA_Object::_is_a (value TAO_ENV_ARG_PARAMETER);
+ return this->CORBA_Object::_is_a (value ACE_ENV_ARG_PARAMETER);
}
void *CORBA_PrimitiveDef::_tao_QueryInterface (ptr_arith_t type)
@@ -11390,19 +11390,19 @@ const char* CORBA_PrimitiveDef::_interface_repository_id (void) const
}
CORBA::PrimitiveKind CORBA_PrimitiveDef::kind (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_PrimitiveDef_Proxy_Impl &proxy =
- this->the_TAO_CORBA_PrimitiveDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_PrimitiveDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN ((CORBA::PrimitiveKind)0);
return proxy.kind (
this
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
@@ -11433,10 +11433,10 @@ tao_CORBA_StringDef_nil (
CORBA_StringDef_ptr
tao_CORBA_StringDef_narrow (
CORBA::Object *p
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
- return CORBA_StringDef::_narrow (p TAO_ENV_ARG_PARAMETER);
+ return CORBA_StringDef::_narrow (p ACE_ENV_ARG_PARAMETER);
}
CORBA::Object *
@@ -11560,10 +11560,10 @@ CORBA_StringDef_var::tao_nil (void)
::CORBA_StringDef_ptr
CORBA_StringDef_var::tao_narrow (
CORBA::Object *p
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
- return ::CORBA_StringDef::_narrow (p TAO_ENV_ARG_PARAMETER);
+ return ::CORBA_StringDef::_narrow (p ACE_ENV_ARG_PARAMETER);
}
CORBA::Object *
@@ -11641,21 +11641,21 @@ public:
TAO_ClientRequestInfo_CORBA_StringDef_bound_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -11671,30 +11671,30 @@ private:
TAO_ClientRequestInfo_CORBA_StringDef_bound_get::TAO_ClientRequestInfo_CORBA_StringDef_bound_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_StringDef_bound_get::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_StringDef_bound_get::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return parameter_list;
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_StringDef_bound_get::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_StringDef_bound_get::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -11702,13 +11702,13 @@ TAO_ClientRequestInfo_CORBA_StringDef_bound_get::exceptions (TAO_ENV_SINGLE_ARG_
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_StringDef_bound_get::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_StringDef_bound_get::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -11731,21 +11731,21 @@ public:
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
const CORBA::ULong & bound
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -11761,19 +11761,19 @@ TAO_ClientRequestInfo_CORBA_StringDef_bound_set::TAO_ClientRequestInfo_CORBA_Str
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
const CORBA::ULong & bound
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target),
bound_ (bound)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_StringDef_bound_set::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_StringDef_bound_set::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
Dynamic::ParameterList_var safe_parameter_list = parameter_list;
@@ -11789,12 +11789,12 @@ TAO_ClientRequestInfo_CORBA_StringDef_bound_set::arguments (TAO_ENV_SINGLE_ARG_D
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_StringDef_bound_set::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_StringDef_bound_set::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -11802,13 +11802,13 @@ TAO_ClientRequestInfo_CORBA_StringDef_bound_set::exceptions (TAO_ENV_SINGLE_ARG_
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_StringDef_bound_set::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_StringDef_bound_set::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 1;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return result_any;
@@ -11830,7 +11830,7 @@ _TAO_CORBA_StringDef_Remote_Proxy_Impl::_TAO_CORBA_StringDef_Remote_Proxy_Impl (
CORBA::ULong _TAO_CORBA_StringDef_Remote_Proxy_Impl::bound (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -11872,7 +11872,7 @@ CORBA::ULong _TAO_CORBA_StringDef_Remote_Proxy_Impl::bound (
TAO_ClientRequestInfo_CORBA_StringDef_bound_get ri (
&_tao_call,
_collocated_tao_target_
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (_tao_retval);
@@ -11888,7 +11888,7 @@ CORBA::ULong _TAO_CORBA_StringDef_Remote_Proxy_Impl::bound (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -11900,17 +11900,17 @@ CORBA::ULong _TAO_CORBA_StringDef_Remote_Proxy_Impl::bound (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (_tao_retval);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (_tao_retval);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (_tao_retval);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -11927,7 +11927,7 @@ CORBA::ULong _TAO_CORBA_StringDef_Remote_Proxy_Impl::bound (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -11954,7 +11954,7 @@ CORBA::ULong _TAO_CORBA_StringDef_Remote_Proxy_Impl::bound (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -11964,12 +11964,12 @@ CORBA::ULong _TAO_CORBA_StringDef_Remote_Proxy_Impl::bound (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -11980,7 +11980,7 @@ CORBA::ULong _TAO_CORBA_StringDef_Remote_Proxy_Impl::bound (
ACE_CHECK_RETURN (_tao_retval);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (_tao_retval);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -11997,7 +11997,7 @@ return _tao_retval;
void _TAO_CORBA_StringDef_Remote_Proxy_Impl::bound (
CORBA_Object *_collocated_tao_target_,
CORBA::ULong bound
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -12040,7 +12040,7 @@ void _TAO_CORBA_StringDef_Remote_Proxy_Impl::bound (
&_tao_call,
_collocated_tao_target_,
bound
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK;
@@ -12056,7 +12056,7 @@ void _TAO_CORBA_StringDef_Remote_Proxy_Impl::bound (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -12068,12 +12068,12 @@ void _TAO_CORBA_StringDef_Remote_Proxy_Impl::bound (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK;
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK;
@@ -12086,7 +12086,7 @@ void _TAO_CORBA_StringDef_Remote_Proxy_Impl::bound (
);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK;
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -12102,7 +12102,7 @@ void _TAO_CORBA_StringDef_Remote_Proxy_Impl::bound (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -12116,7 +12116,7 @@ void _TAO_CORBA_StringDef_Remote_Proxy_Impl::bound (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -12126,12 +12126,12 @@ void _TAO_CORBA_StringDef_Remote_Proxy_Impl::bound (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -12142,7 +12142,7 @@ void _TAO_CORBA_StringDef_Remote_Proxy_Impl::bound (
ACE_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -12197,7 +12197,7 @@ _TAO_CORBA_StringDef_Remote_Proxy_Broker::~_TAO_CORBA_StringDef_Remote_Proxy_Bro
_TAO_CORBA_StringDef_Proxy_Impl&
_TAO_CORBA_StringDef_Remote_Proxy_Broker::select_proxy (
::CORBA_StringDef *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
{
return this->remote_proxy_impl_;
@@ -12240,24 +12240,24 @@ void CORBA_StringDef::_tao_any_destructor (void *_tao_void_pointer)
CORBA_StringDef_ptr CORBA_StringDef::_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
if (CORBA::is_nil (obj))
return CORBA_StringDef::_nil ();
if (! obj->_is_local ())
{
- CORBA::Boolean is_a = obj->_is_a ("IDL:omg.org/CORBA/StringDef:1.0" TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean is_a = obj->_is_a ("IDL:omg.org/CORBA/StringDef:1.0" ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (CORBA_StringDef::_nil ());
if (is_a == 0)
return CORBA_StringDef::_nil ();
}
- return CORBA_StringDef::_unchecked_narrow (obj TAO_ENV_ARG_PARAMETER);
+ return CORBA_StringDef::_unchecked_narrow (obj ACE_ENV_ARG_PARAMETER);
}
CORBA_StringDef_ptr CORBA_StringDef::_unchecked_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
{
if (CORBA::is_nil (obj))
@@ -12312,7 +12312,7 @@ CORBA_StringDef::_duplicate (CORBA_StringDef_ptr obj)
return obj;
}
-CORBA::Boolean CORBA_StringDef::_is_a (const CORBA::Char *value TAO_ENV_ARG_DECL)
+CORBA::Boolean CORBA_StringDef::_is_a (const CORBA::Char *value ACE_ENV_ARG_DECL)
{
if (
(!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA/StringDef:1.0")) ||
@@ -12321,7 +12321,7 @@ CORBA::Boolean CORBA_StringDef::_is_a (const CORBA::Char *value TAO_ENV_ARG_DECL
(!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA/Object:1.0")))
return 1; // success using local knowledge
else
- return this->CORBA_Object::_is_a (value TAO_ENV_ARG_PARAMETER);
+ return this->CORBA_Object::_is_a (value ACE_ENV_ARG_PARAMETER);
}
void *CORBA_StringDef::_tao_QueryInterface (ptr_arith_t type)
@@ -12370,38 +12370,38 @@ const char* CORBA_StringDef::_interface_repository_id (void) const
}
CORBA::ULong CORBA_StringDef::bound (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_StringDef_Proxy_Impl &proxy =
- this->the_TAO_CORBA_StringDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_StringDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.bound (
this
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
void CORBA_StringDef::bound (
CORBA::ULong bound
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_StringDef_Proxy_Impl &proxy =
- this->the_TAO_CORBA_StringDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_StringDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
proxy.bound (
this,
bound
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
@@ -12432,10 +12432,10 @@ tao_CORBA_WstringDef_nil (
CORBA_WstringDef_ptr
tao_CORBA_WstringDef_narrow (
CORBA::Object *p
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
- return CORBA_WstringDef::_narrow (p TAO_ENV_ARG_PARAMETER);
+ return CORBA_WstringDef::_narrow (p ACE_ENV_ARG_PARAMETER);
}
CORBA::Object *
@@ -12559,10 +12559,10 @@ CORBA_WstringDef_var::tao_nil (void)
::CORBA_WstringDef_ptr
CORBA_WstringDef_var::tao_narrow (
CORBA::Object *p
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
- return ::CORBA_WstringDef::_narrow (p TAO_ENV_ARG_PARAMETER);
+ return ::CORBA_WstringDef::_narrow (p ACE_ENV_ARG_PARAMETER);
}
CORBA::Object *
@@ -12640,21 +12640,21 @@ public:
TAO_ClientRequestInfo_CORBA_WstringDef_bound_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -12670,30 +12670,30 @@ private:
TAO_ClientRequestInfo_CORBA_WstringDef_bound_get::TAO_ClientRequestInfo_CORBA_WstringDef_bound_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_WstringDef_bound_get::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_WstringDef_bound_get::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return parameter_list;
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_WstringDef_bound_get::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_WstringDef_bound_get::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -12701,13 +12701,13 @@ TAO_ClientRequestInfo_CORBA_WstringDef_bound_get::exceptions (TAO_ENV_SINGLE_ARG
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_WstringDef_bound_get::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_WstringDef_bound_get::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -12730,21 +12730,21 @@ public:
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
const CORBA::ULong & bound
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -12760,19 +12760,19 @@ TAO_ClientRequestInfo_CORBA_WstringDef_bound_set::TAO_ClientRequestInfo_CORBA_Ws
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
const CORBA::ULong & bound
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target),
bound_ (bound)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_WstringDef_bound_set::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_WstringDef_bound_set::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
Dynamic::ParameterList_var safe_parameter_list = parameter_list;
@@ -12788,12 +12788,12 @@ TAO_ClientRequestInfo_CORBA_WstringDef_bound_set::arguments (TAO_ENV_SINGLE_ARG_
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_WstringDef_bound_set::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_WstringDef_bound_set::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -12801,13 +12801,13 @@ TAO_ClientRequestInfo_CORBA_WstringDef_bound_set::exceptions (TAO_ENV_SINGLE_ARG
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_WstringDef_bound_set::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_WstringDef_bound_set::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 1;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return result_any;
@@ -12829,7 +12829,7 @@ _TAO_CORBA_WstringDef_Remote_Proxy_Impl::_TAO_CORBA_WstringDef_Remote_Proxy_Impl
CORBA::ULong _TAO_CORBA_WstringDef_Remote_Proxy_Impl::bound (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -12871,7 +12871,7 @@ CORBA::ULong _TAO_CORBA_WstringDef_Remote_Proxy_Impl::bound (
TAO_ClientRequestInfo_CORBA_WstringDef_bound_get ri (
&_tao_call,
_collocated_tao_target_
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (_tao_retval);
@@ -12887,7 +12887,7 @@ CORBA::ULong _TAO_CORBA_WstringDef_Remote_Proxy_Impl::bound (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -12899,17 +12899,17 @@ CORBA::ULong _TAO_CORBA_WstringDef_Remote_Proxy_Impl::bound (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (_tao_retval);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (_tao_retval);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (_tao_retval);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -12926,7 +12926,7 @@ CORBA::ULong _TAO_CORBA_WstringDef_Remote_Proxy_Impl::bound (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -12953,7 +12953,7 @@ CORBA::ULong _TAO_CORBA_WstringDef_Remote_Proxy_Impl::bound (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -12963,12 +12963,12 @@ CORBA::ULong _TAO_CORBA_WstringDef_Remote_Proxy_Impl::bound (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -12979,7 +12979,7 @@ CORBA::ULong _TAO_CORBA_WstringDef_Remote_Proxy_Impl::bound (
ACE_CHECK_RETURN (_tao_retval);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (_tao_retval);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -12996,7 +12996,7 @@ return _tao_retval;
void _TAO_CORBA_WstringDef_Remote_Proxy_Impl::bound (
CORBA_Object *_collocated_tao_target_,
CORBA::ULong bound
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -13039,7 +13039,7 @@ void _TAO_CORBA_WstringDef_Remote_Proxy_Impl::bound (
&_tao_call,
_collocated_tao_target_,
bound
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK;
@@ -13055,7 +13055,7 @@ void _TAO_CORBA_WstringDef_Remote_Proxy_Impl::bound (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -13067,12 +13067,12 @@ void _TAO_CORBA_WstringDef_Remote_Proxy_Impl::bound (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK;
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK;
@@ -13085,7 +13085,7 @@ void _TAO_CORBA_WstringDef_Remote_Proxy_Impl::bound (
);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK;
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -13101,7 +13101,7 @@ void _TAO_CORBA_WstringDef_Remote_Proxy_Impl::bound (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -13115,7 +13115,7 @@ void _TAO_CORBA_WstringDef_Remote_Proxy_Impl::bound (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -13125,12 +13125,12 @@ void _TAO_CORBA_WstringDef_Remote_Proxy_Impl::bound (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -13141,7 +13141,7 @@ void _TAO_CORBA_WstringDef_Remote_Proxy_Impl::bound (
ACE_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -13196,7 +13196,7 @@ _TAO_CORBA_WstringDef_Remote_Proxy_Broker::~_TAO_CORBA_WstringDef_Remote_Proxy_B
_TAO_CORBA_WstringDef_Proxy_Impl&
_TAO_CORBA_WstringDef_Remote_Proxy_Broker::select_proxy (
::CORBA_WstringDef *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
{
return this->remote_proxy_impl_;
@@ -13239,24 +13239,24 @@ void CORBA_WstringDef::_tao_any_destructor (void *_tao_void_pointer)
CORBA_WstringDef_ptr CORBA_WstringDef::_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
if (CORBA::is_nil (obj))
return CORBA_WstringDef::_nil ();
if (! obj->_is_local ())
{
- CORBA::Boolean is_a = obj->_is_a ("IDL:omg.org/CORBA/WstringDef:1.0" TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean is_a = obj->_is_a ("IDL:omg.org/CORBA/WstringDef:1.0" ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (CORBA_WstringDef::_nil ());
if (is_a == 0)
return CORBA_WstringDef::_nil ();
}
- return CORBA_WstringDef::_unchecked_narrow (obj TAO_ENV_ARG_PARAMETER);
+ return CORBA_WstringDef::_unchecked_narrow (obj ACE_ENV_ARG_PARAMETER);
}
CORBA_WstringDef_ptr CORBA_WstringDef::_unchecked_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
{
if (CORBA::is_nil (obj))
@@ -13311,7 +13311,7 @@ CORBA_WstringDef::_duplicate (CORBA_WstringDef_ptr obj)
return obj;
}
-CORBA::Boolean CORBA_WstringDef::_is_a (const CORBA::Char *value TAO_ENV_ARG_DECL)
+CORBA::Boolean CORBA_WstringDef::_is_a (const CORBA::Char *value ACE_ENV_ARG_DECL)
{
if (
(!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA/WstringDef:1.0")) ||
@@ -13320,7 +13320,7 @@ CORBA::Boolean CORBA_WstringDef::_is_a (const CORBA::Char *value TAO_ENV_ARG_DEC
(!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA/Object:1.0")))
return 1; // success using local knowledge
else
- return this->CORBA_Object::_is_a (value TAO_ENV_ARG_PARAMETER);
+ return this->CORBA_Object::_is_a (value ACE_ENV_ARG_PARAMETER);
}
void *CORBA_WstringDef::_tao_QueryInterface (ptr_arith_t type)
@@ -13369,38 +13369,38 @@ const char* CORBA_WstringDef::_interface_repository_id (void) const
}
CORBA::ULong CORBA_WstringDef::bound (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_WstringDef_Proxy_Impl &proxy =
- this->the_TAO_CORBA_WstringDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_WstringDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.bound (
this
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
void CORBA_WstringDef::bound (
CORBA::ULong bound
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_WstringDef_Proxy_Impl &proxy =
- this->the_TAO_CORBA_WstringDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_WstringDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
proxy.bound (
this,
bound
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
@@ -13431,10 +13431,10 @@ tao_CORBA_SequenceDef_nil (
CORBA_SequenceDef_ptr
tao_CORBA_SequenceDef_narrow (
CORBA::Object *p
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
- return CORBA_SequenceDef::_narrow (p TAO_ENV_ARG_PARAMETER);
+ return CORBA_SequenceDef::_narrow (p ACE_ENV_ARG_PARAMETER);
}
CORBA::Object *
@@ -13558,10 +13558,10 @@ CORBA_SequenceDef_var::tao_nil (void)
::CORBA_SequenceDef_ptr
CORBA_SequenceDef_var::tao_narrow (
CORBA::Object *p
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
- return ::CORBA_SequenceDef::_narrow (p TAO_ENV_ARG_PARAMETER);
+ return ::CORBA_SequenceDef::_narrow (p ACE_ENV_ARG_PARAMETER);
}
CORBA::Object *
@@ -13639,21 +13639,21 @@ public:
TAO_ClientRequestInfo_CORBA_SequenceDef_bound_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -13669,30 +13669,30 @@ private:
TAO_ClientRequestInfo_CORBA_SequenceDef_bound_get::TAO_ClientRequestInfo_CORBA_SequenceDef_bound_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_SequenceDef_bound_get::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_SequenceDef_bound_get::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return parameter_list;
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_SequenceDef_bound_get::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_SequenceDef_bound_get::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -13700,13 +13700,13 @@ TAO_ClientRequestInfo_CORBA_SequenceDef_bound_get::exceptions (TAO_ENV_SINGLE_AR
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_SequenceDef_bound_get::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_SequenceDef_bound_get::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -13729,21 +13729,21 @@ public:
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
const CORBA::ULong & bound
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -13759,19 +13759,19 @@ TAO_ClientRequestInfo_CORBA_SequenceDef_bound_set::TAO_ClientRequestInfo_CORBA_S
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
const CORBA::ULong & bound
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target),
bound_ (bound)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_SequenceDef_bound_set::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_SequenceDef_bound_set::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
Dynamic::ParameterList_var safe_parameter_list = parameter_list;
@@ -13787,12 +13787,12 @@ TAO_ClientRequestInfo_CORBA_SequenceDef_bound_set::arguments (TAO_ENV_SINGLE_ARG
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_SequenceDef_bound_set::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_SequenceDef_bound_set::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -13800,13 +13800,13 @@ TAO_ClientRequestInfo_CORBA_SequenceDef_bound_set::exceptions (TAO_ENV_SINGLE_AR
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_SequenceDef_bound_set::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_SequenceDef_bound_set::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 1;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return result_any;
@@ -13818,21 +13818,21 @@ public:
TAO_ClientRequestInfo_CORBA_SequenceDef_element_type_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -13848,30 +13848,30 @@ private:
TAO_ClientRequestInfo_CORBA_SequenceDef_element_type_get::TAO_ClientRequestInfo_CORBA_SequenceDef_element_type_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_SequenceDef_element_type_get::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_SequenceDef_element_type_get::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return parameter_list;
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_SequenceDef_element_type_get::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_SequenceDef_element_type_get::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -13879,13 +13879,13 @@ TAO_ClientRequestInfo_CORBA_SequenceDef_element_type_get::exceptions (TAO_ENV_SI
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_SequenceDef_element_type_get::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_SequenceDef_element_type_get::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -13907,21 +13907,21 @@ public:
TAO_ClientRequestInfo_CORBA_SequenceDef_element_type_def_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -13937,30 +13937,30 @@ private:
TAO_ClientRequestInfo_CORBA_SequenceDef_element_type_def_get::TAO_ClientRequestInfo_CORBA_SequenceDef_element_type_def_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_SequenceDef_element_type_def_get::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_SequenceDef_element_type_def_get::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return parameter_list;
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_SequenceDef_element_type_def_get::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_SequenceDef_element_type_def_get::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -13968,13 +13968,13 @@ TAO_ClientRequestInfo_CORBA_SequenceDef_element_type_def_get::exceptions (TAO_EN
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_SequenceDef_element_type_def_get::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_SequenceDef_element_type_def_get::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -13997,21 +13997,21 @@ public:
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
CORBA_IDLType_ptr element_type_def
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -14027,19 +14027,19 @@ TAO_ClientRequestInfo_CORBA_SequenceDef_element_type_def_set::TAO_ClientRequestI
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
CORBA_IDLType_ptr element_type_def
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target),
element_type_def_ (element_type_def)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_SequenceDef_element_type_def_set::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_SequenceDef_element_type_def_set::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
Dynamic::ParameterList_var safe_parameter_list = parameter_list;
@@ -14055,12 +14055,12 @@ TAO_ClientRequestInfo_CORBA_SequenceDef_element_type_def_set::arguments (TAO_ENV
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_SequenceDef_element_type_def_set::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_SequenceDef_element_type_def_set::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -14068,13 +14068,13 @@ TAO_ClientRequestInfo_CORBA_SequenceDef_element_type_def_set::exceptions (TAO_EN
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_SequenceDef_element_type_def_set::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_SequenceDef_element_type_def_set::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 1;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return result_any;
@@ -14096,7 +14096,7 @@ _TAO_CORBA_SequenceDef_Remote_Proxy_Impl::_TAO_CORBA_SequenceDef_Remote_Proxy_Im
CORBA::ULong _TAO_CORBA_SequenceDef_Remote_Proxy_Impl::bound (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -14138,7 +14138,7 @@ CORBA::ULong _TAO_CORBA_SequenceDef_Remote_Proxy_Impl::bound (
TAO_ClientRequestInfo_CORBA_SequenceDef_bound_get ri (
&_tao_call,
_collocated_tao_target_
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (_tao_retval);
@@ -14154,7 +14154,7 @@ CORBA::ULong _TAO_CORBA_SequenceDef_Remote_Proxy_Impl::bound (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -14166,17 +14166,17 @@ CORBA::ULong _TAO_CORBA_SequenceDef_Remote_Proxy_Impl::bound (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (_tao_retval);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (_tao_retval);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (_tao_retval);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -14193,7 +14193,7 @@ CORBA::ULong _TAO_CORBA_SequenceDef_Remote_Proxy_Impl::bound (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -14220,7 +14220,7 @@ CORBA::ULong _TAO_CORBA_SequenceDef_Remote_Proxy_Impl::bound (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -14230,12 +14230,12 @@ CORBA::ULong _TAO_CORBA_SequenceDef_Remote_Proxy_Impl::bound (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -14246,7 +14246,7 @@ CORBA::ULong _TAO_CORBA_SequenceDef_Remote_Proxy_Impl::bound (
ACE_CHECK_RETURN (_tao_retval);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (_tao_retval);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -14263,7 +14263,7 @@ return _tao_retval;
void _TAO_CORBA_SequenceDef_Remote_Proxy_Impl::bound (
CORBA_Object *_collocated_tao_target_,
CORBA::ULong bound
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -14306,7 +14306,7 @@ void _TAO_CORBA_SequenceDef_Remote_Proxy_Impl::bound (
&_tao_call,
_collocated_tao_target_,
bound
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK;
@@ -14322,7 +14322,7 @@ void _TAO_CORBA_SequenceDef_Remote_Proxy_Impl::bound (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -14334,12 +14334,12 @@ void _TAO_CORBA_SequenceDef_Remote_Proxy_Impl::bound (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK;
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK;
@@ -14352,7 +14352,7 @@ void _TAO_CORBA_SequenceDef_Remote_Proxy_Impl::bound (
);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK;
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -14368,7 +14368,7 @@ void _TAO_CORBA_SequenceDef_Remote_Proxy_Impl::bound (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -14382,7 +14382,7 @@ void _TAO_CORBA_SequenceDef_Remote_Proxy_Impl::bound (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -14392,12 +14392,12 @@ void _TAO_CORBA_SequenceDef_Remote_Proxy_Impl::bound (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -14408,7 +14408,7 @@ void _TAO_CORBA_SequenceDef_Remote_Proxy_Impl::bound (
ACE_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -14424,7 +14424,7 @@ void _TAO_CORBA_SequenceDef_Remote_Proxy_Impl::bound (
CORBA::TypeCode_ptr _TAO_CORBA_SequenceDef_Remote_Proxy_Impl::element_type (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -14467,7 +14467,7 @@ CORBA::TypeCode_ptr _TAO_CORBA_SequenceDef_Remote_Proxy_Impl::element_type (
TAO_ClientRequestInfo_CORBA_SequenceDef_element_type_get ri (
&_tao_call,
_collocated_tao_target_
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -14483,7 +14483,7 @@ CORBA::TypeCode_ptr _TAO_CORBA_SequenceDef_Remote_Proxy_Impl::element_type (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -14495,17 +14495,17 @@ CORBA::TypeCode_ptr _TAO_CORBA_SequenceDef_Remote_Proxy_Impl::element_type (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -14522,7 +14522,7 @@ CORBA::TypeCode_ptr _TAO_CORBA_SequenceDef_Remote_Proxy_Impl::element_type (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -14550,7 +14550,7 @@ CORBA::TypeCode_ptr _TAO_CORBA_SequenceDef_Remote_Proxy_Impl::element_type (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -14560,12 +14560,12 @@ CORBA::TypeCode_ptr _TAO_CORBA_SequenceDef_Remote_Proxy_Impl::element_type (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -14576,7 +14576,7 @@ CORBA::TypeCode_ptr _TAO_CORBA_SequenceDef_Remote_Proxy_Impl::element_type (
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -14592,7 +14592,7 @@ return _tao_safe_retval._retn ();
CORBA_IDLType_ptr _TAO_CORBA_SequenceDef_Remote_Proxy_Impl::element_type_def (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -14635,7 +14635,7 @@ CORBA_IDLType_ptr _TAO_CORBA_SequenceDef_Remote_Proxy_Impl::element_type_def (
TAO_ClientRequestInfo_CORBA_SequenceDef_element_type_def_get ri (
&_tao_call,
_collocated_tao_target_
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -14651,7 +14651,7 @@ CORBA_IDLType_ptr _TAO_CORBA_SequenceDef_Remote_Proxy_Impl::element_type_def (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -14663,17 +14663,17 @@ CORBA_IDLType_ptr _TAO_CORBA_SequenceDef_Remote_Proxy_Impl::element_type_def (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -14690,7 +14690,7 @@ CORBA_IDLType_ptr _TAO_CORBA_SequenceDef_Remote_Proxy_Impl::element_type_def (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -14718,7 +14718,7 @@ CORBA_IDLType_ptr _TAO_CORBA_SequenceDef_Remote_Proxy_Impl::element_type_def (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -14728,12 +14728,12 @@ CORBA_IDLType_ptr _TAO_CORBA_SequenceDef_Remote_Proxy_Impl::element_type_def (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -14744,7 +14744,7 @@ CORBA_IDLType_ptr _TAO_CORBA_SequenceDef_Remote_Proxy_Impl::element_type_def (
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -14761,7 +14761,7 @@ return _tao_safe_retval._retn ();
void _TAO_CORBA_SequenceDef_Remote_Proxy_Impl::element_type_def (
CORBA_Object *_collocated_tao_target_,
CORBA_IDLType_ptr element_type_def
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -14804,7 +14804,7 @@ void _TAO_CORBA_SequenceDef_Remote_Proxy_Impl::element_type_def (
&_tao_call,
_collocated_tao_target_,
element_type_def
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK;
@@ -14820,7 +14820,7 @@ void _TAO_CORBA_SequenceDef_Remote_Proxy_Impl::element_type_def (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -14832,12 +14832,12 @@ void _TAO_CORBA_SequenceDef_Remote_Proxy_Impl::element_type_def (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK;
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK;
@@ -14850,7 +14850,7 @@ void _TAO_CORBA_SequenceDef_Remote_Proxy_Impl::element_type_def (
);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK;
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -14866,7 +14866,7 @@ void _TAO_CORBA_SequenceDef_Remote_Proxy_Impl::element_type_def (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -14880,7 +14880,7 @@ void _TAO_CORBA_SequenceDef_Remote_Proxy_Impl::element_type_def (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -14890,12 +14890,12 @@ void _TAO_CORBA_SequenceDef_Remote_Proxy_Impl::element_type_def (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -14906,7 +14906,7 @@ void _TAO_CORBA_SequenceDef_Remote_Proxy_Impl::element_type_def (
ACE_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -14961,7 +14961,7 @@ _TAO_CORBA_SequenceDef_Remote_Proxy_Broker::~_TAO_CORBA_SequenceDef_Remote_Proxy
_TAO_CORBA_SequenceDef_Proxy_Impl&
_TAO_CORBA_SequenceDef_Remote_Proxy_Broker::select_proxy (
::CORBA_SequenceDef *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
{
return this->remote_proxy_impl_;
@@ -15004,24 +15004,24 @@ void CORBA_SequenceDef::_tao_any_destructor (void *_tao_void_pointer)
CORBA_SequenceDef_ptr CORBA_SequenceDef::_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
if (CORBA::is_nil (obj))
return CORBA_SequenceDef::_nil ();
if (! obj->_is_local ())
{
- CORBA::Boolean is_a = obj->_is_a ("IDL:omg.org/CORBA/SequenceDef:1.0" TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean is_a = obj->_is_a ("IDL:omg.org/CORBA/SequenceDef:1.0" ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (CORBA_SequenceDef::_nil ());
if (is_a == 0)
return CORBA_SequenceDef::_nil ();
}
- return CORBA_SequenceDef::_unchecked_narrow (obj TAO_ENV_ARG_PARAMETER);
+ return CORBA_SequenceDef::_unchecked_narrow (obj ACE_ENV_ARG_PARAMETER);
}
CORBA_SequenceDef_ptr CORBA_SequenceDef::_unchecked_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
{
if (CORBA::is_nil (obj))
@@ -15076,7 +15076,7 @@ CORBA_SequenceDef::_duplicate (CORBA_SequenceDef_ptr obj)
return obj;
}
-CORBA::Boolean CORBA_SequenceDef::_is_a (const CORBA::Char *value TAO_ENV_ARG_DECL)
+CORBA::Boolean CORBA_SequenceDef::_is_a (const CORBA::Char *value ACE_ENV_ARG_DECL)
{
if (
(!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA/SequenceDef:1.0")) ||
@@ -15085,7 +15085,7 @@ CORBA::Boolean CORBA_SequenceDef::_is_a (const CORBA::Char *value TAO_ENV_ARG_DE
(!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA/Object:1.0")))
return 1; // success using local knowledge
else
- return this->CORBA_Object::_is_a (value TAO_ENV_ARG_PARAMETER);
+ return this->CORBA_Object::_is_a (value ACE_ENV_ARG_PARAMETER);
}
void *CORBA_SequenceDef::_tao_QueryInterface (ptr_arith_t type)
@@ -15134,91 +15134,91 @@ const char* CORBA_SequenceDef::_interface_repository_id (void) const
}
CORBA::ULong CORBA_SequenceDef::bound (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_SequenceDef_Proxy_Impl &proxy =
- this->the_TAO_CORBA_SequenceDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_SequenceDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.bound (
this
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
void CORBA_SequenceDef::bound (
CORBA::ULong bound
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_SequenceDef_Proxy_Impl &proxy =
- this->the_TAO_CORBA_SequenceDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_SequenceDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
proxy.bound (
this,
bound
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
CORBA::TypeCode_ptr CORBA_SequenceDef::element_type (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_SequenceDef_Proxy_Impl &proxy =
- this->the_TAO_CORBA_SequenceDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_SequenceDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.element_type (
this
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
CORBA_IDLType_ptr CORBA_SequenceDef::element_type_def (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_SequenceDef_Proxy_Impl &proxy =
- this->the_TAO_CORBA_SequenceDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_SequenceDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.element_type_def (
this
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
void CORBA_SequenceDef::element_type_def (
CORBA_IDLType_ptr element_type_def
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_SequenceDef_Proxy_Impl &proxy =
- this->the_TAO_CORBA_SequenceDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_SequenceDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
proxy.element_type_def (
this,
element_type_def
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
@@ -15249,10 +15249,10 @@ tao_CORBA_ArrayDef_nil (
CORBA_ArrayDef_ptr
tao_CORBA_ArrayDef_narrow (
CORBA::Object *p
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
- return CORBA_ArrayDef::_narrow (p TAO_ENV_ARG_PARAMETER);
+ return CORBA_ArrayDef::_narrow (p ACE_ENV_ARG_PARAMETER);
}
CORBA::Object *
@@ -15376,10 +15376,10 @@ CORBA_ArrayDef_var::tao_nil (void)
::CORBA_ArrayDef_ptr
CORBA_ArrayDef_var::tao_narrow (
CORBA::Object *p
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
- return ::CORBA_ArrayDef::_narrow (p TAO_ENV_ARG_PARAMETER);
+ return ::CORBA_ArrayDef::_narrow (p ACE_ENV_ARG_PARAMETER);
}
CORBA::Object *
@@ -15457,21 +15457,21 @@ public:
TAO_ClientRequestInfo_CORBA_ArrayDef_length_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -15487,30 +15487,30 @@ private:
TAO_ClientRequestInfo_CORBA_ArrayDef_length_get::TAO_ClientRequestInfo_CORBA_ArrayDef_length_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_ArrayDef_length_get::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ArrayDef_length_get::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return parameter_list;
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_ArrayDef_length_get::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ArrayDef_length_get::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -15518,13 +15518,13 @@ TAO_ClientRequestInfo_CORBA_ArrayDef_length_get::exceptions (TAO_ENV_SINGLE_ARG_
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_ArrayDef_length_get::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ArrayDef_length_get::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -15547,21 +15547,21 @@ public:
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
const CORBA::ULong & length
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -15577,19 +15577,19 @@ TAO_ClientRequestInfo_CORBA_ArrayDef_length_set::TAO_ClientRequestInfo_CORBA_Arr
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
const CORBA::ULong & length
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target),
length_ (length)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_ArrayDef_length_set::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ArrayDef_length_set::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
Dynamic::ParameterList_var safe_parameter_list = parameter_list;
@@ -15605,12 +15605,12 @@ TAO_ClientRequestInfo_CORBA_ArrayDef_length_set::arguments (TAO_ENV_SINGLE_ARG_D
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_ArrayDef_length_set::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ArrayDef_length_set::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -15618,13 +15618,13 @@ TAO_ClientRequestInfo_CORBA_ArrayDef_length_set::exceptions (TAO_ENV_SINGLE_ARG_
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_ArrayDef_length_set::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ArrayDef_length_set::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 1;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return result_any;
@@ -15636,21 +15636,21 @@ public:
TAO_ClientRequestInfo_CORBA_ArrayDef_element_type_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -15666,30 +15666,30 @@ private:
TAO_ClientRequestInfo_CORBA_ArrayDef_element_type_get::TAO_ClientRequestInfo_CORBA_ArrayDef_element_type_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_ArrayDef_element_type_get::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ArrayDef_element_type_get::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return parameter_list;
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_ArrayDef_element_type_get::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ArrayDef_element_type_get::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -15697,13 +15697,13 @@ TAO_ClientRequestInfo_CORBA_ArrayDef_element_type_get::exceptions (TAO_ENV_SINGL
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_ArrayDef_element_type_get::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ArrayDef_element_type_get::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -15725,21 +15725,21 @@ public:
TAO_ClientRequestInfo_CORBA_ArrayDef_element_type_def_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -15755,30 +15755,30 @@ private:
TAO_ClientRequestInfo_CORBA_ArrayDef_element_type_def_get::TAO_ClientRequestInfo_CORBA_ArrayDef_element_type_def_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_ArrayDef_element_type_def_get::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ArrayDef_element_type_def_get::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return parameter_list;
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_ArrayDef_element_type_def_get::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ArrayDef_element_type_def_get::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -15786,13 +15786,13 @@ TAO_ClientRequestInfo_CORBA_ArrayDef_element_type_def_get::exceptions (TAO_ENV_S
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_ArrayDef_element_type_def_get::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ArrayDef_element_type_def_get::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -15815,21 +15815,21 @@ public:
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
CORBA_IDLType_ptr element_type_def
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -15845,19 +15845,19 @@ TAO_ClientRequestInfo_CORBA_ArrayDef_element_type_def_set::TAO_ClientRequestInfo
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
CORBA_IDLType_ptr element_type_def
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target),
element_type_def_ (element_type_def)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_ArrayDef_element_type_def_set::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ArrayDef_element_type_def_set::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
Dynamic::ParameterList_var safe_parameter_list = parameter_list;
@@ -15873,12 +15873,12 @@ TAO_ClientRequestInfo_CORBA_ArrayDef_element_type_def_set::arguments (TAO_ENV_SI
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_ArrayDef_element_type_def_set::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ArrayDef_element_type_def_set::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -15886,13 +15886,13 @@ TAO_ClientRequestInfo_CORBA_ArrayDef_element_type_def_set::exceptions (TAO_ENV_S
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_ArrayDef_element_type_def_set::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ArrayDef_element_type_def_set::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 1;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return result_any;
@@ -15914,7 +15914,7 @@ _TAO_CORBA_ArrayDef_Remote_Proxy_Impl::_TAO_CORBA_ArrayDef_Remote_Proxy_Impl (vo
CORBA::ULong _TAO_CORBA_ArrayDef_Remote_Proxy_Impl::length (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -15956,7 +15956,7 @@ CORBA::ULong _TAO_CORBA_ArrayDef_Remote_Proxy_Impl::length (
TAO_ClientRequestInfo_CORBA_ArrayDef_length_get ri (
&_tao_call,
_collocated_tao_target_
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (_tao_retval);
@@ -15972,7 +15972,7 @@ CORBA::ULong _TAO_CORBA_ArrayDef_Remote_Proxy_Impl::length (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -15984,17 +15984,17 @@ CORBA::ULong _TAO_CORBA_ArrayDef_Remote_Proxy_Impl::length (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (_tao_retval);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (_tao_retval);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (_tao_retval);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -16011,7 +16011,7 @@ CORBA::ULong _TAO_CORBA_ArrayDef_Remote_Proxy_Impl::length (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -16038,7 +16038,7 @@ CORBA::ULong _TAO_CORBA_ArrayDef_Remote_Proxy_Impl::length (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -16048,12 +16048,12 @@ CORBA::ULong _TAO_CORBA_ArrayDef_Remote_Proxy_Impl::length (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -16064,7 +16064,7 @@ CORBA::ULong _TAO_CORBA_ArrayDef_Remote_Proxy_Impl::length (
ACE_CHECK_RETURN (_tao_retval);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (_tao_retval);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -16081,7 +16081,7 @@ return _tao_retval;
void _TAO_CORBA_ArrayDef_Remote_Proxy_Impl::length (
CORBA_Object *_collocated_tao_target_,
CORBA::ULong length
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -16124,7 +16124,7 @@ void _TAO_CORBA_ArrayDef_Remote_Proxy_Impl::length (
&_tao_call,
_collocated_tao_target_,
length
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK;
@@ -16140,7 +16140,7 @@ void _TAO_CORBA_ArrayDef_Remote_Proxy_Impl::length (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -16152,12 +16152,12 @@ void _TAO_CORBA_ArrayDef_Remote_Proxy_Impl::length (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK;
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK;
@@ -16170,7 +16170,7 @@ void _TAO_CORBA_ArrayDef_Remote_Proxy_Impl::length (
);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK;
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -16186,7 +16186,7 @@ void _TAO_CORBA_ArrayDef_Remote_Proxy_Impl::length (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -16200,7 +16200,7 @@ void _TAO_CORBA_ArrayDef_Remote_Proxy_Impl::length (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -16210,12 +16210,12 @@ void _TAO_CORBA_ArrayDef_Remote_Proxy_Impl::length (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -16226,7 +16226,7 @@ void _TAO_CORBA_ArrayDef_Remote_Proxy_Impl::length (
ACE_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -16242,7 +16242,7 @@ void _TAO_CORBA_ArrayDef_Remote_Proxy_Impl::length (
CORBA::TypeCode_ptr _TAO_CORBA_ArrayDef_Remote_Proxy_Impl::element_type (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -16285,7 +16285,7 @@ CORBA::TypeCode_ptr _TAO_CORBA_ArrayDef_Remote_Proxy_Impl::element_type (
TAO_ClientRequestInfo_CORBA_ArrayDef_element_type_get ri (
&_tao_call,
_collocated_tao_target_
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -16301,7 +16301,7 @@ CORBA::TypeCode_ptr _TAO_CORBA_ArrayDef_Remote_Proxy_Impl::element_type (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -16313,17 +16313,17 @@ CORBA::TypeCode_ptr _TAO_CORBA_ArrayDef_Remote_Proxy_Impl::element_type (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -16340,7 +16340,7 @@ CORBA::TypeCode_ptr _TAO_CORBA_ArrayDef_Remote_Proxy_Impl::element_type (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -16368,7 +16368,7 @@ CORBA::TypeCode_ptr _TAO_CORBA_ArrayDef_Remote_Proxy_Impl::element_type (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -16378,12 +16378,12 @@ CORBA::TypeCode_ptr _TAO_CORBA_ArrayDef_Remote_Proxy_Impl::element_type (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -16394,7 +16394,7 @@ CORBA::TypeCode_ptr _TAO_CORBA_ArrayDef_Remote_Proxy_Impl::element_type (
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -16410,7 +16410,7 @@ return _tao_safe_retval._retn ();
CORBA_IDLType_ptr _TAO_CORBA_ArrayDef_Remote_Proxy_Impl::element_type_def (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -16453,7 +16453,7 @@ CORBA_IDLType_ptr _TAO_CORBA_ArrayDef_Remote_Proxy_Impl::element_type_def (
TAO_ClientRequestInfo_CORBA_ArrayDef_element_type_def_get ri (
&_tao_call,
_collocated_tao_target_
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -16469,7 +16469,7 @@ CORBA_IDLType_ptr _TAO_CORBA_ArrayDef_Remote_Proxy_Impl::element_type_def (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -16481,17 +16481,17 @@ CORBA_IDLType_ptr _TAO_CORBA_ArrayDef_Remote_Proxy_Impl::element_type_def (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -16508,7 +16508,7 @@ CORBA_IDLType_ptr _TAO_CORBA_ArrayDef_Remote_Proxy_Impl::element_type_def (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -16536,7 +16536,7 @@ CORBA_IDLType_ptr _TAO_CORBA_ArrayDef_Remote_Proxy_Impl::element_type_def (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -16546,12 +16546,12 @@ CORBA_IDLType_ptr _TAO_CORBA_ArrayDef_Remote_Proxy_Impl::element_type_def (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -16562,7 +16562,7 @@ CORBA_IDLType_ptr _TAO_CORBA_ArrayDef_Remote_Proxy_Impl::element_type_def (
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -16579,7 +16579,7 @@ return _tao_safe_retval._retn ();
void _TAO_CORBA_ArrayDef_Remote_Proxy_Impl::element_type_def (
CORBA_Object *_collocated_tao_target_,
CORBA_IDLType_ptr element_type_def
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -16622,7 +16622,7 @@ void _TAO_CORBA_ArrayDef_Remote_Proxy_Impl::element_type_def (
&_tao_call,
_collocated_tao_target_,
element_type_def
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK;
@@ -16638,7 +16638,7 @@ void _TAO_CORBA_ArrayDef_Remote_Proxy_Impl::element_type_def (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -16650,12 +16650,12 @@ void _TAO_CORBA_ArrayDef_Remote_Proxy_Impl::element_type_def (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK;
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK;
@@ -16668,7 +16668,7 @@ void _TAO_CORBA_ArrayDef_Remote_Proxy_Impl::element_type_def (
);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK;
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -16684,7 +16684,7 @@ void _TAO_CORBA_ArrayDef_Remote_Proxy_Impl::element_type_def (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -16698,7 +16698,7 @@ void _TAO_CORBA_ArrayDef_Remote_Proxy_Impl::element_type_def (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -16708,12 +16708,12 @@ void _TAO_CORBA_ArrayDef_Remote_Proxy_Impl::element_type_def (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -16724,7 +16724,7 @@ void _TAO_CORBA_ArrayDef_Remote_Proxy_Impl::element_type_def (
ACE_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -16779,7 +16779,7 @@ _TAO_CORBA_ArrayDef_Remote_Proxy_Broker::~_TAO_CORBA_ArrayDef_Remote_Proxy_Broke
_TAO_CORBA_ArrayDef_Proxy_Impl&
_TAO_CORBA_ArrayDef_Remote_Proxy_Broker::select_proxy (
::CORBA_ArrayDef *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
{
return this->remote_proxy_impl_;
@@ -16822,24 +16822,24 @@ void CORBA_ArrayDef::_tao_any_destructor (void *_tao_void_pointer)
CORBA_ArrayDef_ptr CORBA_ArrayDef::_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
if (CORBA::is_nil (obj))
return CORBA_ArrayDef::_nil ();
if (! obj->_is_local ())
{
- CORBA::Boolean is_a = obj->_is_a ("IDL:omg.org/CORBA/ArrayDef:1.0" TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean is_a = obj->_is_a ("IDL:omg.org/CORBA/ArrayDef:1.0" ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (CORBA_ArrayDef::_nil ());
if (is_a == 0)
return CORBA_ArrayDef::_nil ();
}
- return CORBA_ArrayDef::_unchecked_narrow (obj TAO_ENV_ARG_PARAMETER);
+ return CORBA_ArrayDef::_unchecked_narrow (obj ACE_ENV_ARG_PARAMETER);
}
CORBA_ArrayDef_ptr CORBA_ArrayDef::_unchecked_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
{
if (CORBA::is_nil (obj))
@@ -16894,7 +16894,7 @@ CORBA_ArrayDef::_duplicate (CORBA_ArrayDef_ptr obj)
return obj;
}
-CORBA::Boolean CORBA_ArrayDef::_is_a (const CORBA::Char *value TAO_ENV_ARG_DECL)
+CORBA::Boolean CORBA_ArrayDef::_is_a (const CORBA::Char *value ACE_ENV_ARG_DECL)
{
if (
(!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA/ArrayDef:1.0")) ||
@@ -16903,7 +16903,7 @@ CORBA::Boolean CORBA_ArrayDef::_is_a (const CORBA::Char *value TAO_ENV_ARG_DECL)
(!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA/Object:1.0")))
return 1; // success using local knowledge
else
- return this->CORBA_Object::_is_a (value TAO_ENV_ARG_PARAMETER);
+ return this->CORBA_Object::_is_a (value ACE_ENV_ARG_PARAMETER);
}
void *CORBA_ArrayDef::_tao_QueryInterface (ptr_arith_t type)
@@ -16952,91 +16952,91 @@ const char* CORBA_ArrayDef::_interface_repository_id (void) const
}
CORBA::ULong CORBA_ArrayDef::length (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_ArrayDef_Proxy_Impl &proxy =
- this->the_TAO_CORBA_ArrayDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_ArrayDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.length (
this
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
void CORBA_ArrayDef::length (
CORBA::ULong length
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_ArrayDef_Proxy_Impl &proxy =
- this->the_TAO_CORBA_ArrayDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_ArrayDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
proxy.length (
this,
length
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
CORBA::TypeCode_ptr CORBA_ArrayDef::element_type (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_ArrayDef_Proxy_Impl &proxy =
- this->the_TAO_CORBA_ArrayDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_ArrayDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.element_type (
this
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
CORBA_IDLType_ptr CORBA_ArrayDef::element_type_def (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_ArrayDef_Proxy_Impl &proxy =
- this->the_TAO_CORBA_ArrayDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_ArrayDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.element_type_def (
this
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
void CORBA_ArrayDef::element_type_def (
CORBA_IDLType_ptr element_type_def
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_ArrayDef_Proxy_Impl &proxy =
- this->the_TAO_CORBA_ArrayDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_ArrayDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
proxy.element_type_def (
this,
element_type_def
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
@@ -17067,10 +17067,10 @@ tao_CORBA_ExceptionDef_nil (
CORBA_ExceptionDef_ptr
tao_CORBA_ExceptionDef_narrow (
CORBA::Object *p
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
- return CORBA_ExceptionDef::_narrow (p TAO_ENV_ARG_PARAMETER);
+ return CORBA_ExceptionDef::_narrow (p ACE_ENV_ARG_PARAMETER);
}
CORBA::Object *
@@ -17194,10 +17194,10 @@ CORBA_ExceptionDef_var::tao_nil (void)
::CORBA_ExceptionDef_ptr
CORBA_ExceptionDef_var::tao_narrow (
CORBA::Object *p
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
- return ::CORBA_ExceptionDef::_narrow (p TAO_ENV_ARG_PARAMETER);
+ return ::CORBA_ExceptionDef::_narrow (p ACE_ENV_ARG_PARAMETER);
}
CORBA::Object *
@@ -17275,21 +17275,21 @@ public:
TAO_ClientRequestInfo_CORBA_ExceptionDef_type_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -17305,30 +17305,30 @@ private:
TAO_ClientRequestInfo_CORBA_ExceptionDef_type_get::TAO_ClientRequestInfo_CORBA_ExceptionDef_type_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_ExceptionDef_type_get::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ExceptionDef_type_get::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return parameter_list;
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_ExceptionDef_type_get::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ExceptionDef_type_get::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -17336,13 +17336,13 @@ TAO_ClientRequestInfo_CORBA_ExceptionDef_type_get::exceptions (TAO_ENV_SINGLE_AR
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_ExceptionDef_type_get::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ExceptionDef_type_get::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -17364,21 +17364,21 @@ public:
TAO_ClientRequestInfo_CORBA_ExceptionDef_members_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -17394,30 +17394,30 @@ private:
TAO_ClientRequestInfo_CORBA_ExceptionDef_members_get::TAO_ClientRequestInfo_CORBA_ExceptionDef_members_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_ExceptionDef_members_get::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ExceptionDef_members_get::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return parameter_list;
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_ExceptionDef_members_get::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ExceptionDef_members_get::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -17425,13 +17425,13 @@ TAO_ClientRequestInfo_CORBA_ExceptionDef_members_get::exceptions (TAO_ENV_SINGLE
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_ExceptionDef_members_get::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ExceptionDef_members_get::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -17454,21 +17454,21 @@ public:
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
const CORBA_StructMemberSeq & members
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -17484,19 +17484,19 @@ TAO_ClientRequestInfo_CORBA_ExceptionDef_members_set::TAO_ClientRequestInfo_CORB
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
const CORBA_StructMemberSeq & members
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target),
members_ (members)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_ExceptionDef_members_set::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ExceptionDef_members_set::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
Dynamic::ParameterList_var safe_parameter_list = parameter_list;
@@ -17512,12 +17512,12 @@ TAO_ClientRequestInfo_CORBA_ExceptionDef_members_set::arguments (TAO_ENV_SINGLE_
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_ExceptionDef_members_set::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ExceptionDef_members_set::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -17525,13 +17525,13 @@ TAO_ClientRequestInfo_CORBA_ExceptionDef_members_set::exceptions (TAO_ENV_SINGLE
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_ExceptionDef_members_set::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ExceptionDef_members_set::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 1;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return result_any;
@@ -17553,7 +17553,7 @@ _TAO_CORBA_ExceptionDef_Remote_Proxy_Impl::_TAO_CORBA_ExceptionDef_Remote_Proxy_
CORBA::TypeCode_ptr _TAO_CORBA_ExceptionDef_Remote_Proxy_Impl::type (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -17596,7 +17596,7 @@ CORBA::TypeCode_ptr _TAO_CORBA_ExceptionDef_Remote_Proxy_Impl::type (
TAO_ClientRequestInfo_CORBA_ExceptionDef_type_get ri (
&_tao_call,
_collocated_tao_target_
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -17612,7 +17612,7 @@ CORBA::TypeCode_ptr _TAO_CORBA_ExceptionDef_Remote_Proxy_Impl::type (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -17624,17 +17624,17 @@ CORBA::TypeCode_ptr _TAO_CORBA_ExceptionDef_Remote_Proxy_Impl::type (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -17651,7 +17651,7 @@ CORBA::TypeCode_ptr _TAO_CORBA_ExceptionDef_Remote_Proxy_Impl::type (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -17679,7 +17679,7 @@ CORBA::TypeCode_ptr _TAO_CORBA_ExceptionDef_Remote_Proxy_Impl::type (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -17689,12 +17689,12 @@ CORBA::TypeCode_ptr _TAO_CORBA_ExceptionDef_Remote_Proxy_Impl::type (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -17705,7 +17705,7 @@ CORBA::TypeCode_ptr _TAO_CORBA_ExceptionDef_Remote_Proxy_Impl::type (
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -17721,7 +17721,7 @@ return _tao_safe_retval._retn ();
CORBA_StructMemberSeq * _TAO_CORBA_ExceptionDef_Remote_Proxy_Impl::members (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -17765,7 +17765,7 @@ CORBA_StructMemberSeq * _TAO_CORBA_ExceptionDef_Remote_Proxy_Impl::members (
TAO_ClientRequestInfo_CORBA_ExceptionDef_members_get ri (
&_tao_call,
_collocated_tao_target_
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -17781,7 +17781,7 @@ CORBA_StructMemberSeq * _TAO_CORBA_ExceptionDef_Remote_Proxy_Impl::members (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -17793,17 +17793,17 @@ CORBA_StructMemberSeq * _TAO_CORBA_ExceptionDef_Remote_Proxy_Impl::members (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -17820,7 +17820,7 @@ CORBA_StructMemberSeq * _TAO_CORBA_ExceptionDef_Remote_Proxy_Impl::members (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -17848,7 +17848,7 @@ CORBA_StructMemberSeq * _TAO_CORBA_ExceptionDef_Remote_Proxy_Impl::members (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -17858,12 +17858,12 @@ CORBA_StructMemberSeq * _TAO_CORBA_ExceptionDef_Remote_Proxy_Impl::members (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -17874,7 +17874,7 @@ CORBA_StructMemberSeq * _TAO_CORBA_ExceptionDef_Remote_Proxy_Impl::members (
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -17891,7 +17891,7 @@ return _tao_safe_retval._retn ();
void _TAO_CORBA_ExceptionDef_Remote_Proxy_Impl::members (
CORBA_Object *_collocated_tao_target_,
const CORBA_StructMemberSeq & members
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -17934,7 +17934,7 @@ void _TAO_CORBA_ExceptionDef_Remote_Proxy_Impl::members (
&_tao_call,
_collocated_tao_target_,
members
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK;
@@ -17950,7 +17950,7 @@ void _TAO_CORBA_ExceptionDef_Remote_Proxy_Impl::members (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -17962,12 +17962,12 @@ void _TAO_CORBA_ExceptionDef_Remote_Proxy_Impl::members (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK;
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK;
@@ -17980,7 +17980,7 @@ void _TAO_CORBA_ExceptionDef_Remote_Proxy_Impl::members (
);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK;
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -17996,7 +17996,7 @@ void _TAO_CORBA_ExceptionDef_Remote_Proxy_Impl::members (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -18010,7 +18010,7 @@ void _TAO_CORBA_ExceptionDef_Remote_Proxy_Impl::members (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -18020,12 +18020,12 @@ void _TAO_CORBA_ExceptionDef_Remote_Proxy_Impl::members (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -18036,7 +18036,7 @@ void _TAO_CORBA_ExceptionDef_Remote_Proxy_Impl::members (
ACE_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -18091,7 +18091,7 @@ _TAO_CORBA_ExceptionDef_Remote_Proxy_Broker::~_TAO_CORBA_ExceptionDef_Remote_Pro
_TAO_CORBA_ExceptionDef_Proxy_Impl&
_TAO_CORBA_ExceptionDef_Remote_Proxy_Broker::select_proxy (
::CORBA_ExceptionDef *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
{
return this->remote_proxy_impl_;
@@ -18136,24 +18136,24 @@ void CORBA_ExceptionDef::_tao_any_destructor (void *_tao_void_pointer)
CORBA_ExceptionDef_ptr CORBA_ExceptionDef::_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
if (CORBA::is_nil (obj))
return CORBA_ExceptionDef::_nil ();
if (! obj->_is_local ())
{
- CORBA::Boolean is_a = obj->_is_a ("IDL:omg.org/CORBA/ExceptionDef:1.0" TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean is_a = obj->_is_a ("IDL:omg.org/CORBA/ExceptionDef:1.0" ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (CORBA_ExceptionDef::_nil ());
if (is_a == 0)
return CORBA_ExceptionDef::_nil ();
}
- return CORBA_ExceptionDef::_unchecked_narrow (obj TAO_ENV_ARG_PARAMETER);
+ return CORBA_ExceptionDef::_unchecked_narrow (obj ACE_ENV_ARG_PARAMETER);
}
CORBA_ExceptionDef_ptr CORBA_ExceptionDef::_unchecked_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
{
if (CORBA::is_nil (obj))
@@ -18208,7 +18208,7 @@ CORBA_ExceptionDef::_duplicate (CORBA_ExceptionDef_ptr obj)
return obj;
}
-CORBA::Boolean CORBA_ExceptionDef::_is_a (const CORBA::Char *value TAO_ENV_ARG_DECL)
+CORBA::Boolean CORBA_ExceptionDef::_is_a (const CORBA::Char *value ACE_ENV_ARG_DECL)
{
if (
(!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA/ExceptionDef:1.0")) ||
@@ -18218,7 +18218,7 @@ CORBA::Boolean CORBA_ExceptionDef::_is_a (const CORBA::Char *value TAO_ENV_ARG_D
(!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA/Object:1.0")))
return 1; // success using local knowledge
else
- return this->CORBA_Object::_is_a (value TAO_ENV_ARG_PARAMETER);
+ return this->CORBA_Object::_is_a (value ACE_ENV_ARG_PARAMETER);
}
void *CORBA_ExceptionDef::_tao_QueryInterface (ptr_arith_t type)
@@ -18279,55 +18279,55 @@ const char* CORBA_ExceptionDef::_interface_repository_id (void) const
}
CORBA::TypeCode_ptr CORBA_ExceptionDef::type (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_ExceptionDef_Proxy_Impl &proxy =
- this->the_TAO_CORBA_ExceptionDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_ExceptionDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.type (
this
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
CORBA_StructMemberSeq * CORBA_ExceptionDef::members (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_ExceptionDef_Proxy_Impl &proxy =
- this->the_TAO_CORBA_ExceptionDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_ExceptionDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.members (
this
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
void CORBA_ExceptionDef::members (
const CORBA_StructMemberSeq & members
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_ExceptionDef_Proxy_Impl &proxy =
- this->the_TAO_CORBA_ExceptionDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_ExceptionDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
proxy.members (
this,
members
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
@@ -18411,11 +18411,11 @@ void
_TAO_Unbounded_Object_Sequence_CORBA_ExceptionDefSeq::_downcast (
void* target,
CORBA_Object *src
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
CORBA_ExceptionDef **tmp = ACE_static_cast (CORBA_ExceptionDef**, target);
- *tmp = CORBA_ExceptionDef::_narrow (src TAO_ENV_ARG_PARAMETER);
+ *tmp = CORBA_ExceptionDef::_narrow (src ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
@@ -18600,10 +18600,10 @@ tao_CORBA_AttributeDef_nil (
CORBA_AttributeDef_ptr
tao_CORBA_AttributeDef_narrow (
CORBA::Object *p
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
- return CORBA_AttributeDef::_narrow (p TAO_ENV_ARG_PARAMETER);
+ return CORBA_AttributeDef::_narrow (p ACE_ENV_ARG_PARAMETER);
}
CORBA::Object *
@@ -18727,10 +18727,10 @@ CORBA_AttributeDef_var::tao_nil (void)
::CORBA_AttributeDef_ptr
CORBA_AttributeDef_var::tao_narrow (
CORBA::Object *p
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
- return ::CORBA_AttributeDef::_narrow (p TAO_ENV_ARG_PARAMETER);
+ return ::CORBA_AttributeDef::_narrow (p ACE_ENV_ARG_PARAMETER);
}
CORBA::Object *
@@ -18808,21 +18808,21 @@ public:
TAO_ClientRequestInfo_CORBA_AttributeDef_type_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -18838,30 +18838,30 @@ private:
TAO_ClientRequestInfo_CORBA_AttributeDef_type_get::TAO_ClientRequestInfo_CORBA_AttributeDef_type_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_AttributeDef_type_get::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_AttributeDef_type_get::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return parameter_list;
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_AttributeDef_type_get::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_AttributeDef_type_get::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -18869,13 +18869,13 @@ TAO_ClientRequestInfo_CORBA_AttributeDef_type_get::exceptions (TAO_ENV_SINGLE_AR
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_AttributeDef_type_get::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_AttributeDef_type_get::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -18897,21 +18897,21 @@ public:
TAO_ClientRequestInfo_CORBA_AttributeDef_type_def_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -18927,30 +18927,30 @@ private:
TAO_ClientRequestInfo_CORBA_AttributeDef_type_def_get::TAO_ClientRequestInfo_CORBA_AttributeDef_type_def_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_AttributeDef_type_def_get::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_AttributeDef_type_def_get::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return parameter_list;
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_AttributeDef_type_def_get::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_AttributeDef_type_def_get::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -18958,13 +18958,13 @@ TAO_ClientRequestInfo_CORBA_AttributeDef_type_def_get::exceptions (TAO_ENV_SINGL
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_AttributeDef_type_def_get::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_AttributeDef_type_def_get::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -18987,21 +18987,21 @@ public:
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
CORBA_IDLType_ptr type_def
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -19017,19 +19017,19 @@ TAO_ClientRequestInfo_CORBA_AttributeDef_type_def_set::TAO_ClientRequestInfo_COR
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
CORBA_IDLType_ptr type_def
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target),
type_def_ (type_def)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_AttributeDef_type_def_set::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_AttributeDef_type_def_set::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
Dynamic::ParameterList_var safe_parameter_list = parameter_list;
@@ -19045,12 +19045,12 @@ TAO_ClientRequestInfo_CORBA_AttributeDef_type_def_set::arguments (TAO_ENV_SINGLE
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_AttributeDef_type_def_set::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_AttributeDef_type_def_set::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -19058,13 +19058,13 @@ TAO_ClientRequestInfo_CORBA_AttributeDef_type_def_set::exceptions (TAO_ENV_SINGL
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_AttributeDef_type_def_set::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_AttributeDef_type_def_set::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 1;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return result_any;
@@ -19076,21 +19076,21 @@ public:
TAO_ClientRequestInfo_CORBA_AttributeDef_mode_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -19106,30 +19106,30 @@ private:
TAO_ClientRequestInfo_CORBA_AttributeDef_mode_get::TAO_ClientRequestInfo_CORBA_AttributeDef_mode_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_AttributeDef_mode_get::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_AttributeDef_mode_get::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return parameter_list;
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_AttributeDef_mode_get::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_AttributeDef_mode_get::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -19137,13 +19137,13 @@ TAO_ClientRequestInfo_CORBA_AttributeDef_mode_get::exceptions (TAO_ENV_SINGLE_AR
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_AttributeDef_mode_get::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_AttributeDef_mode_get::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -19166,21 +19166,21 @@ public:
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
CORBA::AttributeMode & mode
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -19196,19 +19196,19 @@ TAO_ClientRequestInfo_CORBA_AttributeDef_mode_set::TAO_ClientRequestInfo_CORBA_A
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
CORBA::AttributeMode & mode
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target),
mode_ (mode)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_AttributeDef_mode_set::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_AttributeDef_mode_set::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
Dynamic::ParameterList_var safe_parameter_list = parameter_list;
@@ -19224,12 +19224,12 @@ TAO_ClientRequestInfo_CORBA_AttributeDef_mode_set::arguments (TAO_ENV_SINGLE_ARG
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_AttributeDef_mode_set::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_AttributeDef_mode_set::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -19237,13 +19237,13 @@ TAO_ClientRequestInfo_CORBA_AttributeDef_mode_set::exceptions (TAO_ENV_SINGLE_AR
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_AttributeDef_mode_set::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_AttributeDef_mode_set::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 1;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return result_any;
@@ -19265,7 +19265,7 @@ _TAO_CORBA_AttributeDef_Remote_Proxy_Impl::_TAO_CORBA_AttributeDef_Remote_Proxy_
CORBA::TypeCode_ptr _TAO_CORBA_AttributeDef_Remote_Proxy_Impl::type (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -19308,7 +19308,7 @@ CORBA::TypeCode_ptr _TAO_CORBA_AttributeDef_Remote_Proxy_Impl::type (
TAO_ClientRequestInfo_CORBA_AttributeDef_type_get ri (
&_tao_call,
_collocated_tao_target_
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -19324,7 +19324,7 @@ CORBA::TypeCode_ptr _TAO_CORBA_AttributeDef_Remote_Proxy_Impl::type (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -19336,17 +19336,17 @@ CORBA::TypeCode_ptr _TAO_CORBA_AttributeDef_Remote_Proxy_Impl::type (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -19363,7 +19363,7 @@ CORBA::TypeCode_ptr _TAO_CORBA_AttributeDef_Remote_Proxy_Impl::type (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -19391,7 +19391,7 @@ CORBA::TypeCode_ptr _TAO_CORBA_AttributeDef_Remote_Proxy_Impl::type (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -19401,12 +19401,12 @@ CORBA::TypeCode_ptr _TAO_CORBA_AttributeDef_Remote_Proxy_Impl::type (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -19417,7 +19417,7 @@ CORBA::TypeCode_ptr _TAO_CORBA_AttributeDef_Remote_Proxy_Impl::type (
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -19433,7 +19433,7 @@ return _tao_safe_retval._retn ();
CORBA_IDLType_ptr _TAO_CORBA_AttributeDef_Remote_Proxy_Impl::type_def (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -19476,7 +19476,7 @@ CORBA_IDLType_ptr _TAO_CORBA_AttributeDef_Remote_Proxy_Impl::type_def (
TAO_ClientRequestInfo_CORBA_AttributeDef_type_def_get ri (
&_tao_call,
_collocated_tao_target_
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -19492,7 +19492,7 @@ CORBA_IDLType_ptr _TAO_CORBA_AttributeDef_Remote_Proxy_Impl::type_def (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -19504,17 +19504,17 @@ CORBA_IDLType_ptr _TAO_CORBA_AttributeDef_Remote_Proxy_Impl::type_def (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -19531,7 +19531,7 @@ CORBA_IDLType_ptr _TAO_CORBA_AttributeDef_Remote_Proxy_Impl::type_def (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -19559,7 +19559,7 @@ CORBA_IDLType_ptr _TAO_CORBA_AttributeDef_Remote_Proxy_Impl::type_def (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -19569,12 +19569,12 @@ CORBA_IDLType_ptr _TAO_CORBA_AttributeDef_Remote_Proxy_Impl::type_def (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -19585,7 +19585,7 @@ CORBA_IDLType_ptr _TAO_CORBA_AttributeDef_Remote_Proxy_Impl::type_def (
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -19602,7 +19602,7 @@ return _tao_safe_retval._retn ();
void _TAO_CORBA_AttributeDef_Remote_Proxy_Impl::type_def (
CORBA_Object *_collocated_tao_target_,
CORBA_IDLType_ptr type_def
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -19645,7 +19645,7 @@ void _TAO_CORBA_AttributeDef_Remote_Proxy_Impl::type_def (
&_tao_call,
_collocated_tao_target_,
type_def
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK;
@@ -19661,7 +19661,7 @@ void _TAO_CORBA_AttributeDef_Remote_Proxy_Impl::type_def (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -19673,12 +19673,12 @@ void _TAO_CORBA_AttributeDef_Remote_Proxy_Impl::type_def (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK;
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK;
@@ -19691,7 +19691,7 @@ void _TAO_CORBA_AttributeDef_Remote_Proxy_Impl::type_def (
);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK;
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -19707,7 +19707,7 @@ void _TAO_CORBA_AttributeDef_Remote_Proxy_Impl::type_def (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -19721,7 +19721,7 @@ void _TAO_CORBA_AttributeDef_Remote_Proxy_Impl::type_def (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -19731,12 +19731,12 @@ void _TAO_CORBA_AttributeDef_Remote_Proxy_Impl::type_def (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -19747,7 +19747,7 @@ void _TAO_CORBA_AttributeDef_Remote_Proxy_Impl::type_def (
ACE_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -19763,7 +19763,7 @@ void _TAO_CORBA_AttributeDef_Remote_Proxy_Impl::type_def (
CORBA::AttributeMode _TAO_CORBA_AttributeDef_Remote_Proxy_Impl::mode (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -19805,7 +19805,7 @@ CORBA::AttributeMode _TAO_CORBA_AttributeDef_Remote_Proxy_Impl::mode (
TAO_ClientRequestInfo_CORBA_AttributeDef_mode_get ri (
&_tao_call,
_collocated_tao_target_
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (_tao_retval);
@@ -19821,7 +19821,7 @@ CORBA::AttributeMode _TAO_CORBA_AttributeDef_Remote_Proxy_Impl::mode (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -19833,17 +19833,17 @@ CORBA::AttributeMode _TAO_CORBA_AttributeDef_Remote_Proxy_Impl::mode (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (_tao_retval);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (_tao_retval);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (_tao_retval);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -19860,7 +19860,7 @@ CORBA::AttributeMode _TAO_CORBA_AttributeDef_Remote_Proxy_Impl::mode (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -19887,7 +19887,7 @@ CORBA::AttributeMode _TAO_CORBA_AttributeDef_Remote_Proxy_Impl::mode (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -19897,12 +19897,12 @@ CORBA::AttributeMode _TAO_CORBA_AttributeDef_Remote_Proxy_Impl::mode (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -19913,7 +19913,7 @@ CORBA::AttributeMode _TAO_CORBA_AttributeDef_Remote_Proxy_Impl::mode (
ACE_CHECK_RETURN (_tao_retval);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (_tao_retval);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -19930,7 +19930,7 @@ return _tao_retval;
void _TAO_CORBA_AttributeDef_Remote_Proxy_Impl::mode (
CORBA_Object *_collocated_tao_target_,
CORBA::AttributeMode mode
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -19973,7 +19973,7 @@ void _TAO_CORBA_AttributeDef_Remote_Proxy_Impl::mode (
&_tao_call,
_collocated_tao_target_,
mode
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK;
@@ -19989,7 +19989,7 @@ void _TAO_CORBA_AttributeDef_Remote_Proxy_Impl::mode (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -20001,12 +20001,12 @@ void _TAO_CORBA_AttributeDef_Remote_Proxy_Impl::mode (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK;
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK;
@@ -20019,7 +20019,7 @@ void _TAO_CORBA_AttributeDef_Remote_Proxy_Impl::mode (
);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK;
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -20035,7 +20035,7 @@ void _TAO_CORBA_AttributeDef_Remote_Proxy_Impl::mode (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -20049,7 +20049,7 @@ void _TAO_CORBA_AttributeDef_Remote_Proxy_Impl::mode (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -20059,12 +20059,12 @@ void _TAO_CORBA_AttributeDef_Remote_Proxy_Impl::mode (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -20075,7 +20075,7 @@ void _TAO_CORBA_AttributeDef_Remote_Proxy_Impl::mode (
ACE_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -20130,7 +20130,7 @@ _TAO_CORBA_AttributeDef_Remote_Proxy_Broker::~_TAO_CORBA_AttributeDef_Remote_Pro
_TAO_CORBA_AttributeDef_Proxy_Impl&
_TAO_CORBA_AttributeDef_Remote_Proxy_Broker::select_proxy (
::CORBA_AttributeDef *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
{
return this->remote_proxy_impl_;
@@ -20173,24 +20173,24 @@ void CORBA_AttributeDef::_tao_any_destructor (void *_tao_void_pointer)
CORBA_AttributeDef_ptr CORBA_AttributeDef::_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
if (CORBA::is_nil (obj))
return CORBA_AttributeDef::_nil ();
if (! obj->_is_local ())
{
- CORBA::Boolean is_a = obj->_is_a ("IDL:omg.org/CORBA/AttributeDef:1.0" TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean is_a = obj->_is_a ("IDL:omg.org/CORBA/AttributeDef:1.0" ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (CORBA_AttributeDef::_nil ());
if (is_a == 0)
return CORBA_AttributeDef::_nil ();
}
- return CORBA_AttributeDef::_unchecked_narrow (obj TAO_ENV_ARG_PARAMETER);
+ return CORBA_AttributeDef::_unchecked_narrow (obj ACE_ENV_ARG_PARAMETER);
}
CORBA_AttributeDef_ptr CORBA_AttributeDef::_unchecked_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
{
if (CORBA::is_nil (obj))
@@ -20245,7 +20245,7 @@ CORBA_AttributeDef::_duplicate (CORBA_AttributeDef_ptr obj)
return obj;
}
-CORBA::Boolean CORBA_AttributeDef::_is_a (const CORBA::Char *value TAO_ENV_ARG_DECL)
+CORBA::Boolean CORBA_AttributeDef::_is_a (const CORBA::Char *value ACE_ENV_ARG_DECL)
{
if (
(!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA/AttributeDef:1.0")) ||
@@ -20254,7 +20254,7 @@ CORBA::Boolean CORBA_AttributeDef::_is_a (const CORBA::Char *value TAO_ENV_ARG_D
(!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA/Object:1.0")))
return 1; // success using local knowledge
else
- return this->CORBA_Object::_is_a (value TAO_ENV_ARG_PARAMETER);
+ return this->CORBA_Object::_is_a (value ACE_ENV_ARG_PARAMETER);
}
void *CORBA_AttributeDef::_tao_QueryInterface (ptr_arith_t type)
@@ -20303,91 +20303,91 @@ const char* CORBA_AttributeDef::_interface_repository_id (void) const
}
CORBA::TypeCode_ptr CORBA_AttributeDef::type (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_AttributeDef_Proxy_Impl &proxy =
- this->the_TAO_CORBA_AttributeDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_AttributeDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.type (
this
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
CORBA_IDLType_ptr CORBA_AttributeDef::type_def (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_AttributeDef_Proxy_Impl &proxy =
- this->the_TAO_CORBA_AttributeDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_AttributeDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.type_def (
this
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
void CORBA_AttributeDef::type_def (
CORBA_IDLType_ptr type_def
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_AttributeDef_Proxy_Impl &proxy =
- this->the_TAO_CORBA_AttributeDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_AttributeDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
proxy.type_def (
this,
type_def
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
CORBA::AttributeMode CORBA_AttributeDef::mode (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_AttributeDef_Proxy_Impl &proxy =
- this->the_TAO_CORBA_AttributeDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_AttributeDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN ((CORBA::AttributeMode)0);
return proxy.mode (
this
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
void CORBA_AttributeDef::mode (
CORBA::AttributeMode mode
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_AttributeDef_Proxy_Impl &proxy =
- this->the_TAO_CORBA_AttributeDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_AttributeDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
proxy.mode (
this,
mode
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
@@ -20574,10 +20574,10 @@ tao_CORBA_OperationDef_nil (
CORBA_OperationDef_ptr
tao_CORBA_OperationDef_narrow (
CORBA::Object *p
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
- return CORBA_OperationDef::_narrow (p TAO_ENV_ARG_PARAMETER);
+ return CORBA_OperationDef::_narrow (p ACE_ENV_ARG_PARAMETER);
}
CORBA::Object *
@@ -20701,10 +20701,10 @@ CORBA_OperationDef_var::tao_nil (void)
::CORBA_OperationDef_ptr
CORBA_OperationDef_var::tao_narrow (
CORBA::Object *p
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
- return ::CORBA_OperationDef::_narrow (p TAO_ENV_ARG_PARAMETER);
+ return ::CORBA_OperationDef::_narrow (p ACE_ENV_ARG_PARAMETER);
}
CORBA::Object *
@@ -20782,21 +20782,21 @@ public:
TAO_ClientRequestInfo_CORBA_OperationDef_result_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -20812,30 +20812,30 @@ private:
TAO_ClientRequestInfo_CORBA_OperationDef_result_get::TAO_ClientRequestInfo_CORBA_OperationDef_result_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_OperationDef_result_get::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_OperationDef_result_get::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return parameter_list;
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_OperationDef_result_get::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_OperationDef_result_get::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -20843,13 +20843,13 @@ TAO_ClientRequestInfo_CORBA_OperationDef_result_get::exceptions (TAO_ENV_SINGLE_
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_OperationDef_result_get::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_OperationDef_result_get::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -20871,21 +20871,21 @@ public:
TAO_ClientRequestInfo_CORBA_OperationDef_result_def_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -20901,30 +20901,30 @@ private:
TAO_ClientRequestInfo_CORBA_OperationDef_result_def_get::TAO_ClientRequestInfo_CORBA_OperationDef_result_def_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_OperationDef_result_def_get::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_OperationDef_result_def_get::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return parameter_list;
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_OperationDef_result_def_get::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_OperationDef_result_def_get::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -20932,13 +20932,13 @@ TAO_ClientRequestInfo_CORBA_OperationDef_result_def_get::exceptions (TAO_ENV_SIN
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_OperationDef_result_def_get::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_OperationDef_result_def_get::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -20961,21 +20961,21 @@ public:
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
CORBA_IDLType_ptr result_def
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -20991,19 +20991,19 @@ TAO_ClientRequestInfo_CORBA_OperationDef_result_def_set::TAO_ClientRequestInfo_C
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
CORBA_IDLType_ptr result_def
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target),
result_def_ (result_def)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_OperationDef_result_def_set::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_OperationDef_result_def_set::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
Dynamic::ParameterList_var safe_parameter_list = parameter_list;
@@ -21019,12 +21019,12 @@ TAO_ClientRequestInfo_CORBA_OperationDef_result_def_set::arguments (TAO_ENV_SING
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_OperationDef_result_def_set::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_OperationDef_result_def_set::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -21032,13 +21032,13 @@ TAO_ClientRequestInfo_CORBA_OperationDef_result_def_set::exceptions (TAO_ENV_SIN
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_OperationDef_result_def_set::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_OperationDef_result_def_set::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 1;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return result_any;
@@ -21050,21 +21050,21 @@ public:
TAO_ClientRequestInfo_CORBA_OperationDef_params_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -21080,30 +21080,30 @@ private:
TAO_ClientRequestInfo_CORBA_OperationDef_params_get::TAO_ClientRequestInfo_CORBA_OperationDef_params_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_OperationDef_params_get::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_OperationDef_params_get::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return parameter_list;
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_OperationDef_params_get::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_OperationDef_params_get::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -21111,13 +21111,13 @@ TAO_ClientRequestInfo_CORBA_OperationDef_params_get::exceptions (TAO_ENV_SINGLE_
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_OperationDef_params_get::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_OperationDef_params_get::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -21140,21 +21140,21 @@ public:
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
const CORBA_ParDescriptionSeq & params
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -21170,19 +21170,19 @@ TAO_ClientRequestInfo_CORBA_OperationDef_params_set::TAO_ClientRequestInfo_CORBA
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
const CORBA_ParDescriptionSeq & params
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target),
params_ (params)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_OperationDef_params_set::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_OperationDef_params_set::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
Dynamic::ParameterList_var safe_parameter_list = parameter_list;
@@ -21198,12 +21198,12 @@ TAO_ClientRequestInfo_CORBA_OperationDef_params_set::arguments (TAO_ENV_SINGLE_A
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_OperationDef_params_set::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_OperationDef_params_set::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -21211,13 +21211,13 @@ TAO_ClientRequestInfo_CORBA_OperationDef_params_set::exceptions (TAO_ENV_SINGLE_
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_OperationDef_params_set::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_OperationDef_params_set::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 1;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return result_any;
@@ -21229,21 +21229,21 @@ public:
TAO_ClientRequestInfo_CORBA_OperationDef_mode_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -21259,30 +21259,30 @@ private:
TAO_ClientRequestInfo_CORBA_OperationDef_mode_get::TAO_ClientRequestInfo_CORBA_OperationDef_mode_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_OperationDef_mode_get::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_OperationDef_mode_get::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return parameter_list;
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_OperationDef_mode_get::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_OperationDef_mode_get::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -21290,13 +21290,13 @@ TAO_ClientRequestInfo_CORBA_OperationDef_mode_get::exceptions (TAO_ENV_SINGLE_AR
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_OperationDef_mode_get::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_OperationDef_mode_get::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -21319,21 +21319,21 @@ public:
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
CORBA::OperationMode & mode
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -21349,19 +21349,19 @@ TAO_ClientRequestInfo_CORBA_OperationDef_mode_set::TAO_ClientRequestInfo_CORBA_O
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
CORBA::OperationMode & mode
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target),
mode_ (mode)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_OperationDef_mode_set::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_OperationDef_mode_set::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
Dynamic::ParameterList_var safe_parameter_list = parameter_list;
@@ -21377,12 +21377,12 @@ TAO_ClientRequestInfo_CORBA_OperationDef_mode_set::arguments (TAO_ENV_SINGLE_ARG
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_OperationDef_mode_set::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_OperationDef_mode_set::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -21390,13 +21390,13 @@ TAO_ClientRequestInfo_CORBA_OperationDef_mode_set::exceptions (TAO_ENV_SINGLE_AR
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_OperationDef_mode_set::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_OperationDef_mode_set::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 1;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return result_any;
@@ -21408,21 +21408,21 @@ public:
TAO_ClientRequestInfo_CORBA_OperationDef_contexts_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -21438,30 +21438,30 @@ private:
TAO_ClientRequestInfo_CORBA_OperationDef_contexts_get::TAO_ClientRequestInfo_CORBA_OperationDef_contexts_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_OperationDef_contexts_get::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_OperationDef_contexts_get::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return parameter_list;
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_OperationDef_contexts_get::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_OperationDef_contexts_get::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -21469,13 +21469,13 @@ TAO_ClientRequestInfo_CORBA_OperationDef_contexts_get::exceptions (TAO_ENV_SINGL
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_OperationDef_contexts_get::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_OperationDef_contexts_get::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -21498,21 +21498,21 @@ public:
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
const CORBA_ContextIdSeq & contexts
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -21528,19 +21528,19 @@ TAO_ClientRequestInfo_CORBA_OperationDef_contexts_set::TAO_ClientRequestInfo_COR
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
const CORBA_ContextIdSeq & contexts
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target),
contexts_ (contexts)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_OperationDef_contexts_set::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_OperationDef_contexts_set::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
Dynamic::ParameterList_var safe_parameter_list = parameter_list;
@@ -21556,12 +21556,12 @@ TAO_ClientRequestInfo_CORBA_OperationDef_contexts_set::arguments (TAO_ENV_SINGLE
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_OperationDef_contexts_set::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_OperationDef_contexts_set::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -21569,13 +21569,13 @@ TAO_ClientRequestInfo_CORBA_OperationDef_contexts_set::exceptions (TAO_ENV_SINGL
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_OperationDef_contexts_set::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_OperationDef_contexts_set::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 1;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return result_any;
@@ -21587,21 +21587,21 @@ public:
TAO_ClientRequestInfo_CORBA_OperationDef_exceptions_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -21617,30 +21617,30 @@ private:
TAO_ClientRequestInfo_CORBA_OperationDef_exceptions_get::TAO_ClientRequestInfo_CORBA_OperationDef_exceptions_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_OperationDef_exceptions_get::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_OperationDef_exceptions_get::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return parameter_list;
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_OperationDef_exceptions_get::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_OperationDef_exceptions_get::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -21648,13 +21648,13 @@ TAO_ClientRequestInfo_CORBA_OperationDef_exceptions_get::exceptions (TAO_ENV_SIN
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_OperationDef_exceptions_get::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_OperationDef_exceptions_get::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -21677,21 +21677,21 @@ public:
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
const CORBA_ExceptionDefSeq & exceptions
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -21707,19 +21707,19 @@ TAO_ClientRequestInfo_CORBA_OperationDef_exceptions_set::TAO_ClientRequestInfo_C
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
const CORBA_ExceptionDefSeq & exceptions
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target),
exceptions_ (exceptions)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_OperationDef_exceptions_set::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_OperationDef_exceptions_set::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
Dynamic::ParameterList_var safe_parameter_list = parameter_list;
@@ -21735,12 +21735,12 @@ TAO_ClientRequestInfo_CORBA_OperationDef_exceptions_set::arguments (TAO_ENV_SING
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_OperationDef_exceptions_set::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_OperationDef_exceptions_set::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -21748,13 +21748,13 @@ TAO_ClientRequestInfo_CORBA_OperationDef_exceptions_set::exceptions (TAO_ENV_SIN
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_OperationDef_exceptions_set::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_OperationDef_exceptions_set::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 1;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return result_any;
@@ -21776,7 +21776,7 @@ _TAO_CORBA_OperationDef_Remote_Proxy_Impl::_TAO_CORBA_OperationDef_Remote_Proxy_
CORBA::TypeCode_ptr _TAO_CORBA_OperationDef_Remote_Proxy_Impl::result (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -21819,7 +21819,7 @@ CORBA::TypeCode_ptr _TAO_CORBA_OperationDef_Remote_Proxy_Impl::result (
TAO_ClientRequestInfo_CORBA_OperationDef_result_get ri (
&_tao_call,
_collocated_tao_target_
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -21835,7 +21835,7 @@ CORBA::TypeCode_ptr _TAO_CORBA_OperationDef_Remote_Proxy_Impl::result (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -21847,17 +21847,17 @@ CORBA::TypeCode_ptr _TAO_CORBA_OperationDef_Remote_Proxy_Impl::result (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -21874,7 +21874,7 @@ CORBA::TypeCode_ptr _TAO_CORBA_OperationDef_Remote_Proxy_Impl::result (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -21902,7 +21902,7 @@ CORBA::TypeCode_ptr _TAO_CORBA_OperationDef_Remote_Proxy_Impl::result (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -21912,12 +21912,12 @@ CORBA::TypeCode_ptr _TAO_CORBA_OperationDef_Remote_Proxy_Impl::result (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -21928,7 +21928,7 @@ CORBA::TypeCode_ptr _TAO_CORBA_OperationDef_Remote_Proxy_Impl::result (
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -21944,7 +21944,7 @@ return _tao_safe_retval._retn ();
CORBA_IDLType_ptr _TAO_CORBA_OperationDef_Remote_Proxy_Impl::result_def (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -21987,7 +21987,7 @@ CORBA_IDLType_ptr _TAO_CORBA_OperationDef_Remote_Proxy_Impl::result_def (
TAO_ClientRequestInfo_CORBA_OperationDef_result_def_get ri (
&_tao_call,
_collocated_tao_target_
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -22003,7 +22003,7 @@ CORBA_IDLType_ptr _TAO_CORBA_OperationDef_Remote_Proxy_Impl::result_def (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -22015,17 +22015,17 @@ CORBA_IDLType_ptr _TAO_CORBA_OperationDef_Remote_Proxy_Impl::result_def (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -22042,7 +22042,7 @@ CORBA_IDLType_ptr _TAO_CORBA_OperationDef_Remote_Proxy_Impl::result_def (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -22070,7 +22070,7 @@ CORBA_IDLType_ptr _TAO_CORBA_OperationDef_Remote_Proxy_Impl::result_def (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -22080,12 +22080,12 @@ CORBA_IDLType_ptr _TAO_CORBA_OperationDef_Remote_Proxy_Impl::result_def (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -22096,7 +22096,7 @@ CORBA_IDLType_ptr _TAO_CORBA_OperationDef_Remote_Proxy_Impl::result_def (
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -22113,7 +22113,7 @@ return _tao_safe_retval._retn ();
void _TAO_CORBA_OperationDef_Remote_Proxy_Impl::result_def (
CORBA_Object *_collocated_tao_target_,
CORBA_IDLType_ptr result_def
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -22156,7 +22156,7 @@ void _TAO_CORBA_OperationDef_Remote_Proxy_Impl::result_def (
&_tao_call,
_collocated_tao_target_,
result_def
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK;
@@ -22172,7 +22172,7 @@ void _TAO_CORBA_OperationDef_Remote_Proxy_Impl::result_def (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -22184,12 +22184,12 @@ void _TAO_CORBA_OperationDef_Remote_Proxy_Impl::result_def (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK;
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK;
@@ -22202,7 +22202,7 @@ void _TAO_CORBA_OperationDef_Remote_Proxy_Impl::result_def (
);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK;
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -22218,7 +22218,7 @@ void _TAO_CORBA_OperationDef_Remote_Proxy_Impl::result_def (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -22232,7 +22232,7 @@ void _TAO_CORBA_OperationDef_Remote_Proxy_Impl::result_def (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -22242,12 +22242,12 @@ void _TAO_CORBA_OperationDef_Remote_Proxy_Impl::result_def (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -22258,7 +22258,7 @@ void _TAO_CORBA_OperationDef_Remote_Proxy_Impl::result_def (
ACE_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -22274,7 +22274,7 @@ void _TAO_CORBA_OperationDef_Remote_Proxy_Impl::result_def (
CORBA_ParDescriptionSeq * _TAO_CORBA_OperationDef_Remote_Proxy_Impl::params (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -22318,7 +22318,7 @@ CORBA_ParDescriptionSeq * _TAO_CORBA_OperationDef_Remote_Proxy_Impl::params (
TAO_ClientRequestInfo_CORBA_OperationDef_params_get ri (
&_tao_call,
_collocated_tao_target_
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -22334,7 +22334,7 @@ CORBA_ParDescriptionSeq * _TAO_CORBA_OperationDef_Remote_Proxy_Impl::params (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -22346,17 +22346,17 @@ CORBA_ParDescriptionSeq * _TAO_CORBA_OperationDef_Remote_Proxy_Impl::params (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -22373,7 +22373,7 @@ CORBA_ParDescriptionSeq * _TAO_CORBA_OperationDef_Remote_Proxy_Impl::params (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -22401,7 +22401,7 @@ CORBA_ParDescriptionSeq * _TAO_CORBA_OperationDef_Remote_Proxy_Impl::params (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -22411,12 +22411,12 @@ CORBA_ParDescriptionSeq * _TAO_CORBA_OperationDef_Remote_Proxy_Impl::params (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -22427,7 +22427,7 @@ CORBA_ParDescriptionSeq * _TAO_CORBA_OperationDef_Remote_Proxy_Impl::params (
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -22444,7 +22444,7 @@ return _tao_safe_retval._retn ();
void _TAO_CORBA_OperationDef_Remote_Proxy_Impl::params (
CORBA_Object *_collocated_tao_target_,
const CORBA_ParDescriptionSeq & params
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -22487,7 +22487,7 @@ void _TAO_CORBA_OperationDef_Remote_Proxy_Impl::params (
&_tao_call,
_collocated_tao_target_,
params
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK;
@@ -22503,7 +22503,7 @@ void _TAO_CORBA_OperationDef_Remote_Proxy_Impl::params (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -22515,12 +22515,12 @@ void _TAO_CORBA_OperationDef_Remote_Proxy_Impl::params (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK;
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK;
@@ -22533,7 +22533,7 @@ void _TAO_CORBA_OperationDef_Remote_Proxy_Impl::params (
);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK;
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -22549,7 +22549,7 @@ void _TAO_CORBA_OperationDef_Remote_Proxy_Impl::params (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -22563,7 +22563,7 @@ void _TAO_CORBA_OperationDef_Remote_Proxy_Impl::params (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -22573,12 +22573,12 @@ void _TAO_CORBA_OperationDef_Remote_Proxy_Impl::params (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -22589,7 +22589,7 @@ void _TAO_CORBA_OperationDef_Remote_Proxy_Impl::params (
ACE_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -22605,7 +22605,7 @@ void _TAO_CORBA_OperationDef_Remote_Proxy_Impl::params (
CORBA::OperationMode _TAO_CORBA_OperationDef_Remote_Proxy_Impl::mode (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -22647,7 +22647,7 @@ CORBA::OperationMode _TAO_CORBA_OperationDef_Remote_Proxy_Impl::mode (
TAO_ClientRequestInfo_CORBA_OperationDef_mode_get ri (
&_tao_call,
_collocated_tao_target_
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (_tao_retval);
@@ -22663,7 +22663,7 @@ CORBA::OperationMode _TAO_CORBA_OperationDef_Remote_Proxy_Impl::mode (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -22675,17 +22675,17 @@ CORBA::OperationMode _TAO_CORBA_OperationDef_Remote_Proxy_Impl::mode (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (_tao_retval);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (_tao_retval);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (_tao_retval);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -22702,7 +22702,7 @@ CORBA::OperationMode _TAO_CORBA_OperationDef_Remote_Proxy_Impl::mode (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -22729,7 +22729,7 @@ CORBA::OperationMode _TAO_CORBA_OperationDef_Remote_Proxy_Impl::mode (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -22739,12 +22739,12 @@ CORBA::OperationMode _TAO_CORBA_OperationDef_Remote_Proxy_Impl::mode (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -22755,7 +22755,7 @@ CORBA::OperationMode _TAO_CORBA_OperationDef_Remote_Proxy_Impl::mode (
ACE_CHECK_RETURN (_tao_retval);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (_tao_retval);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -22772,7 +22772,7 @@ return _tao_retval;
void _TAO_CORBA_OperationDef_Remote_Proxy_Impl::mode (
CORBA_Object *_collocated_tao_target_,
CORBA::OperationMode mode
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -22815,7 +22815,7 @@ void _TAO_CORBA_OperationDef_Remote_Proxy_Impl::mode (
&_tao_call,
_collocated_tao_target_,
mode
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK;
@@ -22831,7 +22831,7 @@ void _TAO_CORBA_OperationDef_Remote_Proxy_Impl::mode (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -22843,12 +22843,12 @@ void _TAO_CORBA_OperationDef_Remote_Proxy_Impl::mode (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK;
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK;
@@ -22861,7 +22861,7 @@ void _TAO_CORBA_OperationDef_Remote_Proxy_Impl::mode (
);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK;
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -22877,7 +22877,7 @@ void _TAO_CORBA_OperationDef_Remote_Proxy_Impl::mode (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -22891,7 +22891,7 @@ void _TAO_CORBA_OperationDef_Remote_Proxy_Impl::mode (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -22901,12 +22901,12 @@ void _TAO_CORBA_OperationDef_Remote_Proxy_Impl::mode (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -22917,7 +22917,7 @@ void _TAO_CORBA_OperationDef_Remote_Proxy_Impl::mode (
ACE_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -22933,7 +22933,7 @@ void _TAO_CORBA_OperationDef_Remote_Proxy_Impl::mode (
CORBA_ContextIdSeq * _TAO_CORBA_OperationDef_Remote_Proxy_Impl::contexts (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -22977,7 +22977,7 @@ CORBA_ContextIdSeq * _TAO_CORBA_OperationDef_Remote_Proxy_Impl::contexts (
TAO_ClientRequestInfo_CORBA_OperationDef_contexts_get ri (
&_tao_call,
_collocated_tao_target_
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -22993,7 +22993,7 @@ CORBA_ContextIdSeq * _TAO_CORBA_OperationDef_Remote_Proxy_Impl::contexts (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -23005,17 +23005,17 @@ CORBA_ContextIdSeq * _TAO_CORBA_OperationDef_Remote_Proxy_Impl::contexts (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -23032,7 +23032,7 @@ CORBA_ContextIdSeq * _TAO_CORBA_OperationDef_Remote_Proxy_Impl::contexts (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -23060,7 +23060,7 @@ CORBA_ContextIdSeq * _TAO_CORBA_OperationDef_Remote_Proxy_Impl::contexts (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -23070,12 +23070,12 @@ CORBA_ContextIdSeq * _TAO_CORBA_OperationDef_Remote_Proxy_Impl::contexts (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -23086,7 +23086,7 @@ CORBA_ContextIdSeq * _TAO_CORBA_OperationDef_Remote_Proxy_Impl::contexts (
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -23103,7 +23103,7 @@ return _tao_safe_retval._retn ();
void _TAO_CORBA_OperationDef_Remote_Proxy_Impl::contexts (
CORBA_Object *_collocated_tao_target_,
const CORBA_ContextIdSeq & contexts
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -23146,7 +23146,7 @@ void _TAO_CORBA_OperationDef_Remote_Proxy_Impl::contexts (
&_tao_call,
_collocated_tao_target_,
contexts
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK;
@@ -23162,7 +23162,7 @@ void _TAO_CORBA_OperationDef_Remote_Proxy_Impl::contexts (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -23174,12 +23174,12 @@ void _TAO_CORBA_OperationDef_Remote_Proxy_Impl::contexts (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK;
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK;
@@ -23192,7 +23192,7 @@ void _TAO_CORBA_OperationDef_Remote_Proxy_Impl::contexts (
);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK;
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -23208,7 +23208,7 @@ void _TAO_CORBA_OperationDef_Remote_Proxy_Impl::contexts (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -23222,7 +23222,7 @@ void _TAO_CORBA_OperationDef_Remote_Proxy_Impl::contexts (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -23232,12 +23232,12 @@ void _TAO_CORBA_OperationDef_Remote_Proxy_Impl::contexts (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -23248,7 +23248,7 @@ void _TAO_CORBA_OperationDef_Remote_Proxy_Impl::contexts (
ACE_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -23264,7 +23264,7 @@ void _TAO_CORBA_OperationDef_Remote_Proxy_Impl::contexts (
CORBA_ExceptionDefSeq * _TAO_CORBA_OperationDef_Remote_Proxy_Impl::exceptions (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -23308,7 +23308,7 @@ CORBA_ExceptionDefSeq * _TAO_CORBA_OperationDef_Remote_Proxy_Impl::exceptions (
TAO_ClientRequestInfo_CORBA_OperationDef_exceptions_get ri (
&_tao_call,
_collocated_tao_target_
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -23324,7 +23324,7 @@ CORBA_ExceptionDefSeq * _TAO_CORBA_OperationDef_Remote_Proxy_Impl::exceptions (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -23336,17 +23336,17 @@ CORBA_ExceptionDefSeq * _TAO_CORBA_OperationDef_Remote_Proxy_Impl::exceptions (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -23363,7 +23363,7 @@ CORBA_ExceptionDefSeq * _TAO_CORBA_OperationDef_Remote_Proxy_Impl::exceptions (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -23391,7 +23391,7 @@ CORBA_ExceptionDefSeq * _TAO_CORBA_OperationDef_Remote_Proxy_Impl::exceptions (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -23401,12 +23401,12 @@ CORBA_ExceptionDefSeq * _TAO_CORBA_OperationDef_Remote_Proxy_Impl::exceptions (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -23417,7 +23417,7 @@ CORBA_ExceptionDefSeq * _TAO_CORBA_OperationDef_Remote_Proxy_Impl::exceptions (
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -23434,7 +23434,7 @@ return _tao_safe_retval._retn ();
void _TAO_CORBA_OperationDef_Remote_Proxy_Impl::exceptions (
CORBA_Object *_collocated_tao_target_,
const CORBA_ExceptionDefSeq & exceptions
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -23477,7 +23477,7 @@ void _TAO_CORBA_OperationDef_Remote_Proxy_Impl::exceptions (
&_tao_call,
_collocated_tao_target_,
exceptions
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK;
@@ -23493,7 +23493,7 @@ void _TAO_CORBA_OperationDef_Remote_Proxy_Impl::exceptions (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -23505,12 +23505,12 @@ void _TAO_CORBA_OperationDef_Remote_Proxy_Impl::exceptions (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK;
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK;
@@ -23523,7 +23523,7 @@ void _TAO_CORBA_OperationDef_Remote_Proxy_Impl::exceptions (
);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK;
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -23539,7 +23539,7 @@ void _TAO_CORBA_OperationDef_Remote_Proxy_Impl::exceptions (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -23553,7 +23553,7 @@ void _TAO_CORBA_OperationDef_Remote_Proxy_Impl::exceptions (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -23563,12 +23563,12 @@ void _TAO_CORBA_OperationDef_Remote_Proxy_Impl::exceptions (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -23579,7 +23579,7 @@ void _TAO_CORBA_OperationDef_Remote_Proxy_Impl::exceptions (
ACE_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -23634,7 +23634,7 @@ _TAO_CORBA_OperationDef_Remote_Proxy_Broker::~_TAO_CORBA_OperationDef_Remote_Pro
_TAO_CORBA_OperationDef_Proxy_Impl&
_TAO_CORBA_OperationDef_Remote_Proxy_Broker::select_proxy (
::CORBA_OperationDef *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
{
return this->remote_proxy_impl_;
@@ -23677,24 +23677,24 @@ void CORBA_OperationDef::_tao_any_destructor (void *_tao_void_pointer)
CORBA_OperationDef_ptr CORBA_OperationDef::_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
if (CORBA::is_nil (obj))
return CORBA_OperationDef::_nil ();
if (! obj->_is_local ())
{
- CORBA::Boolean is_a = obj->_is_a ("IDL:omg.org/CORBA/OperationDef:1.0" TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean is_a = obj->_is_a ("IDL:omg.org/CORBA/OperationDef:1.0" ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (CORBA_OperationDef::_nil ());
if (is_a == 0)
return CORBA_OperationDef::_nil ();
}
- return CORBA_OperationDef::_unchecked_narrow (obj TAO_ENV_ARG_PARAMETER);
+ return CORBA_OperationDef::_unchecked_narrow (obj ACE_ENV_ARG_PARAMETER);
}
CORBA_OperationDef_ptr CORBA_OperationDef::_unchecked_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
{
if (CORBA::is_nil (obj))
@@ -23749,7 +23749,7 @@ CORBA_OperationDef::_duplicate (CORBA_OperationDef_ptr obj)
return obj;
}
-CORBA::Boolean CORBA_OperationDef::_is_a (const CORBA::Char *value TAO_ENV_ARG_DECL)
+CORBA::Boolean CORBA_OperationDef::_is_a (const CORBA::Char *value ACE_ENV_ARG_DECL)
{
if (
(!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA/OperationDef:1.0")) ||
@@ -23758,7 +23758,7 @@ CORBA::Boolean CORBA_OperationDef::_is_a (const CORBA::Char *value TAO_ENV_ARG_D
(!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA/Object:1.0")))
return 1; // success using local knowledge
else
- return this->CORBA_Object::_is_a (value TAO_ENV_ARG_PARAMETER);
+ return this->CORBA_Object::_is_a (value ACE_ENV_ARG_PARAMETER);
}
void *CORBA_OperationDef::_tao_QueryInterface (ptr_arith_t type)
@@ -23807,199 +23807,199 @@ const char* CORBA_OperationDef::_interface_repository_id (void) const
}
CORBA::TypeCode_ptr CORBA_OperationDef::result (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_OperationDef_Proxy_Impl &proxy =
- this->the_TAO_CORBA_OperationDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_OperationDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.result (
this
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
CORBA_IDLType_ptr CORBA_OperationDef::result_def (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_OperationDef_Proxy_Impl &proxy =
- this->the_TAO_CORBA_OperationDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_OperationDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.result_def (
this
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
void CORBA_OperationDef::result_def (
CORBA_IDLType_ptr result_def
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_OperationDef_Proxy_Impl &proxy =
- this->the_TAO_CORBA_OperationDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_OperationDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
proxy.result_def (
this,
result_def
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
CORBA_ParDescriptionSeq * CORBA_OperationDef::params (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_OperationDef_Proxy_Impl &proxy =
- this->the_TAO_CORBA_OperationDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_OperationDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.params (
this
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
void CORBA_OperationDef::params (
const CORBA_ParDescriptionSeq & params
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_OperationDef_Proxy_Impl &proxy =
- this->the_TAO_CORBA_OperationDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_OperationDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
proxy.params (
this,
params
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
CORBA::OperationMode CORBA_OperationDef::mode (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_OperationDef_Proxy_Impl &proxy =
- this->the_TAO_CORBA_OperationDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_OperationDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN ((CORBA::OperationMode)0);
return proxy.mode (
this
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
void CORBA_OperationDef::mode (
CORBA::OperationMode mode
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_OperationDef_Proxy_Impl &proxy =
- this->the_TAO_CORBA_OperationDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_OperationDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
proxy.mode (
this,
mode
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
CORBA_ContextIdSeq * CORBA_OperationDef::contexts (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_OperationDef_Proxy_Impl &proxy =
- this->the_TAO_CORBA_OperationDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_OperationDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.contexts (
this
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
void CORBA_OperationDef::contexts (
const CORBA_ContextIdSeq & contexts
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_OperationDef_Proxy_Impl &proxy =
- this->the_TAO_CORBA_OperationDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_OperationDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
proxy.contexts (
this,
contexts
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
CORBA_ExceptionDefSeq * CORBA_OperationDef::exceptions (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_OperationDef_Proxy_Impl &proxy =
- this->the_TAO_CORBA_OperationDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_OperationDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.exceptions (
this
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
void CORBA_OperationDef::exceptions (
const CORBA_ExceptionDefSeq & exceptions
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_OperationDef_Proxy_Impl &proxy =
- this->the_TAO_CORBA_OperationDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_OperationDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
proxy.exceptions (
this,
exceptions
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
@@ -24278,10 +24278,10 @@ tao_CORBA_InterfaceDef_nil (
CORBA_InterfaceDef_ptr
tao_CORBA_InterfaceDef_narrow (
CORBA::Object *p
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
- return CORBA_InterfaceDef::_narrow (p TAO_ENV_ARG_PARAMETER);
+ return CORBA_InterfaceDef::_narrow (p ACE_ENV_ARG_PARAMETER);
}
CORBA::Object *
@@ -24405,10 +24405,10 @@ CORBA_InterfaceDef_var::tao_nil (void)
::CORBA_InterfaceDef_ptr
CORBA_InterfaceDef_var::tao_narrow (
CORBA::Object *p
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
- return ::CORBA_InterfaceDef::_narrow (p TAO_ENV_ARG_PARAMETER);
+ return ::CORBA_InterfaceDef::_narrow (p ACE_ENV_ARG_PARAMETER);
}
CORBA::Object *
@@ -24486,21 +24486,21 @@ public:
TAO_ClientRequestInfo_CORBA_InterfaceDef_base_interfaces_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -24516,30 +24516,30 @@ private:
TAO_ClientRequestInfo_CORBA_InterfaceDef_base_interfaces_get::TAO_ClientRequestInfo_CORBA_InterfaceDef_base_interfaces_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_InterfaceDef_base_interfaces_get::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_InterfaceDef_base_interfaces_get::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return parameter_list;
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_InterfaceDef_base_interfaces_get::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_InterfaceDef_base_interfaces_get::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -24547,13 +24547,13 @@ TAO_ClientRequestInfo_CORBA_InterfaceDef_base_interfaces_get::exceptions (TAO_EN
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_InterfaceDef_base_interfaces_get::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_InterfaceDef_base_interfaces_get::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -24576,21 +24576,21 @@ public:
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
const CORBA_InterfaceDefSeq & base_interfaces
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -24606,19 +24606,19 @@ TAO_ClientRequestInfo_CORBA_InterfaceDef_base_interfaces_set::TAO_ClientRequestI
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
const CORBA_InterfaceDefSeq & base_interfaces
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target),
base_interfaces_ (base_interfaces)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_InterfaceDef_base_interfaces_set::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_InterfaceDef_base_interfaces_set::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
Dynamic::ParameterList_var safe_parameter_list = parameter_list;
@@ -24634,12 +24634,12 @@ TAO_ClientRequestInfo_CORBA_InterfaceDef_base_interfaces_set::arguments (TAO_ENV
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_InterfaceDef_base_interfaces_set::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_InterfaceDef_base_interfaces_set::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -24647,13 +24647,13 @@ TAO_ClientRequestInfo_CORBA_InterfaceDef_base_interfaces_set::exceptions (TAO_EN
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_InterfaceDef_base_interfaces_set::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_InterfaceDef_base_interfaces_set::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 1;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return result_any;
@@ -24666,21 +24666,21 @@ public:
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
const char * interface_id
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -24698,19 +24698,19 @@ TAO_ClientRequestInfo_CORBA_InterfaceDef_is_a::TAO_ClientRequestInfo_CORBA_Inter
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
const char * interface_id
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target),
interface_id_ (interface_id)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_InterfaceDef_is_a::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_InterfaceDef_is_a::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
Dynamic::ParameterList_var safe_parameter_list = parameter_list;
@@ -24726,12 +24726,12 @@ TAO_ClientRequestInfo_CORBA_InterfaceDef_is_a::arguments (TAO_ENV_SINGLE_ARG_DEC
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_InterfaceDef_is_a::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_InterfaceDef_is_a::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -24739,13 +24739,13 @@ TAO_ClientRequestInfo_CORBA_InterfaceDef_is_a::exceptions (TAO_ENV_SINGLE_ARG_DE
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_InterfaceDef_is_a::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_InterfaceDef_is_a::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -24767,21 +24767,21 @@ public:
TAO_ClientRequestInfo_CORBA_InterfaceDef_describe_interface (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -24797,30 +24797,30 @@ private:
TAO_ClientRequestInfo_CORBA_InterfaceDef_describe_interface::TAO_ClientRequestInfo_CORBA_InterfaceDef_describe_interface (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_InterfaceDef_describe_interface::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_InterfaceDef_describe_interface::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return parameter_list;
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_InterfaceDef_describe_interface::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_InterfaceDef_describe_interface::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -24828,13 +24828,13 @@ TAO_ClientRequestInfo_CORBA_InterfaceDef_describe_interface::exceptions (TAO_ENV
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_InterfaceDef_describe_interface::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_InterfaceDef_describe_interface::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -24861,21 +24861,21 @@ public:
const char * version,
CORBA_IDLType_ptr type,
CORBA::AttributeMode & mode
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -24901,7 +24901,7 @@ TAO_ClientRequestInfo_CORBA_InterfaceDef_create_attribute::TAO_ClientRequestInfo
const char * version,
CORBA_IDLType_ptr type,
CORBA::AttributeMode & mode
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target),
id_ (id),
@@ -24912,12 +24912,12 @@ TAO_ClientRequestInfo_CORBA_InterfaceDef_create_attribute::TAO_ClientRequestInfo
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_InterfaceDef_create_attribute::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_InterfaceDef_create_attribute::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
Dynamic::ParameterList_var safe_parameter_list = parameter_list;
@@ -24945,12 +24945,12 @@ TAO_ClientRequestInfo_CORBA_InterfaceDef_create_attribute::arguments (TAO_ENV_SI
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_InterfaceDef_create_attribute::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_InterfaceDef_create_attribute::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -24958,13 +24958,13 @@ TAO_ClientRequestInfo_CORBA_InterfaceDef_create_attribute::exceptions (TAO_ENV_S
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_InterfaceDef_create_attribute::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_InterfaceDef_create_attribute::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -24994,21 +24994,21 @@ public:
const CORBA_ParDescriptionSeq & params,
const CORBA_ExceptionDefSeq & exceptions,
const CORBA_ContextIdSeq & contexts
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -25040,7 +25040,7 @@ TAO_ClientRequestInfo_CORBA_InterfaceDef_create_operation::TAO_ClientRequestInfo
const CORBA_ParDescriptionSeq & params,
const CORBA_ExceptionDefSeq & exceptions,
const CORBA_ContextIdSeq & contexts
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target),
id_ (id),
@@ -25054,12 +25054,12 @@ TAO_ClientRequestInfo_CORBA_InterfaceDef_create_operation::TAO_ClientRequestInfo
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_InterfaceDef_create_operation::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_InterfaceDef_create_operation::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
Dynamic::ParameterList_var safe_parameter_list = parameter_list;
@@ -25096,12 +25096,12 @@ TAO_ClientRequestInfo_CORBA_InterfaceDef_create_operation::arguments (TAO_ENV_SI
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_InterfaceDef_create_operation::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_InterfaceDef_create_operation::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -25109,13 +25109,13 @@ TAO_ClientRequestInfo_CORBA_InterfaceDef_create_operation::exceptions (TAO_ENV_S
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_InterfaceDef_create_operation::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_InterfaceDef_create_operation::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -25147,7 +25147,7 @@ _TAO_CORBA_InterfaceDef_Remote_Proxy_Impl::_TAO_CORBA_InterfaceDef_Remote_Proxy_
CORBA_InterfaceDefSeq * _TAO_CORBA_InterfaceDef_Remote_Proxy_Impl::base_interfaces (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -25191,7 +25191,7 @@ CORBA_InterfaceDefSeq * _TAO_CORBA_InterfaceDef_Remote_Proxy_Impl::base_interfac
TAO_ClientRequestInfo_CORBA_InterfaceDef_base_interfaces_get ri (
&_tao_call,
_collocated_tao_target_
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -25207,7 +25207,7 @@ CORBA_InterfaceDefSeq * _TAO_CORBA_InterfaceDef_Remote_Proxy_Impl::base_interfac
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -25219,17 +25219,17 @@ CORBA_InterfaceDefSeq * _TAO_CORBA_InterfaceDef_Remote_Proxy_Impl::base_interfac
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -25246,7 +25246,7 @@ CORBA_InterfaceDefSeq * _TAO_CORBA_InterfaceDef_Remote_Proxy_Impl::base_interfac
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -25274,7 +25274,7 @@ CORBA_InterfaceDefSeq * _TAO_CORBA_InterfaceDef_Remote_Proxy_Impl::base_interfac
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -25284,12 +25284,12 @@ CORBA_InterfaceDefSeq * _TAO_CORBA_InterfaceDef_Remote_Proxy_Impl::base_interfac
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -25300,7 +25300,7 @@ CORBA_InterfaceDefSeq * _TAO_CORBA_InterfaceDef_Remote_Proxy_Impl::base_interfac
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -25317,7 +25317,7 @@ return _tao_safe_retval._retn ();
void _TAO_CORBA_InterfaceDef_Remote_Proxy_Impl::base_interfaces (
CORBA_Object *_collocated_tao_target_,
const CORBA_InterfaceDefSeq & base_interfaces
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -25360,7 +25360,7 @@ void _TAO_CORBA_InterfaceDef_Remote_Proxy_Impl::base_interfaces (
&_tao_call,
_collocated_tao_target_,
base_interfaces
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK;
@@ -25376,7 +25376,7 @@ void _TAO_CORBA_InterfaceDef_Remote_Proxy_Impl::base_interfaces (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -25388,12 +25388,12 @@ void _TAO_CORBA_InterfaceDef_Remote_Proxy_Impl::base_interfaces (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK;
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK;
@@ -25406,7 +25406,7 @@ void _TAO_CORBA_InterfaceDef_Remote_Proxy_Impl::base_interfaces (
);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK;
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -25422,7 +25422,7 @@ void _TAO_CORBA_InterfaceDef_Remote_Proxy_Impl::base_interfaces (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -25436,7 +25436,7 @@ void _TAO_CORBA_InterfaceDef_Remote_Proxy_Impl::base_interfaces (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -25446,12 +25446,12 @@ void _TAO_CORBA_InterfaceDef_Remote_Proxy_Impl::base_interfaces (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -25462,7 +25462,7 @@ void _TAO_CORBA_InterfaceDef_Remote_Proxy_Impl::base_interfaces (
ACE_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -25479,7 +25479,7 @@ void _TAO_CORBA_InterfaceDef_Remote_Proxy_Impl::base_interfaces (
CORBA::Boolean _TAO_CORBA_InterfaceDef_Remote_Proxy_Impl::is_a (
CORBA_Object *_collocated_tao_target_,
const char * interface_id
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -25522,7 +25522,7 @@ CORBA::Boolean _TAO_CORBA_InterfaceDef_Remote_Proxy_Impl::is_a (
&_tao_call,
_collocated_tao_target_,
interface_id
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (_tao_retval);
@@ -25538,7 +25538,7 @@ CORBA::Boolean _TAO_CORBA_InterfaceDef_Remote_Proxy_Impl::is_a (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -25550,12 +25550,12 @@ CORBA::Boolean _TAO_CORBA_InterfaceDef_Remote_Proxy_Impl::is_a (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (_tao_retval);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (_tao_retval);
@@ -25569,7 +25569,7 @@ CORBA::Boolean _TAO_CORBA_InterfaceDef_Remote_Proxy_Impl::is_a (
);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (_tao_retval);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -25586,7 +25586,7 @@ CORBA::Boolean _TAO_CORBA_InterfaceDef_Remote_Proxy_Impl::is_a (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -25613,7 +25613,7 @@ CORBA::Boolean _TAO_CORBA_InterfaceDef_Remote_Proxy_Impl::is_a (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -25623,12 +25623,12 @@ CORBA::Boolean _TAO_CORBA_InterfaceDef_Remote_Proxy_Impl::is_a (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -25639,7 +25639,7 @@ CORBA::Boolean _TAO_CORBA_InterfaceDef_Remote_Proxy_Impl::is_a (
ACE_CHECK_RETURN (_tao_retval);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (_tao_retval);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -25655,7 +25655,7 @@ return _tao_retval;
CORBA_InterfaceDef::FullInterfaceDescription * _TAO_CORBA_InterfaceDef_Remote_Proxy_Impl::describe_interface (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -25698,7 +25698,7 @@ CORBA_InterfaceDef::FullInterfaceDescription * _TAO_CORBA_InterfaceDef_Remote_Pr
TAO_ClientRequestInfo_CORBA_InterfaceDef_describe_interface ri (
&_tao_call,
_collocated_tao_target_
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -25714,7 +25714,7 @@ CORBA_InterfaceDef::FullInterfaceDescription * _TAO_CORBA_InterfaceDef_Remote_Pr
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -25726,17 +25726,17 @@ CORBA_InterfaceDef::FullInterfaceDescription * _TAO_CORBA_InterfaceDef_Remote_Pr
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -25753,7 +25753,7 @@ CORBA_InterfaceDef::FullInterfaceDescription * _TAO_CORBA_InterfaceDef_Remote_Pr
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -25781,7 +25781,7 @@ CORBA_InterfaceDef::FullInterfaceDescription * _TAO_CORBA_InterfaceDef_Remote_Pr
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -25791,12 +25791,12 @@ CORBA_InterfaceDef::FullInterfaceDescription * _TAO_CORBA_InterfaceDef_Remote_Pr
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -25807,7 +25807,7 @@ CORBA_InterfaceDef::FullInterfaceDescription * _TAO_CORBA_InterfaceDef_Remote_Pr
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -25828,7 +25828,7 @@ CORBA_AttributeDef_ptr _TAO_CORBA_InterfaceDef_Remote_Proxy_Impl::create_attribu
const char * version,
CORBA_IDLType_ptr type,
CORBA::AttributeMode mode
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -25876,7 +25876,7 @@ CORBA_AttributeDef_ptr _TAO_CORBA_InterfaceDef_Remote_Proxy_Impl::create_attribu
version,
type,
mode
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -25892,7 +25892,7 @@ CORBA_AttributeDef_ptr _TAO_CORBA_InterfaceDef_Remote_Proxy_Impl::create_attribu
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -25904,12 +25904,12 @@ CORBA_AttributeDef_ptr _TAO_CORBA_InterfaceDef_Remote_Proxy_Impl::create_attribu
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
@@ -25927,7 +25927,7 @@ CORBA_AttributeDef_ptr _TAO_CORBA_InterfaceDef_Remote_Proxy_Impl::create_attribu
);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -25944,7 +25944,7 @@ CORBA_AttributeDef_ptr _TAO_CORBA_InterfaceDef_Remote_Proxy_Impl::create_attribu
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -25972,7 +25972,7 @@ CORBA_AttributeDef_ptr _TAO_CORBA_InterfaceDef_Remote_Proxy_Impl::create_attribu
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -25982,12 +25982,12 @@ CORBA_AttributeDef_ptr _TAO_CORBA_InterfaceDef_Remote_Proxy_Impl::create_attribu
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -25998,7 +25998,7 @@ CORBA_AttributeDef_ptr _TAO_CORBA_InterfaceDef_Remote_Proxy_Impl::create_attribu
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -26022,7 +26022,7 @@ CORBA_OperationDef_ptr _TAO_CORBA_InterfaceDef_Remote_Proxy_Impl::create_operati
const CORBA_ParDescriptionSeq & params,
const CORBA_ExceptionDefSeq & exceptions,
const CORBA_ContextIdSeq & contexts
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -26073,7 +26073,7 @@ CORBA_OperationDef_ptr _TAO_CORBA_InterfaceDef_Remote_Proxy_Impl::create_operati
params,
exceptions,
contexts
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -26089,7 +26089,7 @@ CORBA_OperationDef_ptr _TAO_CORBA_InterfaceDef_Remote_Proxy_Impl::create_operati
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -26101,12 +26101,12 @@ CORBA_OperationDef_ptr _TAO_CORBA_InterfaceDef_Remote_Proxy_Impl::create_operati
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
@@ -26127,7 +26127,7 @@ CORBA_OperationDef_ptr _TAO_CORBA_InterfaceDef_Remote_Proxy_Impl::create_operati
);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -26144,7 +26144,7 @@ CORBA_OperationDef_ptr _TAO_CORBA_InterfaceDef_Remote_Proxy_Impl::create_operati
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -26172,7 +26172,7 @@ CORBA_OperationDef_ptr _TAO_CORBA_InterfaceDef_Remote_Proxy_Impl::create_operati
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -26182,12 +26182,12 @@ CORBA_OperationDef_ptr _TAO_CORBA_InterfaceDef_Remote_Proxy_Impl::create_operati
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -26198,7 +26198,7 @@ CORBA_OperationDef_ptr _TAO_CORBA_InterfaceDef_Remote_Proxy_Impl::create_operati
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -26253,7 +26253,7 @@ _TAO_CORBA_InterfaceDef_Remote_Proxy_Broker::~_TAO_CORBA_InterfaceDef_Remote_Pro
_TAO_CORBA_InterfaceDef_Proxy_Impl&
_TAO_CORBA_InterfaceDef_Remote_Proxy_Broker::select_proxy (
::CORBA_InterfaceDef *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
{
return this->remote_proxy_impl_;
@@ -26300,24 +26300,24 @@ void CORBA_InterfaceDef::_tao_any_destructor (void *_tao_void_pointer)
CORBA_InterfaceDef_ptr CORBA_InterfaceDef::_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
if (CORBA::is_nil (obj))
return CORBA_InterfaceDef::_nil ();
if (! obj->_is_local ())
{
- CORBA::Boolean is_a = obj->_is_a ("IDL:omg.org/CORBA/InterfaceDef:1.0" TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean is_a = obj->_is_a ("IDL:omg.org/CORBA/InterfaceDef:1.0" ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (CORBA_InterfaceDef::_nil ());
if (is_a == 0)
return CORBA_InterfaceDef::_nil ();
}
- return CORBA_InterfaceDef::_unchecked_narrow (obj TAO_ENV_ARG_PARAMETER);
+ return CORBA_InterfaceDef::_unchecked_narrow (obj ACE_ENV_ARG_PARAMETER);
}
CORBA_InterfaceDef_ptr CORBA_InterfaceDef::_unchecked_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
{
if (CORBA::is_nil (obj))
@@ -26372,7 +26372,7 @@ CORBA_InterfaceDef::_duplicate (CORBA_InterfaceDef_ptr obj)
return obj;
}
-CORBA::Boolean CORBA_InterfaceDef::_is_a (const CORBA::Char *value TAO_ENV_ARG_DECL)
+CORBA::Boolean CORBA_InterfaceDef::_is_a (const CORBA::Char *value ACE_ENV_ARG_DECL)
{
if (
(!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA/InterfaceDef:1.0")) ||
@@ -26383,7 +26383,7 @@ CORBA::Boolean CORBA_InterfaceDef::_is_a (const CORBA::Char *value TAO_ENV_ARG_D
(!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA/Object:1.0")))
return 1; // success using local knowledge
else
- return this->CORBA_Object::_is_a (value TAO_ENV_ARG_PARAMETER);
+ return this->CORBA_Object::_is_a (value ACE_ENV_ARG_PARAMETER);
}
void *CORBA_InterfaceDef::_tao_QueryInterface (ptr_arith_t type)
@@ -26456,57 +26456,57 @@ const char* CORBA_InterfaceDef::_interface_repository_id (void) const
}
CORBA_InterfaceDefSeq * CORBA_InterfaceDef::base_interfaces (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_InterfaceDef_Proxy_Impl &proxy =
- this->the_TAO_CORBA_InterfaceDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_InterfaceDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.base_interfaces (
this
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
void CORBA_InterfaceDef::base_interfaces (
const CORBA_InterfaceDefSeq & base_interfaces
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_InterfaceDef_Proxy_Impl &proxy =
- this->the_TAO_CORBA_InterfaceDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_InterfaceDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
proxy.base_interfaces (
this,
base_interfaces
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
CORBA::Boolean CORBA_InterfaceDef::is_a (
const char * interface_id
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_InterfaceDef_Proxy_Impl &proxy =
- this->the_TAO_CORBA_InterfaceDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_InterfaceDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.is_a (
this,
interface_id
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
@@ -27437,19 +27437,19 @@ void CORBA_InterfaceDef::FullInterfaceDescription::_tao_any_destructor (void *_t
}
CORBA_InterfaceDef::FullInterfaceDescription * CORBA_InterfaceDef::describe_interface (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_InterfaceDef_Proxy_Impl &proxy =
- this->the_TAO_CORBA_InterfaceDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_InterfaceDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.describe_interface (
this
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
@@ -27459,14 +27459,14 @@ CORBA_AttributeDef_ptr CORBA_InterfaceDef::create_attribute (
const char * version,
CORBA_IDLType_ptr type,
CORBA::AttributeMode mode
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_InterfaceDef_Proxy_Impl &proxy =
- this->the_TAO_CORBA_InterfaceDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_InterfaceDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.create_attribute (
@@ -27476,7 +27476,7 @@ CORBA_AttributeDef_ptr CORBA_InterfaceDef::create_attribute (
version,
type,
mode
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
@@ -27489,14 +27489,14 @@ CORBA_OperationDef_ptr CORBA_InterfaceDef::create_operation (
const CORBA_ParDescriptionSeq & params,
const CORBA_ExceptionDefSeq & exceptions,
const CORBA_ContextIdSeq & contexts
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_InterfaceDef_Proxy_Impl &proxy =
- this->the_TAO_CORBA_InterfaceDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_InterfaceDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.create_operation (
@@ -27509,7 +27509,7 @@ CORBA_OperationDef_ptr CORBA_InterfaceDef::create_operation (
params,
exceptions,
contexts
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
@@ -27546,10 +27546,10 @@ tao_CORBA_AbstractInterfaceDef_nil (
CORBA_AbstractInterfaceDef_ptr
tao_CORBA_AbstractInterfaceDef_narrow (
CORBA::Object *p
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
- return CORBA_AbstractInterfaceDef::_narrow (p TAO_ENV_ARG_PARAMETER);
+ return CORBA_AbstractInterfaceDef::_narrow (p ACE_ENV_ARG_PARAMETER);
}
CORBA::Object *
@@ -27673,10 +27673,10 @@ CORBA_AbstractInterfaceDef_var::tao_nil (void)
::CORBA_AbstractInterfaceDef_ptr
CORBA_AbstractInterfaceDef_var::tao_narrow (
CORBA::Object *p
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
- return ::CORBA_AbstractInterfaceDef::_narrow (p TAO_ENV_ARG_PARAMETER);
+ return ::CORBA_AbstractInterfaceDef::_narrow (p ACE_ENV_ARG_PARAMETER);
}
CORBA::Object *
@@ -27803,7 +27803,7 @@ _TAO_CORBA_AbstractInterfaceDef_Remote_Proxy_Broker::~_TAO_CORBA_AbstractInterfa
_TAO_CORBA_AbstractInterfaceDef_Proxy_Impl&
_TAO_CORBA_AbstractInterfaceDef_Remote_Proxy_Broker::select_proxy (
::CORBA_AbstractInterfaceDef *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
{
return this->remote_proxy_impl_;
@@ -27846,24 +27846,24 @@ void CORBA_AbstractInterfaceDef::_tao_any_destructor (void *_tao_void_pointer)
CORBA_AbstractInterfaceDef_ptr CORBA_AbstractInterfaceDef::_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
if (CORBA::is_nil (obj))
return CORBA_AbstractInterfaceDef::_nil ();
if (! obj->_is_local ())
{
- CORBA::Boolean is_a = obj->_is_a ("IDL:omg.org/CORBA/AbstractInterfaceDef:1.0" TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean is_a = obj->_is_a ("IDL:omg.org/CORBA/AbstractInterfaceDef:1.0" ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (CORBA_AbstractInterfaceDef::_nil ());
if (is_a == 0)
return CORBA_AbstractInterfaceDef::_nil ();
}
- return CORBA_AbstractInterfaceDef::_unchecked_narrow (obj TAO_ENV_ARG_PARAMETER);
+ return CORBA_AbstractInterfaceDef::_unchecked_narrow (obj ACE_ENV_ARG_PARAMETER);
}
CORBA_AbstractInterfaceDef_ptr CORBA_AbstractInterfaceDef::_unchecked_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
{
if (CORBA::is_nil (obj))
@@ -27918,7 +27918,7 @@ CORBA_AbstractInterfaceDef::_duplicate (CORBA_AbstractInterfaceDef_ptr obj)
return obj;
}
-CORBA::Boolean CORBA_AbstractInterfaceDef::_is_a (const CORBA::Char *value TAO_ENV_ARG_DECL)
+CORBA::Boolean CORBA_AbstractInterfaceDef::_is_a (const CORBA::Char *value ACE_ENV_ARG_DECL)
{
if (
(!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA/AbstractInterfaceDef:1.0")) ||
@@ -27930,7 +27930,7 @@ CORBA::Boolean CORBA_AbstractInterfaceDef::_is_a (const CORBA::Char *value TAO_E
(!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA/Object:1.0")))
return 1; // success using local knowledge
else
- return this->CORBA_Object::_is_a (value TAO_ENV_ARG_PARAMETER);
+ return this->CORBA_Object::_is_a (value ACE_ENV_ARG_PARAMETER);
}
void *CORBA_AbstractInterfaceDef::_tao_QueryInterface (ptr_arith_t type)
@@ -28041,10 +28041,10 @@ tao_CORBA_LocalInterfaceDef_nil (
CORBA_LocalInterfaceDef_ptr
tao_CORBA_LocalInterfaceDef_narrow (
CORBA::Object *p
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
- return CORBA_LocalInterfaceDef::_narrow (p TAO_ENV_ARG_PARAMETER);
+ return CORBA_LocalInterfaceDef::_narrow (p ACE_ENV_ARG_PARAMETER);
}
CORBA::Object *
@@ -28168,10 +28168,10 @@ CORBA_LocalInterfaceDef_var::tao_nil (void)
::CORBA_LocalInterfaceDef_ptr
CORBA_LocalInterfaceDef_var::tao_narrow (
CORBA::Object *p
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
- return ::CORBA_LocalInterfaceDef::_narrow (p TAO_ENV_ARG_PARAMETER);
+ return ::CORBA_LocalInterfaceDef::_narrow (p ACE_ENV_ARG_PARAMETER);
}
CORBA::Object *
@@ -28298,7 +28298,7 @@ _TAO_CORBA_LocalInterfaceDef_Remote_Proxy_Broker::~_TAO_CORBA_LocalInterfaceDef_
_TAO_CORBA_LocalInterfaceDef_Proxy_Impl&
_TAO_CORBA_LocalInterfaceDef_Remote_Proxy_Broker::select_proxy (
::CORBA_LocalInterfaceDef *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
{
return this->remote_proxy_impl_;
@@ -28341,24 +28341,24 @@ void CORBA_LocalInterfaceDef::_tao_any_destructor (void *_tao_void_pointer)
CORBA_LocalInterfaceDef_ptr CORBA_LocalInterfaceDef::_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
if (CORBA::is_nil (obj))
return CORBA_LocalInterfaceDef::_nil ();
if (! obj->_is_local ())
{
- CORBA::Boolean is_a = obj->_is_a ("IDL:omg.org/CORBA/LocalInterfaceDef:1.0" TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean is_a = obj->_is_a ("IDL:omg.org/CORBA/LocalInterfaceDef:1.0" ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (CORBA_LocalInterfaceDef::_nil ());
if (is_a == 0)
return CORBA_LocalInterfaceDef::_nil ();
}
- return CORBA_LocalInterfaceDef::_unchecked_narrow (obj TAO_ENV_ARG_PARAMETER);
+ return CORBA_LocalInterfaceDef::_unchecked_narrow (obj ACE_ENV_ARG_PARAMETER);
}
CORBA_LocalInterfaceDef_ptr CORBA_LocalInterfaceDef::_unchecked_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
{
if (CORBA::is_nil (obj))
@@ -28413,7 +28413,7 @@ CORBA_LocalInterfaceDef::_duplicate (CORBA_LocalInterfaceDef_ptr obj)
return obj;
}
-CORBA::Boolean CORBA_LocalInterfaceDef::_is_a (const CORBA::Char *value TAO_ENV_ARG_DECL)
+CORBA::Boolean CORBA_LocalInterfaceDef::_is_a (const CORBA::Char *value ACE_ENV_ARG_DECL)
{
if (
(!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA/LocalInterfaceDef:1.0")) ||
@@ -28425,7 +28425,7 @@ CORBA::Boolean CORBA_LocalInterfaceDef::_is_a (const CORBA::Char *value TAO_ENV_
(!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA/Object:1.0")))
return 1; // success using local knowledge
else
- return this->CORBA_Object::_is_a (value TAO_ENV_ARG_PARAMETER);
+ return this->CORBA_Object::_is_a (value ACE_ENV_ARG_PARAMETER);
}
void *CORBA_LocalInterfaceDef::_tao_QueryInterface (ptr_arith_t type)
@@ -28526,7 +28526,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, CORBA::PrimitiveKind &_t
{
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (CORBA::_tc_PrimitiveKind TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (CORBA::_tc_PrimitiveKind ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -28572,7 +28572,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, CORBA_Repository_ptr &_t
_tao_elem = CORBA_Repository::_nil ();
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (CORBA::_tc_Repository TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (CORBA::_tc_Repository ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -28633,7 +28633,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, CORBA_ModuleDef_ptr &_ta
_tao_elem = CORBA_ModuleDef::_nil ();
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (CORBA::_tc_ModuleDef TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (CORBA::_tc_ModuleDef ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -28708,7 +28708,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, const CORBA_ModuleDescri
{
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (CORBA::_tc_ModuleDescription TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (CORBA::_tc_ModuleDescription ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -28777,7 +28777,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, CORBA_ConstantDef_ptr &_
_tao_elem = CORBA_ConstantDef::_nil ();
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (CORBA::_tc_ConstantDef TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (CORBA::_tc_ConstantDef ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -28852,7 +28852,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, const CORBA_ConstantDesc
{
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (CORBA::_tc_ConstantDescription TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (CORBA::_tc_ConstantDescription ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -28921,7 +28921,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, CORBA_StructDef_ptr &_ta
_tao_elem = CORBA_StructDef::_nil ();
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (CORBA::_tc_StructDef TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (CORBA::_tc_StructDef ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -28982,7 +28982,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, CORBA_UnionDef_ptr &_tao
_tao_elem = CORBA_UnionDef::_nil ();
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (CORBA::_tc_UnionDef TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (CORBA::_tc_UnionDef ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -29043,7 +29043,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, CORBA_EnumDef_ptr &_tao_
_tao_elem = CORBA_EnumDef::_nil ();
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (CORBA::_tc_EnumDef TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (CORBA::_tc_EnumDef ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -29104,7 +29104,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, CORBA_AliasDef_ptr &_tao
_tao_elem = CORBA_AliasDef::_nil ();
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (CORBA::_tc_AliasDef TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (CORBA::_tc_AliasDef ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -29165,7 +29165,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, CORBA_NativeDef_ptr &_ta
_tao_elem = CORBA_NativeDef::_nil ();
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (CORBA::_tc_NativeDef TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (CORBA::_tc_NativeDef ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -29226,7 +29226,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, CORBA_PrimitiveDef_ptr &
_tao_elem = CORBA_PrimitiveDef::_nil ();
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (CORBA::_tc_PrimitiveDef TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (CORBA::_tc_PrimitiveDef ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -29287,7 +29287,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, CORBA_StringDef_ptr &_ta
_tao_elem = CORBA_StringDef::_nil ();
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (CORBA::_tc_StringDef TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (CORBA::_tc_StringDef ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -29348,7 +29348,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, CORBA_WstringDef_ptr &_t
_tao_elem = CORBA_WstringDef::_nil ();
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (CORBA::_tc_WstringDef TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (CORBA::_tc_WstringDef ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -29409,7 +29409,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, CORBA_SequenceDef_ptr &_
_tao_elem = CORBA_SequenceDef::_nil ();
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (CORBA::_tc_SequenceDef TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (CORBA::_tc_SequenceDef ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -29470,7 +29470,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, CORBA_ArrayDef_ptr &_tao
_tao_elem = CORBA_ArrayDef::_nil ();
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (CORBA::_tc_ArrayDef TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (CORBA::_tc_ArrayDef ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -29531,7 +29531,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, CORBA_ExceptionDef_ptr &
_tao_elem = CORBA_ExceptionDef::_nil ();
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (CORBA::_tc_ExceptionDef TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (CORBA::_tc_ExceptionDef ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -29606,7 +29606,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, const CORBA_ExceptionDes
{
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (CORBA::_tc_ExceptionDescription TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (CORBA::_tc_ExceptionDescription ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -29697,7 +29697,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, const CORBA_ExceptionDef
{
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (CORBA::_tc_ExceptionDefSeq TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (CORBA::_tc_ExceptionDefSeq ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -29788,7 +29788,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, const CORBA_ExcDescripti
{
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (CORBA::_tc_ExcDescriptionSeq TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (CORBA::_tc_ExcDescriptionSeq ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -29851,7 +29851,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, CORBA::AttributeMode &_t
{
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (CORBA::_tc_AttributeMode TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (CORBA::_tc_AttributeMode ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -29897,7 +29897,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, CORBA_AttributeDef_ptr &
_tao_elem = CORBA_AttributeDef::_nil ();
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (CORBA::_tc_AttributeDef TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (CORBA::_tc_AttributeDef ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -29972,7 +29972,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, const CORBA_AttributeDes
{
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (CORBA::_tc_AttributeDescription TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (CORBA::_tc_AttributeDescription ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -30035,7 +30035,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, CORBA::OperationMode &_t
{
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (CORBA::_tc_OperationMode TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (CORBA::_tc_OperationMode ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -30075,7 +30075,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, CORBA::ParameterMode &_t
{
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (CORBA::_tc_ParameterMode TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (CORBA::_tc_ParameterMode ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -30135,7 +30135,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, const CORBA_ParameterDes
{
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (CORBA::_tc_ParameterDescription TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (CORBA::_tc_ParameterDescription ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -30226,7 +30226,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, const CORBA_ParDescripti
{
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (CORBA::_tc_ParDescriptionSeq TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (CORBA::_tc_ParDescriptionSeq ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -30317,7 +30317,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, const CORBA_ContextIdSeq
{
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (CORBA::_tc_ContextIdSeq TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (CORBA::_tc_ContextIdSeq ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -30386,7 +30386,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, CORBA_OperationDef_ptr &
_tao_elem = CORBA_OperationDef::_nil ();
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (CORBA::_tc_OperationDef TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (CORBA::_tc_OperationDef ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -30461,7 +30461,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, const CORBA_OperationDes
{
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (CORBA::_tc_OperationDescription TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (CORBA::_tc_OperationDescription ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -30552,7 +30552,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, const CORBA_RepositoryId
{
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (CORBA::_tc_RepositoryIdSeq TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (CORBA::_tc_RepositoryIdSeq ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -30643,7 +30643,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, const CORBA_OpDescriptio
{
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (CORBA::_tc_OpDescriptionSeq TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (CORBA::_tc_OpDescriptionSeq ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -30734,7 +30734,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, const CORBA_AttrDescript
{
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (CORBA::_tc_AttrDescriptionSeq TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (CORBA::_tc_AttrDescriptionSeq ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -30803,7 +30803,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, CORBA_InterfaceDef_ptr &
_tao_elem = CORBA_InterfaceDef::_nil ();
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (CORBA::_tc_InterfaceDef TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (CORBA::_tc_InterfaceDef ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -30878,7 +30878,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, const CORBA_InterfaceDef
{
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (CORBA_InterfaceDef::_tc_FullInterfaceDescription TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (CORBA_InterfaceDef::_tc_FullInterfaceDescription ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -30961,7 +30961,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, const CORBA_InterfaceDes
{
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (CORBA::_tc_InterfaceDescription TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (CORBA::_tc_InterfaceDescription ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -31030,7 +31030,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, CORBA_AbstractInterfaceD
_tao_elem = CORBA_AbstractInterfaceDef::_nil ();
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (CORBA::_tc_AbstractInterfaceDef TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (CORBA::_tc_AbstractInterfaceDef ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -31091,7 +31091,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, CORBA_LocalInterfaceDef_
_tao_elem = CORBA_LocalInterfaceDef::_nil ();
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (CORBA::_tc_LocalInterfaceDef TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (CORBA::_tc_LocalInterfaceDef ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -31152,7 +31152,7 @@ CORBA::Boolean operator>> (
_tao_objref =
CORBA_Repository::_unchecked_narrow (
obj.in ()
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
return 1;
@@ -31188,7 +31188,7 @@ CORBA::Boolean operator>> (
_tao_objref =
CORBA_ModuleDef::_unchecked_narrow (
obj.in ()
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
return 1;
@@ -31224,7 +31224,7 @@ CORBA::Boolean operator>> (
_tao_objref =
CORBA_ConstantDef::_unchecked_narrow (
obj.in ()
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
return 1;
@@ -31260,7 +31260,7 @@ CORBA::Boolean operator>> (
_tao_objref =
CORBA_StructDef::_unchecked_narrow (
obj.in ()
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
return 1;
@@ -31296,7 +31296,7 @@ CORBA::Boolean operator>> (
_tao_objref =
CORBA_UnionDef::_unchecked_narrow (
obj.in ()
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
return 1;
@@ -31332,7 +31332,7 @@ CORBA::Boolean operator>> (
_tao_objref =
CORBA_EnumDef::_unchecked_narrow (
obj.in ()
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
return 1;
@@ -31368,7 +31368,7 @@ CORBA::Boolean operator>> (
_tao_objref =
CORBA_AliasDef::_unchecked_narrow (
obj.in ()
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
return 1;
@@ -31404,7 +31404,7 @@ CORBA::Boolean operator>> (
_tao_objref =
CORBA_NativeDef::_unchecked_narrow (
obj.in ()
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
return 1;
@@ -31440,7 +31440,7 @@ CORBA::Boolean operator>> (
_tao_objref =
CORBA_PrimitiveDef::_unchecked_narrow (
obj.in ()
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
return 1;
@@ -31476,7 +31476,7 @@ CORBA::Boolean operator>> (
_tao_objref =
CORBA_StringDef::_unchecked_narrow (
obj.in ()
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
return 1;
@@ -31512,7 +31512,7 @@ CORBA::Boolean operator>> (
_tao_objref =
CORBA_WstringDef::_unchecked_narrow (
obj.in ()
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
return 1;
@@ -31548,7 +31548,7 @@ CORBA::Boolean operator>> (
_tao_objref =
CORBA_SequenceDef::_unchecked_narrow (
obj.in ()
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
return 1;
@@ -31584,7 +31584,7 @@ CORBA::Boolean operator>> (
_tao_objref =
CORBA_ArrayDef::_unchecked_narrow (
obj.in ()
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
return 1;
@@ -31620,7 +31620,7 @@ CORBA::Boolean operator>> (
_tao_objref =
CORBA_ExceptionDef::_unchecked_narrow (
obj.in ()
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
return 1;
@@ -31740,7 +31740,7 @@ CORBA::Boolean operator>> (
_tao_objref =
CORBA_AttributeDef::_unchecked_narrow (
obj.in ()
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
return 1;
@@ -31860,7 +31860,7 @@ CORBA::Boolean operator>> (
_tao_objref =
CORBA_OperationDef::_unchecked_narrow (
obj.in ()
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
return 1;
@@ -32022,7 +32022,7 @@ CORBA::Boolean operator>> (
_tao_objref =
CORBA_InterfaceDef::_unchecked_narrow (
obj.in ()
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
return 1;
@@ -32058,7 +32058,7 @@ CORBA::Boolean operator>> (
_tao_objref =
CORBA_AbstractInterfaceDef::_unchecked_narrow (
obj.in ()
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
return 1;
@@ -32094,7 +32094,7 @@ CORBA::Boolean operator>> (
_tao_objref =
CORBA_LocalInterfaceDef::_unchecked_narrow (
obj.in ()
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
return 1;
diff --git a/TAO/tao/IFR_Client/IFR_BasicC.h b/TAO/tao/IFR_Client/IFR_BasicC.h
index 992841af4ef..05f9d665f44 100644
--- a/TAO/tao/IFR_Client/IFR_BasicC.h
+++ b/TAO/tao/IFR_Client/IFR_BasicC.h
@@ -94,7 +94,7 @@ public:
static CORBA_PrimitiveDef_ptr tao_nil (void);
static CORBA_PrimitiveDef_ptr tao_narrow (
CORBA::Object *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
);
static CORBA::Object * tao_upcast (void *);
@@ -173,7 +173,7 @@ public:
static CORBA_StringDef_ptr tao_nil (void);
static CORBA_StringDef_ptr tao_narrow (
CORBA::Object *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
);
static CORBA::Object * tao_upcast (void *);
@@ -252,7 +252,7 @@ public:
static CORBA_SequenceDef_ptr tao_nil (void);
static CORBA_SequenceDef_ptr tao_narrow (
CORBA::Object *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
);
static CORBA::Object * tao_upcast (void *);
@@ -331,7 +331,7 @@ public:
static CORBA_ArrayDef_ptr tao_nil (void);
static CORBA_ArrayDef_ptr tao_narrow (
CORBA::Object *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
);
static CORBA::Object * tao_upcast (void *);
@@ -410,7 +410,7 @@ public:
static CORBA_WstringDef_ptr tao_nil (void);
static CORBA_WstringDef_ptr tao_narrow (
CORBA::Object *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
);
static CORBA::Object * tao_upcast (void *);
@@ -489,7 +489,7 @@ public:
static CORBA_FixedDef_ptr tao_nil (void);
static CORBA_FixedDef_ptr tao_narrow (
CORBA::Object *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
);
static CORBA::Object * tao_upcast (void *);
@@ -567,7 +567,7 @@ public:
static CORBA_Repository_ptr tao_nil (void);
static CORBA_Repository_ptr tao_narrow (
CORBA::Object *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
);
static CORBA::Object * tao_upcast (void *);
@@ -631,12 +631,12 @@ public:
static CORBA_Repository_ptr _narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
static CORBA_Repository_ptr _unchecked_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
static CORBA_Repository_ptr _nil (void)
@@ -648,7 +648,7 @@ public:
virtual CORBA_Contained_ptr lookup_id (
const char * search_id
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -656,7 +656,7 @@ public:
virtual CORBA::TypeCode_ptr get_canonical_typecode (
CORBA::TypeCode_ptr tc
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -664,7 +664,7 @@ public:
virtual CORBA_PrimitiveDef_ptr get_primitive (
CORBA::PrimitiveKind kind
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -672,7 +672,7 @@ public:
virtual CORBA_StringDef_ptr create_string (
CORBA::ULong bound
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -680,7 +680,7 @@ public:
virtual CORBA_WstringDef_ptr create_wstring (
CORBA::ULong bound
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -689,7 +689,7 @@ public:
virtual CORBA_SequenceDef_ptr create_sequence (
CORBA::ULong bound,
CORBA_IDLType_ptr element_type
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -698,7 +698,7 @@ public:
virtual CORBA_ArrayDef_ptr create_array (
CORBA::ULong length,
CORBA_IDLType_ptr element_type
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -707,7 +707,7 @@ public:
virtual CORBA_FixedDef_ptr create_fixed (
CORBA::UShort digits,
CORBA::Short scale
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -715,7 +715,7 @@ public:
virtual CORBA::Boolean _is_a (
const CORBA::Char *type_id
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual void *_tao_QueryInterface (ptr_arith_t type);
@@ -766,7 +766,7 @@ public:
virtual CORBA_Contained_ptr lookup_id (
CORBA_Object *_collocated_tao_target_,
const char * search_id
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -775,7 +775,7 @@ public:
virtual CORBA::TypeCode_ptr get_canonical_typecode (
CORBA_Object *_collocated_tao_target_,
CORBA::TypeCode_ptr tc
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -784,7 +784,7 @@ public:
virtual CORBA_PrimitiveDef_ptr get_primitive (
CORBA_Object *_collocated_tao_target_,
CORBA::PrimitiveKind kind
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -793,7 +793,7 @@ public:
virtual CORBA_StringDef_ptr create_string (
CORBA_Object *_collocated_tao_target_,
CORBA::ULong bound
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -802,7 +802,7 @@ public:
virtual CORBA_WstringDef_ptr create_wstring (
CORBA_Object *_collocated_tao_target_,
CORBA::ULong bound
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -812,7 +812,7 @@ public:
CORBA_Object *_collocated_tao_target_,
CORBA::ULong bound,
CORBA_IDLType_ptr element_type
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -822,7 +822,7 @@ public:
CORBA_Object *_collocated_tao_target_,
CORBA::ULong length,
CORBA_IDLType_ptr element_type
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -832,7 +832,7 @@ public:
CORBA_Object *_collocated_tao_target_,
CORBA::UShort digits,
CORBA::Short scale
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -864,7 +864,7 @@ public:
virtual CORBA_Contained_ptr lookup_id (
CORBA_Object *_collocated_tao_target_,
const char * search_id
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -873,7 +873,7 @@ public:
virtual CORBA::TypeCode_ptr get_canonical_typecode (
CORBA_Object *_collocated_tao_target_,
CORBA::TypeCode_ptr tc
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -882,7 +882,7 @@ public:
virtual CORBA_PrimitiveDef_ptr get_primitive (
CORBA_Object *_collocated_tao_target_,
CORBA::PrimitiveKind kind
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -891,7 +891,7 @@ public:
virtual CORBA_StringDef_ptr create_string (
CORBA_Object *_collocated_tao_target_,
CORBA::ULong bound
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -900,7 +900,7 @@ public:
virtual CORBA_WstringDef_ptr create_wstring (
CORBA_Object *_collocated_tao_target_,
CORBA::ULong bound
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -910,7 +910,7 @@ public:
CORBA_Object *_collocated_tao_target_,
CORBA::ULong bound,
CORBA_IDLType_ptr element_type
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -920,7 +920,7 @@ public:
CORBA_Object *_collocated_tao_target_,
CORBA::ULong length,
CORBA_IDLType_ptr element_type
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -930,7 +930,7 @@ public:
CORBA_Object *_collocated_tao_target_,
CORBA::UShort digits,
CORBA::Short scale
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -959,7 +959,7 @@ public:
virtual ~_TAO_CORBA_Repository_Proxy_Broker (void);
virtual _TAO_CORBA_Repository_Proxy_Impl &select_proxy (
CORBA_Repository *object
- TAO_ENV_ARG_DECL_WITH_DEFAULTS
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS
) = 0;
protected:
@@ -986,7 +986,7 @@ public:
virtual _TAO_CORBA_Repository_Proxy_Impl &select_proxy (
CORBA_Repository *object
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
);
private:
@@ -1047,7 +1047,7 @@ public:
static CORBA_ModuleDef_ptr tao_nil (void);
static CORBA_ModuleDef_ptr tao_narrow (
CORBA::Object *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
);
static CORBA::Object * tao_upcast (void *);
@@ -1112,12 +1112,12 @@ public:
static CORBA_ModuleDef_ptr _narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
static CORBA_ModuleDef_ptr _unchecked_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
static CORBA_ModuleDef_ptr _nil (void)
@@ -1129,7 +1129,7 @@ public:
virtual CORBA::Boolean _is_a (
const CORBA::Char *type_id
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual void *_tao_QueryInterface (ptr_arith_t type);
@@ -1225,7 +1225,7 @@ public:
virtual ~_TAO_CORBA_ModuleDef_Proxy_Broker (void);
virtual _TAO_CORBA_ModuleDef_Proxy_Impl &select_proxy (
CORBA_ModuleDef *object
- TAO_ENV_ARG_DECL_WITH_DEFAULTS
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS
) = 0;
protected:
@@ -1252,7 +1252,7 @@ public:
virtual _TAO_CORBA_ModuleDef_Proxy_Impl &select_proxy (
CORBA_ModuleDef *object
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
);
private:
@@ -1380,7 +1380,7 @@ public:
static CORBA_ConstantDef_ptr tao_nil (void);
static CORBA_ConstantDef_ptr tao_narrow (
CORBA::Object *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
);
static CORBA::Object * tao_upcast (void *);
@@ -1444,12 +1444,12 @@ public:
static CORBA_ConstantDef_ptr _narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
static CORBA_ConstantDef_ptr _unchecked_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
static CORBA_ConstantDef_ptr _nil (void)
@@ -1460,14 +1460,14 @@ public:
static void _tao_any_destructor (void*);
virtual CORBA::TypeCode_ptr type (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
));
virtual CORBA_IDLType_ptr type_def (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -1475,14 +1475,14 @@ public:
virtual void type_def (
CORBA_IDLType_ptr type_def
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
));
virtual CORBA::Any * value (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -1490,7 +1490,7 @@ public:
virtual void value (
const CORBA::Any & value
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -1498,7 +1498,7 @@ public:
virtual CORBA::Boolean _is_a (
const CORBA::Char *type_id
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual void *_tao_QueryInterface (ptr_arith_t type);
@@ -1548,7 +1548,7 @@ public:
virtual ~_TAO_CORBA_ConstantDef_Proxy_Impl (void) { }
virtual CORBA::TypeCode_ptr type (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -1556,7 +1556,7 @@ public:
virtual CORBA_IDLType_ptr type_def (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -1565,7 +1565,7 @@ public:
virtual void type_def (
CORBA_Object *_collocated_tao_target_,
CORBA_IDLType_ptr type_def
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -1573,7 +1573,7 @@ public:
virtual CORBA::Any * value (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -1582,7 +1582,7 @@ public:
virtual void value (
CORBA_Object *_collocated_tao_target_,
const CORBA::Any & value
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -1613,7 +1613,7 @@ public:
virtual ~_TAO_CORBA_ConstantDef_Remote_Proxy_Impl (void) { }
virtual CORBA::TypeCode_ptr type (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -1621,7 +1621,7 @@ public:
virtual CORBA_IDLType_ptr type_def (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -1630,7 +1630,7 @@ public:
virtual void type_def (
CORBA_Object *_collocated_tao_target_,
CORBA_IDLType_ptr type_def
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -1638,7 +1638,7 @@ public:
virtual CORBA::Any * value (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -1647,7 +1647,7 @@ public:
virtual void value (
CORBA_Object *_collocated_tao_target_,
const CORBA::Any & value
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -1676,7 +1676,7 @@ public:
virtual ~_TAO_CORBA_ConstantDef_Proxy_Broker (void);
virtual _TAO_CORBA_ConstantDef_Proxy_Impl &select_proxy (
CORBA_ConstantDef *object
- TAO_ENV_ARG_DECL_WITH_DEFAULTS
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS
) = 0;
protected:
@@ -1703,7 +1703,7 @@ public:
virtual _TAO_CORBA_ConstantDef_Proxy_Impl &select_proxy (
CORBA_ConstantDef *object
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
);
private:
@@ -1835,7 +1835,7 @@ public:
static CORBA_StructDef_ptr tao_nil (void);
static CORBA_StructDef_ptr tao_narrow (
CORBA::Object *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
);
static CORBA::Object * tao_upcast (void *);
@@ -1900,12 +1900,12 @@ public:
static CORBA_StructDef_ptr _narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
static CORBA_StructDef_ptr _unchecked_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
static CORBA_StructDef_ptr _nil (void)
@@ -1916,7 +1916,7 @@ public:
static void _tao_any_destructor (void*);
virtual CORBA_StructMemberSeq * members (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -1924,7 +1924,7 @@ public:
virtual void members (
const CORBA_StructMemberSeq & members
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -1932,7 +1932,7 @@ public:
virtual CORBA::Boolean _is_a (
const CORBA::Char *type_id
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual void *_tao_QueryInterface (ptr_arith_t type);
@@ -1983,7 +1983,7 @@ public:
virtual ~_TAO_CORBA_StructDef_Proxy_Impl (void) { }
virtual CORBA_StructMemberSeq * members (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -1992,7 +1992,7 @@ public:
virtual void members (
CORBA_Object *_collocated_tao_target_,
const CORBA_StructMemberSeq & members
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -2024,7 +2024,7 @@ public:
virtual ~_TAO_CORBA_StructDef_Remote_Proxy_Impl (void) { }
virtual CORBA_StructMemberSeq * members (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -2033,7 +2033,7 @@ public:
virtual void members (
CORBA_Object *_collocated_tao_target_,
const CORBA_StructMemberSeq & members
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -2062,7 +2062,7 @@ public:
virtual ~_TAO_CORBA_StructDef_Proxy_Broker (void);
virtual _TAO_CORBA_StructDef_Proxy_Impl &select_proxy (
CORBA_StructDef *object
- TAO_ENV_ARG_DECL_WITH_DEFAULTS
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS
) = 0;
protected:
@@ -2089,7 +2089,7 @@ public:
virtual _TAO_CORBA_StructDef_Proxy_Impl &select_proxy (
CORBA_StructDef *object
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
);
private:
@@ -2151,7 +2151,7 @@ public:
static CORBA_UnionDef_ptr tao_nil (void);
static CORBA_UnionDef_ptr tao_narrow (
CORBA::Object *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
);
static CORBA::Object * tao_upcast (void *);
@@ -2216,12 +2216,12 @@ public:
static CORBA_UnionDef_ptr _narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
static CORBA_UnionDef_ptr _unchecked_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
static CORBA_UnionDef_ptr _nil (void)
@@ -2232,14 +2232,14 @@ public:
static void _tao_any_destructor (void*);
virtual CORBA::TypeCode_ptr discriminator_type (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
));
virtual CORBA_IDLType_ptr discriminator_type_def (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -2247,14 +2247,14 @@ public:
virtual void discriminator_type_def (
CORBA_IDLType_ptr discriminator_type_def
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
));
virtual CORBA_UnionMemberSeq * members (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -2262,7 +2262,7 @@ public:
virtual void members (
const CORBA_UnionMemberSeq & members
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -2270,7 +2270,7 @@ public:
virtual CORBA::Boolean _is_a (
const CORBA::Char *type_id
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual void *_tao_QueryInterface (ptr_arith_t type);
@@ -2321,7 +2321,7 @@ public:
virtual ~_TAO_CORBA_UnionDef_Proxy_Impl (void) { }
virtual CORBA::TypeCode_ptr discriminator_type (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -2329,7 +2329,7 @@ public:
virtual CORBA_IDLType_ptr discriminator_type_def (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -2338,7 +2338,7 @@ public:
virtual void discriminator_type_def (
CORBA_Object *_collocated_tao_target_,
CORBA_IDLType_ptr discriminator_type_def
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -2346,7 +2346,7 @@ public:
virtual CORBA_UnionMemberSeq * members (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -2355,7 +2355,7 @@ public:
virtual void members (
CORBA_Object *_collocated_tao_target_,
const CORBA_UnionMemberSeq & members
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -2387,7 +2387,7 @@ public:
virtual ~_TAO_CORBA_UnionDef_Remote_Proxy_Impl (void) { }
virtual CORBA::TypeCode_ptr discriminator_type (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -2395,7 +2395,7 @@ public:
virtual CORBA_IDLType_ptr discriminator_type_def (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -2404,7 +2404,7 @@ public:
virtual void discriminator_type_def (
CORBA_Object *_collocated_tao_target_,
CORBA_IDLType_ptr discriminator_type_def
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -2412,7 +2412,7 @@ public:
virtual CORBA_UnionMemberSeq * members (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -2421,7 +2421,7 @@ public:
virtual void members (
CORBA_Object *_collocated_tao_target_,
const CORBA_UnionMemberSeq & members
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -2450,7 +2450,7 @@ public:
virtual ~_TAO_CORBA_UnionDef_Proxy_Broker (void);
virtual _TAO_CORBA_UnionDef_Proxy_Impl &select_proxy (
CORBA_UnionDef *object
- TAO_ENV_ARG_DECL_WITH_DEFAULTS
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS
) = 0;
protected:
@@ -2477,7 +2477,7 @@ public:
virtual _TAO_CORBA_UnionDef_Proxy_Impl &select_proxy (
CORBA_UnionDef *object
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
);
private:
@@ -2539,7 +2539,7 @@ public:
static CORBA_EnumDef_ptr tao_nil (void);
static CORBA_EnumDef_ptr tao_narrow (
CORBA::Object *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
);
static CORBA::Object * tao_upcast (void *);
@@ -2603,12 +2603,12 @@ public:
static CORBA_EnumDef_ptr _narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
static CORBA_EnumDef_ptr _unchecked_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
static CORBA_EnumDef_ptr _nil (void)
@@ -2619,7 +2619,7 @@ public:
static void _tao_any_destructor (void*);
virtual CORBA_EnumMemberSeq * members (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -2627,7 +2627,7 @@ public:
virtual void members (
const CORBA_EnumMemberSeq & members
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -2635,7 +2635,7 @@ public:
virtual CORBA::Boolean _is_a (
const CORBA::Char *type_id
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual void *_tao_QueryInterface (ptr_arith_t type);
@@ -2685,7 +2685,7 @@ public:
virtual ~_TAO_CORBA_EnumDef_Proxy_Impl (void) { }
virtual CORBA_EnumMemberSeq * members (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -2694,7 +2694,7 @@ public:
virtual void members (
CORBA_Object *_collocated_tao_target_,
const CORBA_EnumMemberSeq & members
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -2725,7 +2725,7 @@ public:
virtual ~_TAO_CORBA_EnumDef_Remote_Proxy_Impl (void) { }
virtual CORBA_EnumMemberSeq * members (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -2734,7 +2734,7 @@ public:
virtual void members (
CORBA_Object *_collocated_tao_target_,
const CORBA_EnumMemberSeq & members
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -2763,7 +2763,7 @@ public:
virtual ~_TAO_CORBA_EnumDef_Proxy_Broker (void);
virtual _TAO_CORBA_EnumDef_Proxy_Impl &select_proxy (
CORBA_EnumDef *object
- TAO_ENV_ARG_DECL_WITH_DEFAULTS
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS
) = 0;
protected:
@@ -2790,7 +2790,7 @@ public:
virtual _TAO_CORBA_EnumDef_Proxy_Impl &select_proxy (
CORBA_EnumDef *object
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
);
private:
@@ -2852,7 +2852,7 @@ public:
static CORBA_AliasDef_ptr tao_nil (void);
static CORBA_AliasDef_ptr tao_narrow (
CORBA::Object *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
);
static CORBA::Object * tao_upcast (void *);
@@ -2916,12 +2916,12 @@ public:
static CORBA_AliasDef_ptr _narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
static CORBA_AliasDef_ptr _unchecked_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
static CORBA_AliasDef_ptr _nil (void)
@@ -2932,7 +2932,7 @@ public:
static void _tao_any_destructor (void*);
virtual CORBA_IDLType_ptr original_type_def (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -2940,7 +2940,7 @@ public:
virtual void original_type_def (
CORBA_IDLType_ptr original_type_def
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -2948,7 +2948,7 @@ public:
virtual CORBA::Boolean _is_a (
const CORBA::Char *type_id
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual void *_tao_QueryInterface (ptr_arith_t type);
@@ -2998,7 +2998,7 @@ public:
virtual ~_TAO_CORBA_AliasDef_Proxy_Impl (void) { }
virtual CORBA_IDLType_ptr original_type_def (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -3007,7 +3007,7 @@ public:
virtual void original_type_def (
CORBA_Object *_collocated_tao_target_,
CORBA_IDLType_ptr original_type_def
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -3038,7 +3038,7 @@ public:
virtual ~_TAO_CORBA_AliasDef_Remote_Proxy_Impl (void) { }
virtual CORBA_IDLType_ptr original_type_def (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -3047,7 +3047,7 @@ public:
virtual void original_type_def (
CORBA_Object *_collocated_tao_target_,
CORBA_IDLType_ptr original_type_def
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -3076,7 +3076,7 @@ public:
virtual ~_TAO_CORBA_AliasDef_Proxy_Broker (void);
virtual _TAO_CORBA_AliasDef_Proxy_Impl &select_proxy (
CORBA_AliasDef *object
- TAO_ENV_ARG_DECL_WITH_DEFAULTS
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS
) = 0;
protected:
@@ -3103,7 +3103,7 @@ public:
virtual _TAO_CORBA_AliasDef_Proxy_Impl &select_proxy (
CORBA_AliasDef *object
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
);
private:
@@ -3165,7 +3165,7 @@ public:
static CORBA_NativeDef_ptr tao_nil (void);
static CORBA_NativeDef_ptr tao_narrow (
CORBA::Object *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
);
static CORBA::Object * tao_upcast (void *);
@@ -3229,12 +3229,12 @@ public:
static CORBA_NativeDef_ptr _narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
static CORBA_NativeDef_ptr _unchecked_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
static CORBA_NativeDef_ptr _nil (void)
@@ -3246,7 +3246,7 @@ public:
virtual CORBA::Boolean _is_a (
const CORBA::Char *type_id
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual void *_tao_QueryInterface (ptr_arith_t type);
@@ -3340,7 +3340,7 @@ public:
virtual ~_TAO_CORBA_NativeDef_Proxy_Broker (void);
virtual _TAO_CORBA_NativeDef_Proxy_Impl &select_proxy (
CORBA_NativeDef *object
- TAO_ENV_ARG_DECL_WITH_DEFAULTS
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS
) = 0;
protected:
@@ -3367,7 +3367,7 @@ public:
virtual _TAO_CORBA_NativeDef_Proxy_Impl &select_proxy (
CORBA_NativeDef *object
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
);
private:
@@ -3414,12 +3414,12 @@ public:
static CORBA_PrimitiveDef_ptr _narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
static CORBA_PrimitiveDef_ptr _unchecked_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
static CORBA_PrimitiveDef_ptr _nil (void)
@@ -3430,7 +3430,7 @@ public:
static void _tao_any_destructor (void*);
virtual CORBA::PrimitiveKind kind (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -3438,7 +3438,7 @@ public:
virtual CORBA::Boolean _is_a (
const CORBA::Char *type_id
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual void *_tao_QueryInterface (ptr_arith_t type);
@@ -3488,7 +3488,7 @@ public:
virtual ~_TAO_CORBA_PrimitiveDef_Proxy_Impl (void) { }
virtual CORBA::PrimitiveKind kind (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -3519,7 +3519,7 @@ public:
virtual ~_TAO_CORBA_PrimitiveDef_Remote_Proxy_Impl (void) { }
virtual CORBA::PrimitiveKind kind (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -3548,7 +3548,7 @@ public:
virtual ~_TAO_CORBA_PrimitiveDef_Proxy_Broker (void);
virtual _TAO_CORBA_PrimitiveDef_Proxy_Impl &select_proxy (
CORBA_PrimitiveDef *object
- TAO_ENV_ARG_DECL_WITH_DEFAULTS
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS
) = 0;
protected:
@@ -3575,7 +3575,7 @@ public:
virtual _TAO_CORBA_PrimitiveDef_Proxy_Impl &select_proxy (
CORBA_PrimitiveDef *object
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
);
private:
@@ -3622,12 +3622,12 @@ public:
static CORBA_StringDef_ptr _narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
static CORBA_StringDef_ptr _unchecked_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
static CORBA_StringDef_ptr _nil (void)
@@ -3638,7 +3638,7 @@ public:
static void _tao_any_destructor (void*);
virtual CORBA::ULong bound (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -3646,7 +3646,7 @@ public:
virtual void bound (
CORBA::ULong bound
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -3654,7 +3654,7 @@ public:
virtual CORBA::Boolean _is_a (
const CORBA::Char *type_id
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual void *_tao_QueryInterface (ptr_arith_t type);
@@ -3704,7 +3704,7 @@ public:
virtual ~_TAO_CORBA_StringDef_Proxy_Impl (void) { }
virtual CORBA::ULong bound (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -3713,7 +3713,7 @@ public:
virtual void bound (
CORBA_Object *_collocated_tao_target_,
CORBA::ULong bound
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -3744,7 +3744,7 @@ public:
virtual ~_TAO_CORBA_StringDef_Remote_Proxy_Impl (void) { }
virtual CORBA::ULong bound (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -3753,7 +3753,7 @@ public:
virtual void bound (
CORBA_Object *_collocated_tao_target_,
CORBA::ULong bound
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -3782,7 +3782,7 @@ public:
virtual ~_TAO_CORBA_StringDef_Proxy_Broker (void);
virtual _TAO_CORBA_StringDef_Proxy_Impl &select_proxy (
CORBA_StringDef *object
- TAO_ENV_ARG_DECL_WITH_DEFAULTS
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS
) = 0;
protected:
@@ -3809,7 +3809,7 @@ public:
virtual _TAO_CORBA_StringDef_Proxy_Impl &select_proxy (
CORBA_StringDef *object
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
);
private:
@@ -3856,12 +3856,12 @@ public:
static CORBA_WstringDef_ptr _narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
static CORBA_WstringDef_ptr _unchecked_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
static CORBA_WstringDef_ptr _nil (void)
@@ -3872,7 +3872,7 @@ public:
static void _tao_any_destructor (void*);
virtual CORBA::ULong bound (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -3880,7 +3880,7 @@ public:
virtual void bound (
CORBA::ULong bound
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -3888,7 +3888,7 @@ public:
virtual CORBA::Boolean _is_a (
const CORBA::Char *type_id
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual void *_tao_QueryInterface (ptr_arith_t type);
@@ -3938,7 +3938,7 @@ public:
virtual ~_TAO_CORBA_WstringDef_Proxy_Impl (void) { }
virtual CORBA::ULong bound (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -3947,7 +3947,7 @@ public:
virtual void bound (
CORBA_Object *_collocated_tao_target_,
CORBA::ULong bound
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -3978,7 +3978,7 @@ public:
virtual ~_TAO_CORBA_WstringDef_Remote_Proxy_Impl (void) { }
virtual CORBA::ULong bound (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -3987,7 +3987,7 @@ public:
virtual void bound (
CORBA_Object *_collocated_tao_target_,
CORBA::ULong bound
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4016,7 +4016,7 @@ public:
virtual ~_TAO_CORBA_WstringDef_Proxy_Broker (void);
virtual _TAO_CORBA_WstringDef_Proxy_Impl &select_proxy (
CORBA_WstringDef *object
- TAO_ENV_ARG_DECL_WITH_DEFAULTS
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS
) = 0;
protected:
@@ -4043,7 +4043,7 @@ public:
virtual _TAO_CORBA_WstringDef_Proxy_Impl &select_proxy (
CORBA_WstringDef *object
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
);
private:
@@ -4090,12 +4090,12 @@ public:
static CORBA_SequenceDef_ptr _narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
static CORBA_SequenceDef_ptr _unchecked_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
static CORBA_SequenceDef_ptr _nil (void)
@@ -4106,7 +4106,7 @@ public:
static void _tao_any_destructor (void*);
virtual CORBA::ULong bound (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4114,21 +4114,21 @@ public:
virtual void bound (
CORBA::ULong bound
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
));
virtual CORBA::TypeCode_ptr element_type (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
));
virtual CORBA_IDLType_ptr element_type_def (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4136,7 +4136,7 @@ public:
virtual void element_type_def (
CORBA_IDLType_ptr element_type_def
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4144,7 +4144,7 @@ public:
virtual CORBA::Boolean _is_a (
const CORBA::Char *type_id
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual void *_tao_QueryInterface (ptr_arith_t type);
@@ -4194,7 +4194,7 @@ public:
virtual ~_TAO_CORBA_SequenceDef_Proxy_Impl (void) { }
virtual CORBA::ULong bound (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4203,7 +4203,7 @@ public:
virtual void bound (
CORBA_Object *_collocated_tao_target_,
CORBA::ULong bound
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4211,7 +4211,7 @@ public:
virtual CORBA::TypeCode_ptr element_type (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4219,7 +4219,7 @@ public:
virtual CORBA_IDLType_ptr element_type_def (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4228,7 +4228,7 @@ public:
virtual void element_type_def (
CORBA_Object *_collocated_tao_target_,
CORBA_IDLType_ptr element_type_def
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4259,7 +4259,7 @@ public:
virtual ~_TAO_CORBA_SequenceDef_Remote_Proxy_Impl (void) { }
virtual CORBA::ULong bound (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4268,7 +4268,7 @@ public:
virtual void bound (
CORBA_Object *_collocated_tao_target_,
CORBA::ULong bound
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4276,7 +4276,7 @@ public:
virtual CORBA::TypeCode_ptr element_type (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4284,7 +4284,7 @@ public:
virtual CORBA_IDLType_ptr element_type_def (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4293,7 +4293,7 @@ public:
virtual void element_type_def (
CORBA_Object *_collocated_tao_target_,
CORBA_IDLType_ptr element_type_def
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4322,7 +4322,7 @@ public:
virtual ~_TAO_CORBA_SequenceDef_Proxy_Broker (void);
virtual _TAO_CORBA_SequenceDef_Proxy_Impl &select_proxy (
CORBA_SequenceDef *object
- TAO_ENV_ARG_DECL_WITH_DEFAULTS
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS
) = 0;
protected:
@@ -4349,7 +4349,7 @@ public:
virtual _TAO_CORBA_SequenceDef_Proxy_Impl &select_proxy (
CORBA_SequenceDef *object
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
);
private:
@@ -4396,12 +4396,12 @@ public:
static CORBA_ArrayDef_ptr _narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
static CORBA_ArrayDef_ptr _unchecked_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
static CORBA_ArrayDef_ptr _nil (void)
@@ -4412,7 +4412,7 @@ public:
static void _tao_any_destructor (void*);
virtual CORBA::ULong length (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4420,21 +4420,21 @@ public:
virtual void length (
CORBA::ULong length
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
));
virtual CORBA::TypeCode_ptr element_type (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
));
virtual CORBA_IDLType_ptr element_type_def (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4442,7 +4442,7 @@ public:
virtual void element_type_def (
CORBA_IDLType_ptr element_type_def
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4450,7 +4450,7 @@ public:
virtual CORBA::Boolean _is_a (
const CORBA::Char *type_id
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual void *_tao_QueryInterface (ptr_arith_t type);
@@ -4500,7 +4500,7 @@ public:
virtual ~_TAO_CORBA_ArrayDef_Proxy_Impl (void) { }
virtual CORBA::ULong length (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4509,7 +4509,7 @@ public:
virtual void length (
CORBA_Object *_collocated_tao_target_,
CORBA::ULong length
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4517,7 +4517,7 @@ public:
virtual CORBA::TypeCode_ptr element_type (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4525,7 +4525,7 @@ public:
virtual CORBA_IDLType_ptr element_type_def (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4534,7 +4534,7 @@ public:
virtual void element_type_def (
CORBA_Object *_collocated_tao_target_,
CORBA_IDLType_ptr element_type_def
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4565,7 +4565,7 @@ public:
virtual ~_TAO_CORBA_ArrayDef_Remote_Proxy_Impl (void) { }
virtual CORBA::ULong length (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4574,7 +4574,7 @@ public:
virtual void length (
CORBA_Object *_collocated_tao_target_,
CORBA::ULong length
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4582,7 +4582,7 @@ public:
virtual CORBA::TypeCode_ptr element_type (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4590,7 +4590,7 @@ public:
virtual CORBA_IDLType_ptr element_type_def (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4599,7 +4599,7 @@ public:
virtual void element_type_def (
CORBA_Object *_collocated_tao_target_,
CORBA_IDLType_ptr element_type_def
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4628,7 +4628,7 @@ public:
virtual ~_TAO_CORBA_ArrayDef_Proxy_Broker (void);
virtual _TAO_CORBA_ArrayDef_Proxy_Impl &select_proxy (
CORBA_ArrayDef *object
- TAO_ENV_ARG_DECL_WITH_DEFAULTS
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS
) = 0;
protected:
@@ -4655,7 +4655,7 @@ public:
virtual _TAO_CORBA_ArrayDef_Proxy_Impl &select_proxy (
CORBA_ArrayDef *object
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
);
private:
@@ -4716,7 +4716,7 @@ public:
static CORBA_ExceptionDef_ptr tao_nil (void);
static CORBA_ExceptionDef_ptr tao_narrow (
CORBA::Object *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
);
static CORBA::Object * tao_upcast (void *);
@@ -4781,12 +4781,12 @@ public:
static CORBA_ExceptionDef_ptr _narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
static CORBA_ExceptionDef_ptr _unchecked_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
static CORBA_ExceptionDef_ptr _nil (void)
@@ -4797,14 +4797,14 @@ public:
static void _tao_any_destructor (void*);
virtual CORBA::TypeCode_ptr type (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
));
virtual CORBA_StructMemberSeq * members (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4812,7 +4812,7 @@ public:
virtual void members (
const CORBA_StructMemberSeq & members
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4820,7 +4820,7 @@ public:
virtual CORBA::Boolean _is_a (
const CORBA::Char *type_id
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual void *_tao_QueryInterface (ptr_arith_t type);
@@ -4871,7 +4871,7 @@ public:
virtual ~_TAO_CORBA_ExceptionDef_Proxy_Impl (void) { }
virtual CORBA::TypeCode_ptr type (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4879,7 +4879,7 @@ public:
virtual CORBA_StructMemberSeq * members (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4888,7 +4888,7 @@ public:
virtual void members (
CORBA_Object *_collocated_tao_target_,
const CORBA_StructMemberSeq & members
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4920,7 +4920,7 @@ public:
virtual ~_TAO_CORBA_ExceptionDef_Remote_Proxy_Impl (void) { }
virtual CORBA::TypeCode_ptr type (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4928,7 +4928,7 @@ public:
virtual CORBA_StructMemberSeq * members (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4937,7 +4937,7 @@ public:
virtual void members (
CORBA_Object *_collocated_tao_target_,
const CORBA_StructMemberSeq & members
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4966,7 +4966,7 @@ public:
virtual ~_TAO_CORBA_ExceptionDef_Proxy_Broker (void);
virtual _TAO_CORBA_ExceptionDef_Proxy_Impl &select_proxy (
CORBA_ExceptionDef *object
- TAO_ENV_ARG_DECL_WITH_DEFAULTS
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS
) = 0;
protected:
@@ -4993,7 +4993,7 @@ public:
virtual _TAO_CORBA_ExceptionDef_Proxy_Impl &select_proxy (
CORBA_ExceptionDef *object
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
);
private:
@@ -5130,7 +5130,7 @@ public:
virtual void _downcast (
void* target,
CORBA_Object *src
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual CORBA_Object* _upcast (void *src) const;
};
@@ -5451,7 +5451,7 @@ public:
static CORBA_AttributeDef_ptr tao_nil (void);
static CORBA_AttributeDef_ptr tao_narrow (
CORBA::Object *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
);
static CORBA::Object * tao_upcast (void *);
@@ -5515,12 +5515,12 @@ public:
static CORBA_AttributeDef_ptr _narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
static CORBA_AttributeDef_ptr _unchecked_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
static CORBA_AttributeDef_ptr _nil (void)
@@ -5531,14 +5531,14 @@ public:
static void _tao_any_destructor (void*);
virtual CORBA::TypeCode_ptr type (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
));
virtual CORBA_IDLType_ptr type_def (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -5546,14 +5546,14 @@ public:
virtual void type_def (
CORBA_IDLType_ptr type_def
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
));
virtual CORBA::AttributeMode mode (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -5561,7 +5561,7 @@ public:
virtual void mode (
CORBA::AttributeMode mode
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -5569,7 +5569,7 @@ public:
virtual CORBA::Boolean _is_a (
const CORBA::Char *type_id
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual void *_tao_QueryInterface (ptr_arith_t type);
@@ -5619,7 +5619,7 @@ public:
virtual ~_TAO_CORBA_AttributeDef_Proxy_Impl (void) { }
virtual CORBA::TypeCode_ptr type (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -5627,7 +5627,7 @@ public:
virtual CORBA_IDLType_ptr type_def (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -5636,7 +5636,7 @@ public:
virtual void type_def (
CORBA_Object *_collocated_tao_target_,
CORBA_IDLType_ptr type_def
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -5644,7 +5644,7 @@ public:
virtual CORBA::AttributeMode mode (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -5653,7 +5653,7 @@ public:
virtual void mode (
CORBA_Object *_collocated_tao_target_,
CORBA::AttributeMode mode
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -5684,7 +5684,7 @@ public:
virtual ~_TAO_CORBA_AttributeDef_Remote_Proxy_Impl (void) { }
virtual CORBA::TypeCode_ptr type (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -5692,7 +5692,7 @@ public:
virtual CORBA_IDLType_ptr type_def (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -5701,7 +5701,7 @@ public:
virtual void type_def (
CORBA_Object *_collocated_tao_target_,
CORBA_IDLType_ptr type_def
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -5709,7 +5709,7 @@ public:
virtual CORBA::AttributeMode mode (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -5718,7 +5718,7 @@ public:
virtual void mode (
CORBA_Object *_collocated_tao_target_,
CORBA::AttributeMode mode
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -5747,7 +5747,7 @@ public:
virtual ~_TAO_CORBA_AttributeDef_Proxy_Broker (void);
virtual _TAO_CORBA_AttributeDef_Proxy_Impl &select_proxy (
CORBA_AttributeDef *object
- TAO_ENV_ARG_DECL_WITH_DEFAULTS
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS
) = 0;
protected:
@@ -5774,7 +5774,7 @@ public:
virtual _TAO_CORBA_AttributeDef_Proxy_Impl &select_proxy (
CORBA_AttributeDef *object
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
);
private:
@@ -6247,7 +6247,7 @@ public:
static CORBA_OperationDef_ptr tao_nil (void);
static CORBA_OperationDef_ptr tao_narrow (
CORBA::Object *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
);
static CORBA::Object * tao_upcast (void *);
@@ -6311,12 +6311,12 @@ public:
static CORBA_OperationDef_ptr _narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
static CORBA_OperationDef_ptr _unchecked_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
static CORBA_OperationDef_ptr _nil (void)
@@ -6327,14 +6327,14 @@ public:
static void _tao_any_destructor (void*);
virtual CORBA::TypeCode_ptr result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
));
virtual CORBA_IDLType_ptr result_def (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -6342,14 +6342,14 @@ public:
virtual void result_def (
CORBA_IDLType_ptr result_def
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
));
virtual CORBA_ParDescriptionSeq * params (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -6357,14 +6357,14 @@ public:
virtual void params (
const CORBA_ParDescriptionSeq & params
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
));
virtual CORBA::OperationMode mode (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -6372,14 +6372,14 @@ public:
virtual void mode (
CORBA::OperationMode mode
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
));
virtual CORBA_ContextIdSeq * contexts (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -6387,14 +6387,14 @@ public:
virtual void contexts (
const CORBA_ContextIdSeq & contexts
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
));
virtual CORBA_ExceptionDefSeq * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -6402,7 +6402,7 @@ public:
virtual void exceptions (
const CORBA_ExceptionDefSeq & exceptions
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -6410,7 +6410,7 @@ public:
virtual CORBA::Boolean _is_a (
const CORBA::Char *type_id
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual void *_tao_QueryInterface (ptr_arith_t type);
@@ -6460,7 +6460,7 @@ public:
virtual ~_TAO_CORBA_OperationDef_Proxy_Impl (void) { }
virtual CORBA::TypeCode_ptr result (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -6468,7 +6468,7 @@ public:
virtual CORBA_IDLType_ptr result_def (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -6477,7 +6477,7 @@ public:
virtual void result_def (
CORBA_Object *_collocated_tao_target_,
CORBA_IDLType_ptr result_def
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -6485,7 +6485,7 @@ public:
virtual CORBA_ParDescriptionSeq * params (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -6494,7 +6494,7 @@ public:
virtual void params (
CORBA_Object *_collocated_tao_target_,
const CORBA_ParDescriptionSeq & params
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -6502,7 +6502,7 @@ public:
virtual CORBA::OperationMode mode (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -6511,7 +6511,7 @@ public:
virtual void mode (
CORBA_Object *_collocated_tao_target_,
CORBA::OperationMode mode
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -6519,7 +6519,7 @@ public:
virtual CORBA_ContextIdSeq * contexts (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -6528,7 +6528,7 @@ public:
virtual void contexts (
CORBA_Object *_collocated_tao_target_,
const CORBA_ContextIdSeq & contexts
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -6536,7 +6536,7 @@ public:
virtual CORBA_ExceptionDefSeq * exceptions (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -6545,7 +6545,7 @@ public:
virtual void exceptions (
CORBA_Object *_collocated_tao_target_,
const CORBA_ExceptionDefSeq & exceptions
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -6576,7 +6576,7 @@ public:
virtual ~_TAO_CORBA_OperationDef_Remote_Proxy_Impl (void) { }
virtual CORBA::TypeCode_ptr result (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -6584,7 +6584,7 @@ public:
virtual CORBA_IDLType_ptr result_def (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -6593,7 +6593,7 @@ public:
virtual void result_def (
CORBA_Object *_collocated_tao_target_,
CORBA_IDLType_ptr result_def
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -6601,7 +6601,7 @@ public:
virtual CORBA_ParDescriptionSeq * params (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -6610,7 +6610,7 @@ public:
virtual void params (
CORBA_Object *_collocated_tao_target_,
const CORBA_ParDescriptionSeq & params
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -6618,7 +6618,7 @@ public:
virtual CORBA::OperationMode mode (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -6627,7 +6627,7 @@ public:
virtual void mode (
CORBA_Object *_collocated_tao_target_,
CORBA::OperationMode mode
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -6635,7 +6635,7 @@ public:
virtual CORBA_ContextIdSeq * contexts (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -6644,7 +6644,7 @@ public:
virtual void contexts (
CORBA_Object *_collocated_tao_target_,
const CORBA_ContextIdSeq & contexts
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -6652,7 +6652,7 @@ public:
virtual CORBA_ExceptionDefSeq * exceptions (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -6661,7 +6661,7 @@ public:
virtual void exceptions (
CORBA_Object *_collocated_tao_target_,
const CORBA_ExceptionDefSeq & exceptions
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -6690,7 +6690,7 @@ public:
virtual ~_TAO_CORBA_OperationDef_Proxy_Broker (void);
virtual _TAO_CORBA_OperationDef_Proxy_Impl &select_proxy (
CORBA_OperationDef *object
- TAO_ENV_ARG_DECL_WITH_DEFAULTS
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS
) = 0;
protected:
@@ -6717,7 +6717,7 @@ public:
virtual _TAO_CORBA_OperationDef_Proxy_Impl &select_proxy (
CORBA_OperationDef *object
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
);
private:
@@ -7283,7 +7283,7 @@ public:
static CORBA_InterfaceDef_ptr tao_nil (void);
static CORBA_InterfaceDef_ptr tao_narrow (
CORBA::Object *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
);
static CORBA::Object * tao_upcast (void *);
@@ -7349,12 +7349,12 @@ public:
static CORBA_InterfaceDef_ptr _narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
static CORBA_InterfaceDef_ptr _unchecked_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
static CORBA_InterfaceDef_ptr _nil (void)
@@ -7365,7 +7365,7 @@ public:
static void _tao_any_destructor (void*);
virtual CORBA_InterfaceDefSeq * base_interfaces (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -7373,7 +7373,7 @@ public:
virtual void base_interfaces (
const CORBA_InterfaceDefSeq & base_interfaces
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -7381,7 +7381,7 @@ public:
virtual CORBA::Boolean is_a (
const char * interface_id
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -7462,7 +7462,7 @@ public:
static CORBA::TypeCode_ptr _tc_FullInterfaceDescription;
virtual CORBA_InterfaceDef::FullInterfaceDescription * describe_interface (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -7474,7 +7474,7 @@ public:
const char * version,
CORBA_IDLType_ptr type,
CORBA::AttributeMode mode
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -7489,7 +7489,7 @@ public:
const CORBA_ParDescriptionSeq & params,
const CORBA_ExceptionDefSeq & exceptions,
const CORBA_ContextIdSeq & contexts
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -7497,7 +7497,7 @@ public:
virtual CORBA::Boolean _is_a (
const CORBA::Char *type_id
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual void *_tao_QueryInterface (ptr_arith_t type);
@@ -7549,7 +7549,7 @@ public:
virtual ~_TAO_CORBA_InterfaceDef_Proxy_Impl (void) { }
virtual CORBA_InterfaceDefSeq * base_interfaces (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -7558,7 +7558,7 @@ public:
virtual void base_interfaces (
CORBA_Object *_collocated_tao_target_,
const CORBA_InterfaceDefSeq & base_interfaces
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -7567,7 +7567,7 @@ public:
virtual CORBA::Boolean is_a (
CORBA_Object *_collocated_tao_target_,
const char * interface_id
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -7575,7 +7575,7 @@ public:
virtual CORBA_InterfaceDef::FullInterfaceDescription * describe_interface (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -7588,7 +7588,7 @@ public:
const char * version,
CORBA_IDLType_ptr type,
CORBA::AttributeMode mode
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -7604,7 +7604,7 @@ public:
const CORBA_ParDescriptionSeq & params,
const CORBA_ExceptionDefSeq & exceptions,
const CORBA_ContextIdSeq & contexts
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -7637,7 +7637,7 @@ public:
virtual ~_TAO_CORBA_InterfaceDef_Remote_Proxy_Impl (void) { }
virtual CORBA_InterfaceDefSeq * base_interfaces (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -7646,7 +7646,7 @@ public:
virtual void base_interfaces (
CORBA_Object *_collocated_tao_target_,
const CORBA_InterfaceDefSeq & base_interfaces
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -7655,7 +7655,7 @@ public:
virtual CORBA::Boolean is_a (
CORBA_Object *_collocated_tao_target_,
const char * interface_id
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -7663,7 +7663,7 @@ public:
virtual CORBA_InterfaceDef::FullInterfaceDescription * describe_interface (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -7676,7 +7676,7 @@ public:
const char * version,
CORBA_IDLType_ptr type,
CORBA::AttributeMode mode
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -7692,7 +7692,7 @@ public:
const CORBA_ParDescriptionSeq & params,
const CORBA_ExceptionDefSeq & exceptions,
const CORBA_ContextIdSeq & contexts
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -7721,7 +7721,7 @@ public:
virtual ~_TAO_CORBA_InterfaceDef_Proxy_Broker (void);
virtual _TAO_CORBA_InterfaceDef_Proxy_Impl &select_proxy (
CORBA_InterfaceDef *object
- TAO_ENV_ARG_DECL_WITH_DEFAULTS
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS
) = 0;
protected:
@@ -7748,7 +7748,7 @@ public:
virtual _TAO_CORBA_InterfaceDef_Proxy_Impl &select_proxy (
CORBA_InterfaceDef *object
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
);
private:
@@ -7879,7 +7879,7 @@ public:
static CORBA_AbstractInterfaceDef_ptr tao_nil (void);
static CORBA_AbstractInterfaceDef_ptr tao_narrow (
CORBA::Object *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
);
static CORBA::Object * tao_upcast (void *);
@@ -7943,12 +7943,12 @@ public:
static CORBA_AbstractInterfaceDef_ptr _narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
static CORBA_AbstractInterfaceDef_ptr _unchecked_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
static CORBA_AbstractInterfaceDef_ptr _nil (void)
@@ -7960,7 +7960,7 @@ public:
virtual CORBA::Boolean _is_a (
const CORBA::Char *type_id
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual void *_tao_QueryInterface (ptr_arith_t type);
@@ -8054,7 +8054,7 @@ public:
virtual ~_TAO_CORBA_AbstractInterfaceDef_Proxy_Broker (void);
virtual _TAO_CORBA_AbstractInterfaceDef_Proxy_Impl &select_proxy (
CORBA_AbstractInterfaceDef *object
- TAO_ENV_ARG_DECL_WITH_DEFAULTS
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS
) = 0;
protected:
@@ -8081,7 +8081,7 @@ public:
virtual _TAO_CORBA_AbstractInterfaceDef_Proxy_Impl &select_proxy (
CORBA_AbstractInterfaceDef *object
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
);
private:
@@ -8143,7 +8143,7 @@ public:
static CORBA_LocalInterfaceDef_ptr tao_nil (void);
static CORBA_LocalInterfaceDef_ptr tao_narrow (
CORBA::Object *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
);
static CORBA::Object * tao_upcast (void *);
@@ -8207,12 +8207,12 @@ public:
static CORBA_LocalInterfaceDef_ptr _narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
static CORBA_LocalInterfaceDef_ptr _unchecked_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
static CORBA_LocalInterfaceDef_ptr _nil (void)
@@ -8224,7 +8224,7 @@ public:
virtual CORBA::Boolean _is_a (
const CORBA::Char *type_id
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual void *_tao_QueryInterface (ptr_arith_t type);
@@ -8318,7 +8318,7 @@ public:
virtual ~_TAO_CORBA_LocalInterfaceDef_Proxy_Broker (void);
virtual _TAO_CORBA_LocalInterfaceDef_Proxy_Impl &select_proxy (
CORBA_LocalInterfaceDef *object
- TAO_ENV_ARG_DECL_WITH_DEFAULTS
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS
) = 0;
protected:
@@ -8345,7 +8345,7 @@ public:
virtual _TAO_CORBA_LocalInterfaceDef_Proxy_Impl &select_proxy (
CORBA_LocalInterfaceDef *object
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
);
private:
@@ -8503,7 +8503,7 @@ public:
CORBA_FixedDef_ptr
tao_CORBA_FixedDef_narrow (
CORBA::Object *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
);
TAO_IFR_Client_Export
CORBA::Object *
diff --git a/TAO/tao/IFR_Client/IFR_Client_Adapter_Impl.cpp b/TAO/tao/IFR_Client/IFR_Client_Adapter_Impl.cpp
index da828bfc82d..e2c6db87cb6 100644
--- a/TAO/tao/IFR_Client/IFR_Client_Adapter_Impl.cpp
+++ b/TAO/tao/IFR_Client/IFR_Client_Adapter_Impl.cpp
@@ -41,12 +41,12 @@ CORBA_InterfaceDef_ptr
TAO_IFR_Client_Adapter_Impl::get_interface (
CORBA::ORB_ptr orb,
const char *repo_id
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
CORBA::Object_var obj =
orb->resolve_initial_references ("InterfaceRepository"
- TAO_ENV_ARG_PARAMETER);
+ ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (CORBA_InterfaceDef::_nil ());
if (CORBA::is_nil (obj.in ()))
@@ -57,7 +57,7 @@ TAO_IFR_Client_Adapter_Impl::get_interface (
CORBA_Repository_var repo =
CORBA_Repository::_narrow (obj.in ()
- TAO_ENV_ARG_PARAMETER);
+ ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (CORBA_InterfaceDef::_nil ());
if (CORBA::is_nil (repo.in ()))
@@ -67,7 +67,7 @@ TAO_IFR_Client_Adapter_Impl::get_interface (
}
CORBA_Contained_var result = repo->lookup_id (repo_id
- TAO_ENV_ARG_PARAMETER);
+ ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (CORBA_InterfaceDef::_nil ());
if (CORBA::is_nil (result.in ()))
@@ -77,14 +77,14 @@ TAO_IFR_Client_Adapter_Impl::get_interface (
else
{
return CORBA_InterfaceDef::_narrow (result.in ()
- TAO_ENV_ARG_PARAMETER);
+ ACE_ENV_ARG_PARAMETER);
}
}
CORBA_InterfaceDef_ptr
TAO_IFR_Client_Adapter_Impl::get_interface_remote (
const CORBA::Object_ptr target
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
CORBA_InterfaceDef_ptr _tao_retval = CORBA_InterfaceDef::_nil ();
@@ -112,17 +112,17 @@ TAO_IFR_Client_Adapter_Impl::get_interface_remote (
for (;;)
{
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
CORBA::Short flag = TAO_TWOWAY_RESPONSE_FLAG;
_tao_call.prepare_header (ACE_static_cast (CORBA::Octet, flag)
- TAO_ENV_ARG_PARAMETER);
+ ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
int _invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_invoke_status == TAO_INVOKE_RESTART)
diff --git a/TAO/tao/IFR_Client/IFR_Client_Adapter_Impl.h b/TAO/tao/IFR_Client/IFR_Client_Adapter_Impl.h
index d8f93d930bf..34fa0f893f9 100644
--- a/TAO/tao/IFR_Client/IFR_Client_Adapter_Impl.h
+++ b/TAO/tao/IFR_Client/IFR_Client_Adapter_Impl.h
@@ -56,12 +56,12 @@ public:
virtual CORBA_InterfaceDef_ptr get_interface (
CORBA::ORB_ptr orb,
const char *repo_id
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
);
virtual CORBA_InterfaceDef_ptr get_interface_remote (
const CORBA::Object_ptr target
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
);
// Used to force the initialization of the ORB code.
diff --git a/TAO/tao/IFR_Client/IFR_ComponentsC.cpp b/TAO/tao/IFR_Client/IFR_ComponentsC.cpp
index c5bc53db81d..9ec1ebfc03a 100644
--- a/TAO/tao/IFR_Client/IFR_ComponentsC.cpp
+++ b/TAO/tao/IFR_Client/IFR_ComponentsC.cpp
@@ -350,11 +350,11 @@ void
IR::_TAO_Unbounded_Object_Sequence_IR_ComponentDefSeq::_downcast (
void* target,
CORBA_Object *src
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
IR::ComponentDef **tmp = ACE_static_cast (IR::ComponentDef**, target);
- *tmp = IR::ComponentDef::_narrow (src TAO_ENV_ARG_PARAMETER);
+ *tmp = IR::ComponentDef::_narrow (src ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
@@ -547,11 +547,11 @@ void
IR::_TAO_Unbounded_Object_Sequence_IR_ProvidesDefSeq::_downcast (
void* target,
CORBA_Object *src
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
IR::ProvidesDef **tmp = ACE_static_cast (IR::ProvidesDef**, target);
- *tmp = IR::ProvidesDef::_narrow (src TAO_ENV_ARG_PARAMETER);
+ *tmp = IR::ProvidesDef::_narrow (src ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
@@ -743,11 +743,11 @@ void
IR::_TAO_Unbounded_Object_Sequence_IR_UsesDefSeq::_downcast (
void* target,
CORBA_Object *src
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
IR::UsesDef **tmp = ACE_static_cast (IR::UsesDef**, target);
- *tmp = IR::UsesDef::_narrow (src TAO_ENV_ARG_PARAMETER);
+ *tmp = IR::UsesDef::_narrow (src ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
@@ -935,11 +935,11 @@ void
IR::_TAO_Unbounded_Object_Sequence_IR_HomeDefSeq::_downcast (
void* target,
CORBA_Object *src
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
IR::HomeDef **tmp = ACE_static_cast (IR::HomeDef**, target);
- *tmp = IR::HomeDef::_narrow (src TAO_ENV_ARG_PARAMETER);
+ *tmp = IR::HomeDef::_narrow (src ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
@@ -1127,11 +1127,11 @@ void
IR::_TAO_Unbounded_Object_Sequence_IR_EmitsDefSeq::_downcast (
void* target,
CORBA_Object *src
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
IR::EmitsDef **tmp = ACE_static_cast (IR::EmitsDef**, target);
- *tmp = IR::EmitsDef::_narrow (src TAO_ENV_ARG_PARAMETER);
+ *tmp = IR::EmitsDef::_narrow (src ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
@@ -1320,11 +1320,11 @@ void
IR::_TAO_Unbounded_Object_Sequence_IR_PublishesDefSeq::_downcast (
void* target,
CORBA_Object *src
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
IR::PublishesDef **tmp = ACE_static_cast (IR::PublishesDef**, target);
- *tmp = IR::PublishesDef::_narrow (src TAO_ENV_ARG_PARAMETER);
+ *tmp = IR::PublishesDef::_narrow (src ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
@@ -1517,11 +1517,11 @@ void
IR::_TAO_Unbounded_Object_Sequence_IR_ConsumesDefSeq::_downcast (
void* target,
CORBA_Object *src
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
IR::ConsumesDef **tmp = ACE_static_cast (IR::ConsumesDef**, target);
- *tmp = IR::ConsumesDef::_narrow (src TAO_ENV_ARG_PARAMETER);
+ *tmp = IR::ConsumesDef::_narrow (src ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
@@ -1713,11 +1713,11 @@ void
IR::_TAO_Unbounded_Object_Sequence_IR_FactoryDefSeq::_downcast (
void* target,
CORBA_Object *src
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
IR::FactoryDef **tmp = ACE_static_cast (IR::FactoryDef**, target);
- *tmp = IR::FactoryDef::_narrow (src TAO_ENV_ARG_PARAMETER);
+ *tmp = IR::FactoryDef::_narrow (src ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
@@ -1909,11 +1909,11 @@ void
IR::_TAO_Unbounded_Object_Sequence_IR_FinderDefSeq::_downcast (
void* target,
CORBA_Object *src
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
IR::FinderDef **tmp = ACE_static_cast (IR::FinderDef**, target);
- *tmp = IR::FinderDef::_narrow (src TAO_ENV_ARG_PARAMETER);
+ *tmp = IR::FinderDef::_narrow (src ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
@@ -2057,10 +2057,10 @@ tao_IR_ComponentRepository_nil (
IR::ComponentRepository_ptr
tao_IR_ComponentRepository_narrow (
CORBA::Object *p
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
- return IR::ComponentRepository::_narrow (p TAO_ENV_ARG_PARAMETER);
+ return IR::ComponentRepository::_narrow (p ACE_ENV_ARG_PARAMETER);
}
CORBA::Object *
@@ -2184,10 +2184,10 @@ IR::ComponentRepository_var::tao_nil (void)
::IR::ComponentRepository_ptr
IR::ComponentRepository_var::tao_narrow (
CORBA::Object *p
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
- return ::IR::ComponentRepository::_narrow (p TAO_ENV_ARG_PARAMETER);
+ return ::IR::ComponentRepository::_narrow (p ACE_ENV_ARG_PARAMETER);
}
CORBA::Object *
@@ -2270,21 +2270,21 @@ public:
const char * version,
IR::ComponentDef_ptr base_component,
const CORBA_InterfaceDefSeq & supports_interfaces
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -2310,7 +2310,7 @@ TAO_ClientRequestInfo_IR_ComponentRepository_create_component::TAO_ClientRequest
const char * version,
IR::ComponentDef_ptr base_component,
const CORBA_InterfaceDefSeq & supports_interfaces
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target),
id_ (id),
@@ -2321,12 +2321,12 @@ TAO_ClientRequestInfo_IR_ComponentRepository_create_component::TAO_ClientRequest
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_IR_ComponentRepository_create_component::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_ComponentRepository_create_component::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
Dynamic::ParameterList_var safe_parameter_list = parameter_list;
@@ -2354,12 +2354,12 @@ TAO_ClientRequestInfo_IR_ComponentRepository_create_component::arguments (TAO_EN
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_IR_ComponentRepository_create_component::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_ComponentRepository_create_component::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -2367,13 +2367,13 @@ TAO_ClientRequestInfo_IR_ComponentRepository_create_component::exceptions (TAO_E
CORBA::Any *
-TAO_ClientRequestInfo_IR_ComponentRepository_create_component::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_ComponentRepository_create_component::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -2401,21 +2401,21 @@ public:
IR::HomeDef_ptr base_home,
IR::ComponentDef_ptr managed_component,
CORBA_ValueDef_ptr primary_key
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -2443,7 +2443,7 @@ TAO_ClientRequestInfo_IR_ComponentRepository_create_home::TAO_ClientRequestInfo_
IR::HomeDef_ptr base_home,
IR::ComponentDef_ptr managed_component,
CORBA_ValueDef_ptr primary_key
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target),
id_ (id),
@@ -2455,12 +2455,12 @@ TAO_ClientRequestInfo_IR_ComponentRepository_create_home::TAO_ClientRequestInfo_
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_IR_ComponentRepository_create_home::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_ComponentRepository_create_home::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
Dynamic::ParameterList_var safe_parameter_list = parameter_list;
@@ -2491,12 +2491,12 @@ TAO_ClientRequestInfo_IR_ComponentRepository_create_home::arguments (TAO_ENV_SIN
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_IR_ComponentRepository_create_home::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_ComponentRepository_create_home::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -2504,13 +2504,13 @@ TAO_ClientRequestInfo_IR_ComponentRepository_create_home::exceptions (TAO_ENV_SI
CORBA::Any *
-TAO_ClientRequestInfo_IR_ComponentRepository_create_home::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_ComponentRepository_create_home::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -2547,7 +2547,7 @@ IR::ComponentDef_ptr IR::_TAO_ComponentRepository_Remote_Proxy_Impl::create_comp
const char * version,
IR::ComponentDef_ptr base_component,
const CORBA_InterfaceDefSeq & supports_interfaces
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -2595,7 +2595,7 @@ IR::ComponentDef_ptr IR::_TAO_ComponentRepository_Remote_Proxy_Impl::create_comp
version,
base_component,
supports_interfaces
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -2611,7 +2611,7 @@ IR::ComponentDef_ptr IR::_TAO_ComponentRepository_Remote_Proxy_Impl::create_comp
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -2623,12 +2623,12 @@ IR::ComponentDef_ptr IR::_TAO_ComponentRepository_Remote_Proxy_Impl::create_comp
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
@@ -2646,7 +2646,7 @@ IR::ComponentDef_ptr IR::_TAO_ComponentRepository_Remote_Proxy_Impl::create_comp
);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -2663,7 +2663,7 @@ IR::ComponentDef_ptr IR::_TAO_ComponentRepository_Remote_Proxy_Impl::create_comp
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -2691,7 +2691,7 @@ IR::ComponentDef_ptr IR::_TAO_ComponentRepository_Remote_Proxy_Impl::create_comp
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -2701,12 +2701,12 @@ IR::ComponentDef_ptr IR::_TAO_ComponentRepository_Remote_Proxy_Impl::create_comp
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -2717,7 +2717,7 @@ IR::ComponentDef_ptr IR::_TAO_ComponentRepository_Remote_Proxy_Impl::create_comp
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -2739,7 +2739,7 @@ IR::HomeDef_ptr IR::_TAO_ComponentRepository_Remote_Proxy_Impl::create_home (
IR::HomeDef_ptr base_home,
IR::ComponentDef_ptr managed_component,
CORBA_ValueDef_ptr primary_key
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -2788,7 +2788,7 @@ IR::HomeDef_ptr IR::_TAO_ComponentRepository_Remote_Proxy_Impl::create_home (
base_home,
managed_component,
primary_key
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -2804,7 +2804,7 @@ IR::HomeDef_ptr IR::_TAO_ComponentRepository_Remote_Proxy_Impl::create_home (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -2816,12 +2816,12 @@ IR::HomeDef_ptr IR::_TAO_ComponentRepository_Remote_Proxy_Impl::create_home (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
@@ -2840,7 +2840,7 @@ IR::HomeDef_ptr IR::_TAO_ComponentRepository_Remote_Proxy_Impl::create_home (
);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -2857,7 +2857,7 @@ IR::HomeDef_ptr IR::_TAO_ComponentRepository_Remote_Proxy_Impl::create_home (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -2885,7 +2885,7 @@ IR::HomeDef_ptr IR::_TAO_ComponentRepository_Remote_Proxy_Impl::create_home (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -2895,12 +2895,12 @@ IR::HomeDef_ptr IR::_TAO_ComponentRepository_Remote_Proxy_Impl::create_home (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -2911,7 +2911,7 @@ IR::HomeDef_ptr IR::_TAO_ComponentRepository_Remote_Proxy_Impl::create_home (
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -2966,7 +2966,7 @@ IR::_TAO_ComponentRepository_Remote_Proxy_Broker::~_TAO_ComponentRepository_Remo
IR::_TAO_ComponentRepository_Proxy_Impl&
IR::_TAO_ComponentRepository_Remote_Proxy_Broker::select_proxy (
::IR::ComponentRepository *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
{
return this->remote_proxy_impl_;
@@ -3009,24 +3009,24 @@ void IR::ComponentRepository::_tao_any_destructor (void *_tao_void_pointer)
IR::ComponentRepository_ptr IR::ComponentRepository::_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
if (CORBA::is_nil (obj))
return ComponentRepository::_nil ();
if (! obj->_is_local ())
{
- CORBA::Boolean is_a = obj->_is_a ("IDL:omg.org/IR/ComponentRepository:1.0" TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean is_a = obj->_is_a ("IDL:omg.org/IR/ComponentRepository:1.0" ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (ComponentRepository::_nil ());
if (is_a == 0)
return ComponentRepository::_nil ();
}
- return ComponentRepository::_unchecked_narrow (obj TAO_ENV_ARG_PARAMETER);
+ return ComponentRepository::_unchecked_narrow (obj ACE_ENV_ARG_PARAMETER);
}
IR::ComponentRepository_ptr IR::ComponentRepository::_unchecked_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
{
if (CORBA::is_nil (obj))
@@ -3081,7 +3081,7 @@ IR::ComponentRepository::_duplicate (ComponentRepository_ptr obj)
return obj;
}
-CORBA::Boolean IR::ComponentRepository::_is_a (const CORBA::Char *value TAO_ENV_ARG_DECL)
+CORBA::Boolean IR::ComponentRepository::_is_a (const CORBA::Char *value ACE_ENV_ARG_DECL)
{
if (
(!ACE_OS::strcmp ((char *)value, "IDL:omg.org/IR/ComponentRepository:1.0")) ||
@@ -3091,7 +3091,7 @@ CORBA::Boolean IR::ComponentRepository::_is_a (const CORBA::Char *value TAO_ENV_
(!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA/Object:1.0")))
return 1; // success using local knowledge
else
- return this->CORBA_Object::_is_a (value TAO_ENV_ARG_PARAMETER);
+ return this->CORBA_Object::_is_a (value ACE_ENV_ARG_PARAMETER);
}
void *IR::ComponentRepository::_tao_QueryInterface (ptr_arith_t type)
@@ -3157,14 +3157,14 @@ IR::ComponentDef_ptr IR::ComponentRepository::create_component (
const char * version,
IR::ComponentDef_ptr base_component,
const CORBA_InterfaceDefSeq & supports_interfaces
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_ComponentRepository_Proxy_Impl &proxy =
- this->the_TAO_ComponentRepository_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_ComponentRepository_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.create_component (
@@ -3174,7 +3174,7 @@ IR::ComponentDef_ptr IR::ComponentRepository::create_component (
version,
base_component,
supports_interfaces
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
@@ -3185,14 +3185,14 @@ IR::HomeDef_ptr IR::ComponentRepository::create_home (
IR::HomeDef_ptr base_home,
IR::ComponentDef_ptr managed_component,
CORBA_ValueDef_ptr primary_key
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_ComponentRepository_Proxy_Impl &proxy =
- this->the_TAO_ComponentRepository_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_ComponentRepository_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.create_home (
@@ -3203,7 +3203,7 @@ IR::HomeDef_ptr IR::ComponentRepository::create_home (
base_home,
managed_component,
primary_key
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
@@ -3269,10 +3269,10 @@ tao_IR_ProvidesDef_nil (
IR::ProvidesDef_ptr
tao_IR_ProvidesDef_narrow (
CORBA::Object *p
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
- return IR::ProvidesDef::_narrow (p TAO_ENV_ARG_PARAMETER);
+ return IR::ProvidesDef::_narrow (p ACE_ENV_ARG_PARAMETER);
}
CORBA::Object *
@@ -3396,10 +3396,10 @@ IR::ProvidesDef_var::tao_nil (void)
::IR::ProvidesDef_ptr
IR::ProvidesDef_var::tao_narrow (
CORBA::Object *p
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
- return ::IR::ProvidesDef::_narrow (p TAO_ENV_ARG_PARAMETER);
+ return ::IR::ProvidesDef::_narrow (p ACE_ENV_ARG_PARAMETER);
}
CORBA::Object *
@@ -3477,21 +3477,21 @@ public:
TAO_ClientRequestInfo_IR_ProvidesDef_interface_type_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -3507,30 +3507,30 @@ private:
TAO_ClientRequestInfo_IR_ProvidesDef_interface_type_get::TAO_ClientRequestInfo_IR_ProvidesDef_interface_type_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_IR_ProvidesDef_interface_type_get::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_ProvidesDef_interface_type_get::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return parameter_list;
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_IR_ProvidesDef_interface_type_get::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_ProvidesDef_interface_type_get::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -3538,13 +3538,13 @@ TAO_ClientRequestInfo_IR_ProvidesDef_interface_type_get::exceptions (TAO_ENV_SIN
CORBA::Any *
-TAO_ClientRequestInfo_IR_ProvidesDef_interface_type_get::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_ProvidesDef_interface_type_get::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -3576,7 +3576,7 @@ IR::_TAO_ProvidesDef_Remote_Proxy_Impl::_TAO_ProvidesDef_Remote_Proxy_Impl (void
CORBA_InterfaceDef_ptr IR::_TAO_ProvidesDef_Remote_Proxy_Impl::interface_type (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -3619,7 +3619,7 @@ CORBA_InterfaceDef_ptr IR::_TAO_ProvidesDef_Remote_Proxy_Impl::interface_type (
TAO_ClientRequestInfo_IR_ProvidesDef_interface_type_get ri (
&_tao_call,
_collocated_tao_target_
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -3635,7 +3635,7 @@ CORBA_InterfaceDef_ptr IR::_TAO_ProvidesDef_Remote_Proxy_Impl::interface_type (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -3647,17 +3647,17 @@ CORBA_InterfaceDef_ptr IR::_TAO_ProvidesDef_Remote_Proxy_Impl::interface_type (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -3674,7 +3674,7 @@ CORBA_InterfaceDef_ptr IR::_TAO_ProvidesDef_Remote_Proxy_Impl::interface_type (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -3702,7 +3702,7 @@ CORBA_InterfaceDef_ptr IR::_TAO_ProvidesDef_Remote_Proxy_Impl::interface_type (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -3712,12 +3712,12 @@ CORBA_InterfaceDef_ptr IR::_TAO_ProvidesDef_Remote_Proxy_Impl::interface_type (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -3728,7 +3728,7 @@ CORBA_InterfaceDef_ptr IR::_TAO_ProvidesDef_Remote_Proxy_Impl::interface_type (
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -3783,7 +3783,7 @@ IR::_TAO_ProvidesDef_Remote_Proxy_Broker::~_TAO_ProvidesDef_Remote_Proxy_Broker
IR::_TAO_ProvidesDef_Proxy_Impl&
IR::_TAO_ProvidesDef_Remote_Proxy_Broker::select_proxy (
::IR::ProvidesDef *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
{
return this->remote_proxy_impl_;
@@ -3826,24 +3826,24 @@ void IR::ProvidesDef::_tao_any_destructor (void *_tao_void_pointer)
IR::ProvidesDef_ptr IR::ProvidesDef::_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
if (CORBA::is_nil (obj))
return ProvidesDef::_nil ();
if (! obj->_is_local ())
{
- CORBA::Boolean is_a = obj->_is_a ("IDL:omg.org/IR/ProvidesDef:1.0" TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean is_a = obj->_is_a ("IDL:omg.org/IR/ProvidesDef:1.0" ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (ProvidesDef::_nil ());
if (is_a == 0)
return ProvidesDef::_nil ();
}
- return ProvidesDef::_unchecked_narrow (obj TAO_ENV_ARG_PARAMETER);
+ return ProvidesDef::_unchecked_narrow (obj ACE_ENV_ARG_PARAMETER);
}
IR::ProvidesDef_ptr IR::ProvidesDef::_unchecked_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
{
if (CORBA::is_nil (obj))
@@ -3898,7 +3898,7 @@ IR::ProvidesDef::_duplicate (ProvidesDef_ptr obj)
return obj;
}
-CORBA::Boolean IR::ProvidesDef::_is_a (const CORBA::Char *value TAO_ENV_ARG_DECL)
+CORBA::Boolean IR::ProvidesDef::_is_a (const CORBA::Char *value ACE_ENV_ARG_DECL)
{
if (
(!ACE_OS::strcmp ((char *)value, "IDL:omg.org/IR/ProvidesDef:1.0")) ||
@@ -3907,7 +3907,7 @@ CORBA::Boolean IR::ProvidesDef::_is_a (const CORBA::Char *value TAO_ENV_ARG_DECL
(!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA/Object:1.0")))
return 1; // success using local knowledge
else
- return this->CORBA_Object::_is_a (value TAO_ENV_ARG_PARAMETER);
+ return this->CORBA_Object::_is_a (value ACE_ENV_ARG_PARAMETER);
}
void *IR::ProvidesDef::_tao_QueryInterface (ptr_arith_t type)
@@ -3956,19 +3956,19 @@ const char* IR::ProvidesDef::_interface_repository_id (void) const
}
CORBA_InterfaceDef_ptr IR::ProvidesDef::interface_type (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_ProvidesDef_Proxy_Impl &proxy =
- this->the_TAO_ProvidesDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_ProvidesDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.interface_type (
this
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
@@ -4186,10 +4186,10 @@ tao_IR_UsesDef_nil (
IR::UsesDef_ptr
tao_IR_UsesDef_narrow (
CORBA::Object *p
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
- return IR::UsesDef::_narrow (p TAO_ENV_ARG_PARAMETER);
+ return IR::UsesDef::_narrow (p ACE_ENV_ARG_PARAMETER);
}
CORBA::Object *
@@ -4313,10 +4313,10 @@ IR::UsesDef_var::tao_nil (void)
::IR::UsesDef_ptr
IR::UsesDef_var::tao_narrow (
CORBA::Object *p
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
- return ::IR::UsesDef::_narrow (p TAO_ENV_ARG_PARAMETER);
+ return ::IR::UsesDef::_narrow (p ACE_ENV_ARG_PARAMETER);
}
CORBA::Object *
@@ -4394,21 +4394,21 @@ public:
TAO_ClientRequestInfo_IR_UsesDef_interface_type_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -4424,30 +4424,30 @@ private:
TAO_ClientRequestInfo_IR_UsesDef_interface_type_get::TAO_ClientRequestInfo_IR_UsesDef_interface_type_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_IR_UsesDef_interface_type_get::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_UsesDef_interface_type_get::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return parameter_list;
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_IR_UsesDef_interface_type_get::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_UsesDef_interface_type_get::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -4455,13 +4455,13 @@ TAO_ClientRequestInfo_IR_UsesDef_interface_type_get::exceptions (TAO_ENV_SINGLE_
CORBA::Any *
-TAO_ClientRequestInfo_IR_UsesDef_interface_type_get::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_UsesDef_interface_type_get::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -4483,21 +4483,21 @@ public:
TAO_ClientRequestInfo_IR_UsesDef_is_multiple_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -4513,30 +4513,30 @@ private:
TAO_ClientRequestInfo_IR_UsesDef_is_multiple_get::TAO_ClientRequestInfo_IR_UsesDef_is_multiple_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_IR_UsesDef_is_multiple_get::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_UsesDef_is_multiple_get::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return parameter_list;
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_IR_UsesDef_is_multiple_get::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_UsesDef_is_multiple_get::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -4544,13 +4544,13 @@ TAO_ClientRequestInfo_IR_UsesDef_is_multiple_get::exceptions (TAO_ENV_SINGLE_ARG
CORBA::Any *
-TAO_ClientRequestInfo_IR_UsesDef_is_multiple_get::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_UsesDef_is_multiple_get::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -4582,7 +4582,7 @@ IR::_TAO_UsesDef_Remote_Proxy_Impl::_TAO_UsesDef_Remote_Proxy_Impl (void)
CORBA_InterfaceDef_ptr IR::_TAO_UsesDef_Remote_Proxy_Impl::interface_type (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4625,7 +4625,7 @@ CORBA_InterfaceDef_ptr IR::_TAO_UsesDef_Remote_Proxy_Impl::interface_type (
TAO_ClientRequestInfo_IR_UsesDef_interface_type_get ri (
&_tao_call,
_collocated_tao_target_
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -4641,7 +4641,7 @@ CORBA_InterfaceDef_ptr IR::_TAO_UsesDef_Remote_Proxy_Impl::interface_type (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -4653,17 +4653,17 @@ CORBA_InterfaceDef_ptr IR::_TAO_UsesDef_Remote_Proxy_Impl::interface_type (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -4680,7 +4680,7 @@ CORBA_InterfaceDef_ptr IR::_TAO_UsesDef_Remote_Proxy_Impl::interface_type (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -4708,7 +4708,7 @@ CORBA_InterfaceDef_ptr IR::_TAO_UsesDef_Remote_Proxy_Impl::interface_type (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -4718,12 +4718,12 @@ CORBA_InterfaceDef_ptr IR::_TAO_UsesDef_Remote_Proxy_Impl::interface_type (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -4734,7 +4734,7 @@ CORBA_InterfaceDef_ptr IR::_TAO_UsesDef_Remote_Proxy_Impl::interface_type (
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -4750,7 +4750,7 @@ return _tao_safe_retval._retn ();
CORBA::Boolean IR::_TAO_UsesDef_Remote_Proxy_Impl::is_multiple (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4792,7 +4792,7 @@ CORBA::Boolean IR::_TAO_UsesDef_Remote_Proxy_Impl::is_multiple (
TAO_ClientRequestInfo_IR_UsesDef_is_multiple_get ri (
&_tao_call,
_collocated_tao_target_
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (_tao_retval);
@@ -4808,7 +4808,7 @@ CORBA::Boolean IR::_TAO_UsesDef_Remote_Proxy_Impl::is_multiple (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -4820,17 +4820,17 @@ CORBA::Boolean IR::_TAO_UsesDef_Remote_Proxy_Impl::is_multiple (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (_tao_retval);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (_tao_retval);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (_tao_retval);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -4847,7 +4847,7 @@ CORBA::Boolean IR::_TAO_UsesDef_Remote_Proxy_Impl::is_multiple (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -4874,7 +4874,7 @@ CORBA::Boolean IR::_TAO_UsesDef_Remote_Proxy_Impl::is_multiple (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -4884,12 +4884,12 @@ CORBA::Boolean IR::_TAO_UsesDef_Remote_Proxy_Impl::is_multiple (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -4900,7 +4900,7 @@ CORBA::Boolean IR::_TAO_UsesDef_Remote_Proxy_Impl::is_multiple (
ACE_CHECK_RETURN (_tao_retval);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (_tao_retval);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -4955,7 +4955,7 @@ IR::_TAO_UsesDef_Remote_Proxy_Broker::~_TAO_UsesDef_Remote_Proxy_Broker (void)
IR::_TAO_UsesDef_Proxy_Impl&
IR::_TAO_UsesDef_Remote_Proxy_Broker::select_proxy (
::IR::UsesDef *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
{
return this->remote_proxy_impl_;
@@ -4998,24 +4998,24 @@ void IR::UsesDef::_tao_any_destructor (void *_tao_void_pointer)
IR::UsesDef_ptr IR::UsesDef::_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
if (CORBA::is_nil (obj))
return UsesDef::_nil ();
if (! obj->_is_local ())
{
- CORBA::Boolean is_a = obj->_is_a ("IDL:omg.org/IR/UsesDef:1.0" TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean is_a = obj->_is_a ("IDL:omg.org/IR/UsesDef:1.0" ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (UsesDef::_nil ());
if (is_a == 0)
return UsesDef::_nil ();
}
- return UsesDef::_unchecked_narrow (obj TAO_ENV_ARG_PARAMETER);
+ return UsesDef::_unchecked_narrow (obj ACE_ENV_ARG_PARAMETER);
}
IR::UsesDef_ptr IR::UsesDef::_unchecked_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
{
if (CORBA::is_nil (obj))
@@ -5070,7 +5070,7 @@ IR::UsesDef::_duplicate (UsesDef_ptr obj)
return obj;
}
-CORBA::Boolean IR::UsesDef::_is_a (const CORBA::Char *value TAO_ENV_ARG_DECL)
+CORBA::Boolean IR::UsesDef::_is_a (const CORBA::Char *value ACE_ENV_ARG_DECL)
{
if (
(!ACE_OS::strcmp ((char *)value, "IDL:omg.org/IR/UsesDef:1.0")) ||
@@ -5079,7 +5079,7 @@ CORBA::Boolean IR::UsesDef::_is_a (const CORBA::Char *value TAO_ENV_ARG_DECL)
(!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA/Object:1.0")))
return 1; // success using local knowledge
else
- return this->CORBA_Object::_is_a (value TAO_ENV_ARG_PARAMETER);
+ return this->CORBA_Object::_is_a (value ACE_ENV_ARG_PARAMETER);
}
void *IR::UsesDef::_tao_QueryInterface (ptr_arith_t type)
@@ -5128,36 +5128,36 @@ const char* IR::UsesDef::_interface_repository_id (void) const
}
CORBA_InterfaceDef_ptr IR::UsesDef::interface_type (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_UsesDef_Proxy_Impl &proxy =
- this->the_TAO_UsesDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_UsesDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.interface_type (
this
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
CORBA::Boolean IR::UsesDef::is_multiple (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_UsesDef_Proxy_Impl &proxy =
- this->the_TAO_UsesDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_UsesDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.is_multiple (
this
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
@@ -5919,10 +5919,10 @@ tao_IR_EventDef_nil (
IR::EventDef_ptr
tao_IR_EventDef_narrow (
CORBA::Object *p
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
- return IR::EventDef::_narrow (p TAO_ENV_ARG_PARAMETER);
+ return IR::EventDef::_narrow (p ACE_ENV_ARG_PARAMETER);
}
CORBA::Object *
@@ -6046,10 +6046,10 @@ IR::EventDef_var::tao_nil (void)
::IR::EventDef_ptr
IR::EventDef_var::tao_narrow (
CORBA::Object *p
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
- return ::IR::EventDef::_narrow (p TAO_ENV_ARG_PARAMETER);
+ return ::IR::EventDef::_narrow (p ACE_ENV_ARG_PARAMETER);
}
CORBA::Object *
@@ -6128,21 +6128,21 @@ public:
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
const char * event_id
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -6160,19 +6160,19 @@ TAO_ClientRequestInfo_IR_EventDef_is_a::TAO_ClientRequestInfo_IR_EventDef_is_a (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
const char * event_id
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target),
event_id_ (event_id)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_IR_EventDef_is_a::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_EventDef_is_a::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
Dynamic::ParameterList_var safe_parameter_list = parameter_list;
@@ -6188,12 +6188,12 @@ TAO_ClientRequestInfo_IR_EventDef_is_a::arguments (TAO_ENV_SINGLE_ARG_DECL)
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_IR_EventDef_is_a::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_EventDef_is_a::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -6201,13 +6201,13 @@ TAO_ClientRequestInfo_IR_EventDef_is_a::exceptions (TAO_ENV_SINGLE_ARG_DECL)
CORBA::Any *
-TAO_ClientRequestInfo_IR_EventDef_is_a::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_EventDef_is_a::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -6229,21 +6229,21 @@ public:
TAO_ClientRequestInfo_IR_EventDef_event_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -6259,30 +6259,30 @@ private:
TAO_ClientRequestInfo_IR_EventDef_event_get::TAO_ClientRequestInfo_IR_EventDef_event_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_IR_EventDef_event_get::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_EventDef_event_get::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return parameter_list;
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_IR_EventDef_event_get::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_EventDef_event_get::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -6290,13 +6290,13 @@ TAO_ClientRequestInfo_IR_EventDef_event_get::exceptions (TAO_ENV_SINGLE_ARG_DECL
CORBA::Any *
-TAO_ClientRequestInfo_IR_EventDef_event_get::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_EventDef_event_get::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -6329,7 +6329,7 @@ IR::_TAO_EventDef_Remote_Proxy_Impl::_TAO_EventDef_Remote_Proxy_Impl (void)
CORBA::Boolean IR::_TAO_EventDef_Remote_Proxy_Impl::is_a (
CORBA_Object *_collocated_tao_target_,
const char * event_id
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -6372,7 +6372,7 @@ CORBA::Boolean IR::_TAO_EventDef_Remote_Proxy_Impl::is_a (
&_tao_call,
_collocated_tao_target_,
event_id
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (_tao_retval);
@@ -6388,7 +6388,7 @@ CORBA::Boolean IR::_TAO_EventDef_Remote_Proxy_Impl::is_a (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -6400,12 +6400,12 @@ CORBA::Boolean IR::_TAO_EventDef_Remote_Proxy_Impl::is_a (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (_tao_retval);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (_tao_retval);
@@ -6419,7 +6419,7 @@ CORBA::Boolean IR::_TAO_EventDef_Remote_Proxy_Impl::is_a (
);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (_tao_retval);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -6436,7 +6436,7 @@ CORBA::Boolean IR::_TAO_EventDef_Remote_Proxy_Impl::is_a (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -6463,7 +6463,7 @@ CORBA::Boolean IR::_TAO_EventDef_Remote_Proxy_Impl::is_a (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -6473,12 +6473,12 @@ CORBA::Boolean IR::_TAO_EventDef_Remote_Proxy_Impl::is_a (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -6489,7 +6489,7 @@ CORBA::Boolean IR::_TAO_EventDef_Remote_Proxy_Impl::is_a (
ACE_CHECK_RETURN (_tao_retval);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (_tao_retval);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -6505,7 +6505,7 @@ return _tao_retval;
CORBA_ValueDef_ptr IR::_TAO_EventDef_Remote_Proxy_Impl::event (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -6548,7 +6548,7 @@ CORBA_ValueDef_ptr IR::_TAO_EventDef_Remote_Proxy_Impl::event (
TAO_ClientRequestInfo_IR_EventDef_event_get ri (
&_tao_call,
_collocated_tao_target_
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -6564,7 +6564,7 @@ CORBA_ValueDef_ptr IR::_TAO_EventDef_Remote_Proxy_Impl::event (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -6576,17 +6576,17 @@ CORBA_ValueDef_ptr IR::_TAO_EventDef_Remote_Proxy_Impl::event (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -6603,7 +6603,7 @@ CORBA_ValueDef_ptr IR::_TAO_EventDef_Remote_Proxy_Impl::event (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -6631,7 +6631,7 @@ CORBA_ValueDef_ptr IR::_TAO_EventDef_Remote_Proxy_Impl::event (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -6641,12 +6641,12 @@ CORBA_ValueDef_ptr IR::_TAO_EventDef_Remote_Proxy_Impl::event (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -6657,7 +6657,7 @@ CORBA_ValueDef_ptr IR::_TAO_EventDef_Remote_Proxy_Impl::event (
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -6712,7 +6712,7 @@ IR::_TAO_EventDef_Remote_Proxy_Broker::~_TAO_EventDef_Remote_Proxy_Broker (void)
IR::_TAO_EventDef_Proxy_Impl&
IR::_TAO_EventDef_Remote_Proxy_Broker::select_proxy (
::IR::EventDef *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
{
return this->remote_proxy_impl_;
@@ -6755,24 +6755,24 @@ void IR::EventDef::_tao_any_destructor (void *_tao_void_pointer)
IR::EventDef_ptr IR::EventDef::_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
if (CORBA::is_nil (obj))
return EventDef::_nil ();
if (! obj->_is_local ())
{
- CORBA::Boolean is_a = obj->_is_a ("IDL:omg.org/IR/EventDef:1.0" TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean is_a = obj->_is_a ("IDL:omg.org/IR/EventDef:1.0" ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (EventDef::_nil ());
if (is_a == 0)
return EventDef::_nil ();
}
- return EventDef::_unchecked_narrow (obj TAO_ENV_ARG_PARAMETER);
+ return EventDef::_unchecked_narrow (obj ACE_ENV_ARG_PARAMETER);
}
IR::EventDef_ptr IR::EventDef::_unchecked_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
{
if (CORBA::is_nil (obj))
@@ -6827,7 +6827,7 @@ IR::EventDef::_duplicate (EventDef_ptr obj)
return obj;
}
-CORBA::Boolean IR::EventDef::_is_a (const CORBA::Char *value TAO_ENV_ARG_DECL)
+CORBA::Boolean IR::EventDef::_is_a (const CORBA::Char *value ACE_ENV_ARG_DECL)
{
if (
(!ACE_OS::strcmp ((char *)value, "IDL:omg.org/IR/EventDef:1.0")) ||
@@ -6836,7 +6836,7 @@ CORBA::Boolean IR::EventDef::_is_a (const CORBA::Char *value TAO_ENV_ARG_DECL)
(!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA/Object:1.0")))
return 1; // success using local knowledge
else
- return this->CORBA_Object::_is_a (value TAO_ENV_ARG_PARAMETER);
+ return this->CORBA_Object::_is_a (value ACE_ENV_ARG_PARAMETER);
}
void *IR::EventDef::_tao_QueryInterface (ptr_arith_t type)
@@ -6886,37 +6886,37 @@ const char* IR::EventDef::_interface_repository_id (void) const
CORBA::Boolean IR::EventDef::is_a (
const char * event_id
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_EventDef_Proxy_Impl &proxy =
- this->the_TAO_EventDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_EventDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.is_a (
this,
event_id
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
CORBA_ValueDef_ptr IR::EventDef::event (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_EventDef_Proxy_Impl &proxy =
- this->the_TAO_EventDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_EventDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.event (
this
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
@@ -7128,10 +7128,10 @@ tao_IR_EmitsDef_nil (
IR::EmitsDef_ptr
tao_IR_EmitsDef_narrow (
CORBA::Object *p
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
- return IR::EmitsDef::_narrow (p TAO_ENV_ARG_PARAMETER);
+ return IR::EmitsDef::_narrow (p ACE_ENV_ARG_PARAMETER);
}
CORBA::Object *
@@ -7255,10 +7255,10 @@ IR::EmitsDef_var::tao_nil (void)
::IR::EmitsDef_ptr
IR::EmitsDef_var::tao_narrow (
CORBA::Object *p
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
- return ::IR::EmitsDef::_narrow (p TAO_ENV_ARG_PARAMETER);
+ return ::IR::EmitsDef::_narrow (p ACE_ENV_ARG_PARAMETER);
}
CORBA::Object *
@@ -7385,7 +7385,7 @@ IR::_TAO_EmitsDef_Remote_Proxy_Broker::~_TAO_EmitsDef_Remote_Proxy_Broker (void)
IR::_TAO_EmitsDef_Proxy_Impl&
IR::_TAO_EmitsDef_Remote_Proxy_Broker::select_proxy (
::IR::EmitsDef *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
{
return this->remote_proxy_impl_;
@@ -7428,24 +7428,24 @@ void IR::EmitsDef::_tao_any_destructor (void *_tao_void_pointer)
IR::EmitsDef_ptr IR::EmitsDef::_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
if (CORBA::is_nil (obj))
return EmitsDef::_nil ();
if (! obj->_is_local ())
{
- CORBA::Boolean is_a = obj->_is_a ("IDL:omg.org/IR/EmitsDef:1.0" TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean is_a = obj->_is_a ("IDL:omg.org/IR/EmitsDef:1.0" ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (EmitsDef::_nil ());
if (is_a == 0)
return EmitsDef::_nil ();
}
- return EmitsDef::_unchecked_narrow (obj TAO_ENV_ARG_PARAMETER);
+ return EmitsDef::_unchecked_narrow (obj ACE_ENV_ARG_PARAMETER);
}
IR::EmitsDef_ptr IR::EmitsDef::_unchecked_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
{
if (CORBA::is_nil (obj))
@@ -7500,7 +7500,7 @@ IR::EmitsDef::_duplicate (EmitsDef_ptr obj)
return obj;
}
-CORBA::Boolean IR::EmitsDef::_is_a (const CORBA::Char *value TAO_ENV_ARG_DECL)
+CORBA::Boolean IR::EmitsDef::_is_a (const CORBA::Char *value ACE_ENV_ARG_DECL)
{
if (
(!ACE_OS::strcmp ((char *)value, "IDL:omg.org/IR/EmitsDef:1.0")) ||
@@ -7510,7 +7510,7 @@ CORBA::Boolean IR::EmitsDef::_is_a (const CORBA::Char *value TAO_ENV_ARG_DECL)
(!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA/Object:1.0")))
return 1; // success using local knowledge
else
- return this->CORBA_Object::_is_a (value TAO_ENV_ARG_PARAMETER);
+ return this->CORBA_Object::_is_a (value ACE_ENV_ARG_PARAMETER);
}
void *IR::EmitsDef::_tao_QueryInterface (ptr_arith_t type)
@@ -7627,10 +7627,10 @@ tao_IR_PublishesDef_nil (
IR::PublishesDef_ptr
tao_IR_PublishesDef_narrow (
CORBA::Object *p
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
- return IR::PublishesDef::_narrow (p TAO_ENV_ARG_PARAMETER);
+ return IR::PublishesDef::_narrow (p ACE_ENV_ARG_PARAMETER);
}
CORBA::Object *
@@ -7754,10 +7754,10 @@ IR::PublishesDef_var::tao_nil (void)
::IR::PublishesDef_ptr
IR::PublishesDef_var::tao_narrow (
CORBA::Object *p
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
- return ::IR::PublishesDef::_narrow (p TAO_ENV_ARG_PARAMETER);
+ return ::IR::PublishesDef::_narrow (p ACE_ENV_ARG_PARAMETER);
}
CORBA::Object *
@@ -7884,7 +7884,7 @@ IR::_TAO_PublishesDef_Remote_Proxy_Broker::~_TAO_PublishesDef_Remote_Proxy_Broke
IR::_TAO_PublishesDef_Proxy_Impl&
IR::_TAO_PublishesDef_Remote_Proxy_Broker::select_proxy (
::IR::PublishesDef *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
{
return this->remote_proxy_impl_;
@@ -7927,24 +7927,24 @@ void IR::PublishesDef::_tao_any_destructor (void *_tao_void_pointer)
IR::PublishesDef_ptr IR::PublishesDef::_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
if (CORBA::is_nil (obj))
return PublishesDef::_nil ();
if (! obj->_is_local ())
{
- CORBA::Boolean is_a = obj->_is_a ("IDL:omg.org/IR/PublishesDef:1.0" TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean is_a = obj->_is_a ("IDL:omg.org/IR/PublishesDef:1.0" ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (PublishesDef::_nil ());
if (is_a == 0)
return PublishesDef::_nil ();
}
- return PublishesDef::_unchecked_narrow (obj TAO_ENV_ARG_PARAMETER);
+ return PublishesDef::_unchecked_narrow (obj ACE_ENV_ARG_PARAMETER);
}
IR::PublishesDef_ptr IR::PublishesDef::_unchecked_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
{
if (CORBA::is_nil (obj))
@@ -7999,7 +7999,7 @@ IR::PublishesDef::_duplicate (PublishesDef_ptr obj)
return obj;
}
-CORBA::Boolean IR::PublishesDef::_is_a (const CORBA::Char *value TAO_ENV_ARG_DECL)
+CORBA::Boolean IR::PublishesDef::_is_a (const CORBA::Char *value ACE_ENV_ARG_DECL)
{
if (
(!ACE_OS::strcmp ((char *)value, "IDL:omg.org/IR/PublishesDef:1.0")) ||
@@ -8009,7 +8009,7 @@ CORBA::Boolean IR::PublishesDef::_is_a (const CORBA::Char *value TAO_ENV_ARG_DEC
(!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA/Object:1.0")))
return 1; // success using local knowledge
else
- return this->CORBA_Object::_is_a (value TAO_ENV_ARG_PARAMETER);
+ return this->CORBA_Object::_is_a (value ACE_ENV_ARG_PARAMETER);
}
void *IR::PublishesDef::_tao_QueryInterface (ptr_arith_t type)
@@ -8128,10 +8128,10 @@ tao_IR_ConsumesDef_nil (
IR::ConsumesDef_ptr
tao_IR_ConsumesDef_narrow (
CORBA::Object *p
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
- return IR::ConsumesDef::_narrow (p TAO_ENV_ARG_PARAMETER);
+ return IR::ConsumesDef::_narrow (p ACE_ENV_ARG_PARAMETER);
}
CORBA::Object *
@@ -8255,10 +8255,10 @@ IR::ConsumesDef_var::tao_nil (void)
::IR::ConsumesDef_ptr
IR::ConsumesDef_var::tao_narrow (
CORBA::Object *p
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
- return ::IR::ConsumesDef::_narrow (p TAO_ENV_ARG_PARAMETER);
+ return ::IR::ConsumesDef::_narrow (p ACE_ENV_ARG_PARAMETER);
}
CORBA::Object *
@@ -8385,7 +8385,7 @@ IR::_TAO_ConsumesDef_Remote_Proxy_Broker::~_TAO_ConsumesDef_Remote_Proxy_Broker
IR::_TAO_ConsumesDef_Proxy_Impl&
IR::_TAO_ConsumesDef_Remote_Proxy_Broker::select_proxy (
::IR::ConsumesDef *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
{
return this->remote_proxy_impl_;
@@ -8428,24 +8428,24 @@ void IR::ConsumesDef::_tao_any_destructor (void *_tao_void_pointer)
IR::ConsumesDef_ptr IR::ConsumesDef::_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
if (CORBA::is_nil (obj))
return ConsumesDef::_nil ();
if (! obj->_is_local ())
{
- CORBA::Boolean is_a = obj->_is_a ("IDL:omg.org/IR/ConsumesDef:1.0" TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean is_a = obj->_is_a ("IDL:omg.org/IR/ConsumesDef:1.0" ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (ConsumesDef::_nil ());
if (is_a == 0)
return ConsumesDef::_nil ();
}
- return ConsumesDef::_unchecked_narrow (obj TAO_ENV_ARG_PARAMETER);
+ return ConsumesDef::_unchecked_narrow (obj ACE_ENV_ARG_PARAMETER);
}
IR::ConsumesDef_ptr IR::ConsumesDef::_unchecked_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
{
if (CORBA::is_nil (obj))
@@ -8500,7 +8500,7 @@ IR::ConsumesDef::_duplicate (ConsumesDef_ptr obj)
return obj;
}
-CORBA::Boolean IR::ConsumesDef::_is_a (const CORBA::Char *value TAO_ENV_ARG_DECL)
+CORBA::Boolean IR::ConsumesDef::_is_a (const CORBA::Char *value ACE_ENV_ARG_DECL)
{
if (
(!ACE_OS::strcmp ((char *)value, "IDL:omg.org/IR/ConsumesDef:1.0")) ||
@@ -8510,7 +8510,7 @@ CORBA::Boolean IR::ConsumesDef::_is_a (const CORBA::Char *value TAO_ENV_ARG_DECL
(!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA/Object:1.0")))
return 1; // success using local knowledge
else
- return this->CORBA_Object::_is_a (value TAO_ENV_ARG_PARAMETER);
+ return this->CORBA_Object::_is_a (value ACE_ENV_ARG_PARAMETER);
}
void *IR::ConsumesDef::_tao_QueryInterface (ptr_arith_t type)
@@ -8628,10 +8628,10 @@ tao_IR_ComponentDef_nil (
IR::ComponentDef_ptr
tao_IR_ComponentDef_narrow (
CORBA::Object *p
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
- return IR::ComponentDef::_narrow (p TAO_ENV_ARG_PARAMETER);
+ return IR::ComponentDef::_narrow (p ACE_ENV_ARG_PARAMETER);
}
CORBA::Object *
@@ -8755,10 +8755,10 @@ IR::ComponentDef_var::tao_nil (void)
::IR::ComponentDef_ptr
IR::ComponentDef_var::tao_narrow (
CORBA::Object *p
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
- return ::IR::ComponentDef::_narrow (p TAO_ENV_ARG_PARAMETER);
+ return ::IR::ComponentDef::_narrow (p ACE_ENV_ARG_PARAMETER);
}
CORBA::Object *
@@ -8836,21 +8836,21 @@ public:
TAO_ClientRequestInfo_IR_ComponentDef_supported_interfaces_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -8866,30 +8866,30 @@ private:
TAO_ClientRequestInfo_IR_ComponentDef_supported_interfaces_get::TAO_ClientRequestInfo_IR_ComponentDef_supported_interfaces_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_IR_ComponentDef_supported_interfaces_get::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_ComponentDef_supported_interfaces_get::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return parameter_list;
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_IR_ComponentDef_supported_interfaces_get::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_ComponentDef_supported_interfaces_get::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -8897,13 +8897,13 @@ TAO_ClientRequestInfo_IR_ComponentDef_supported_interfaces_get::exceptions (TAO_
CORBA::Any *
-TAO_ClientRequestInfo_IR_ComponentDef_supported_interfaces_get::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_ComponentDef_supported_interfaces_get::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -8926,21 +8926,21 @@ public:
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
const CORBA_InterfaceDefSeq & supported_interfaces
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -8956,19 +8956,19 @@ TAO_ClientRequestInfo_IR_ComponentDef_supported_interfaces_set::TAO_ClientReques
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
const CORBA_InterfaceDefSeq & supported_interfaces
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target),
supported_interfaces_ (supported_interfaces)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_IR_ComponentDef_supported_interfaces_set::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_ComponentDef_supported_interfaces_set::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
Dynamic::ParameterList_var safe_parameter_list = parameter_list;
@@ -8984,12 +8984,12 @@ TAO_ClientRequestInfo_IR_ComponentDef_supported_interfaces_set::arguments (TAO_E
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_IR_ComponentDef_supported_interfaces_set::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_ComponentDef_supported_interfaces_set::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -8997,13 +8997,13 @@ TAO_ClientRequestInfo_IR_ComponentDef_supported_interfaces_set::exceptions (TAO_
CORBA::Any *
-TAO_ClientRequestInfo_IR_ComponentDef_supported_interfaces_set::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_ComponentDef_supported_interfaces_set::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 1;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return result_any;
@@ -9015,21 +9015,21 @@ public:
TAO_ClientRequestInfo_IR_ComponentDef_base_component_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -9045,30 +9045,30 @@ private:
TAO_ClientRequestInfo_IR_ComponentDef_base_component_get::TAO_ClientRequestInfo_IR_ComponentDef_base_component_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_IR_ComponentDef_base_component_get::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_ComponentDef_base_component_get::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return parameter_list;
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_IR_ComponentDef_base_component_get::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_ComponentDef_base_component_get::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -9076,13 +9076,13 @@ TAO_ClientRequestInfo_IR_ComponentDef_base_component_get::exceptions (TAO_ENV_SI
CORBA::Any *
-TAO_ClientRequestInfo_IR_ComponentDef_base_component_get::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_ComponentDef_base_component_get::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -9104,21 +9104,21 @@ public:
TAO_ClientRequestInfo_IR_ComponentDef_provides_interfaces_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -9134,30 +9134,30 @@ private:
TAO_ClientRequestInfo_IR_ComponentDef_provides_interfaces_get::TAO_ClientRequestInfo_IR_ComponentDef_provides_interfaces_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_IR_ComponentDef_provides_interfaces_get::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_ComponentDef_provides_interfaces_get::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return parameter_list;
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_IR_ComponentDef_provides_interfaces_get::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_ComponentDef_provides_interfaces_get::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -9165,13 +9165,13 @@ TAO_ClientRequestInfo_IR_ComponentDef_provides_interfaces_get::exceptions (TAO_E
CORBA::Any *
-TAO_ClientRequestInfo_IR_ComponentDef_provides_interfaces_get::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_ComponentDef_provides_interfaces_get::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -9193,21 +9193,21 @@ public:
TAO_ClientRequestInfo_IR_ComponentDef_uses_interfaces_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -9223,30 +9223,30 @@ private:
TAO_ClientRequestInfo_IR_ComponentDef_uses_interfaces_get::TAO_ClientRequestInfo_IR_ComponentDef_uses_interfaces_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_IR_ComponentDef_uses_interfaces_get::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_ComponentDef_uses_interfaces_get::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return parameter_list;
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_IR_ComponentDef_uses_interfaces_get::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_ComponentDef_uses_interfaces_get::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -9254,13 +9254,13 @@ TAO_ClientRequestInfo_IR_ComponentDef_uses_interfaces_get::exceptions (TAO_ENV_S
CORBA::Any *
-TAO_ClientRequestInfo_IR_ComponentDef_uses_interfaces_get::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_ComponentDef_uses_interfaces_get::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -9282,21 +9282,21 @@ public:
TAO_ClientRequestInfo_IR_ComponentDef_emits_events_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -9312,30 +9312,30 @@ private:
TAO_ClientRequestInfo_IR_ComponentDef_emits_events_get::TAO_ClientRequestInfo_IR_ComponentDef_emits_events_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_IR_ComponentDef_emits_events_get::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_ComponentDef_emits_events_get::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return parameter_list;
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_IR_ComponentDef_emits_events_get::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_ComponentDef_emits_events_get::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -9343,13 +9343,13 @@ TAO_ClientRequestInfo_IR_ComponentDef_emits_events_get::exceptions (TAO_ENV_SING
CORBA::Any *
-TAO_ClientRequestInfo_IR_ComponentDef_emits_events_get::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_ComponentDef_emits_events_get::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -9371,21 +9371,21 @@ public:
TAO_ClientRequestInfo_IR_ComponentDef_publishes_events_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -9401,30 +9401,30 @@ private:
TAO_ClientRequestInfo_IR_ComponentDef_publishes_events_get::TAO_ClientRequestInfo_IR_ComponentDef_publishes_events_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_IR_ComponentDef_publishes_events_get::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_ComponentDef_publishes_events_get::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return parameter_list;
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_IR_ComponentDef_publishes_events_get::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_ComponentDef_publishes_events_get::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -9432,13 +9432,13 @@ TAO_ClientRequestInfo_IR_ComponentDef_publishes_events_get::exceptions (TAO_ENV_
CORBA::Any *
-TAO_ClientRequestInfo_IR_ComponentDef_publishes_events_get::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_ComponentDef_publishes_events_get::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -9460,21 +9460,21 @@ public:
TAO_ClientRequestInfo_IR_ComponentDef_consumes_events_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -9490,30 +9490,30 @@ private:
TAO_ClientRequestInfo_IR_ComponentDef_consumes_events_get::TAO_ClientRequestInfo_IR_ComponentDef_consumes_events_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_IR_ComponentDef_consumes_events_get::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_ComponentDef_consumes_events_get::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return parameter_list;
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_IR_ComponentDef_consumes_events_get::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_ComponentDef_consumes_events_get::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -9521,13 +9521,13 @@ TAO_ClientRequestInfo_IR_ComponentDef_consumes_events_get::exceptions (TAO_ENV_S
CORBA::Any *
-TAO_ClientRequestInfo_IR_ComponentDef_consumes_events_get::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_ComponentDef_consumes_events_get::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -9549,21 +9549,21 @@ public:
TAO_ClientRequestInfo_IR_ComponentDef_is_basic_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -9579,30 +9579,30 @@ private:
TAO_ClientRequestInfo_IR_ComponentDef_is_basic_get::TAO_ClientRequestInfo_IR_ComponentDef_is_basic_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_IR_ComponentDef_is_basic_get::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_ComponentDef_is_basic_get::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return parameter_list;
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_IR_ComponentDef_is_basic_get::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_ComponentDef_is_basic_get::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -9610,13 +9610,13 @@ TAO_ClientRequestInfo_IR_ComponentDef_is_basic_get::exceptions (TAO_ENV_SINGLE_A
CORBA::Any *
-TAO_ClientRequestInfo_IR_ComponentDef_is_basic_get::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_ComponentDef_is_basic_get::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -9642,21 +9642,21 @@ public:
const char * name,
const char * version,
CORBA_InterfaceDef_ptr interface_type
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -9680,7 +9680,7 @@ TAO_ClientRequestInfo_IR_ComponentDef_create_provides::TAO_ClientRequestInfo_IR_
const char * name,
const char * version,
CORBA_InterfaceDef_ptr interface_type
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target),
id_ (id),
@@ -9690,12 +9690,12 @@ TAO_ClientRequestInfo_IR_ComponentDef_create_provides::TAO_ClientRequestInfo_IR_
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_IR_ComponentDef_create_provides::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_ComponentDef_create_provides::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
Dynamic::ParameterList_var safe_parameter_list = parameter_list;
@@ -9720,12 +9720,12 @@ TAO_ClientRequestInfo_IR_ComponentDef_create_provides::arguments (TAO_ENV_SINGLE
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_IR_ComponentDef_create_provides::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_ComponentDef_create_provides::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -9733,13 +9733,13 @@ TAO_ClientRequestInfo_IR_ComponentDef_create_provides::exceptions (TAO_ENV_SINGL
CORBA::Any *
-TAO_ClientRequestInfo_IR_ComponentDef_create_provides::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_ComponentDef_create_provides::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -9766,21 +9766,21 @@ public:
const char * version,
CORBA_InterfaceDef_ptr interface_type,
const CORBA::Boolean & is_multiple
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -9806,7 +9806,7 @@ TAO_ClientRequestInfo_IR_ComponentDef_create_uses::TAO_ClientRequestInfo_IR_Comp
const char * version,
CORBA_InterfaceDef_ptr interface_type,
const CORBA::Boolean & is_multiple
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target),
id_ (id),
@@ -9817,12 +9817,12 @@ TAO_ClientRequestInfo_IR_ComponentDef_create_uses::TAO_ClientRequestInfo_IR_Comp
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_IR_ComponentDef_create_uses::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_ComponentDef_create_uses::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
Dynamic::ParameterList_var safe_parameter_list = parameter_list;
@@ -9850,12 +9850,12 @@ TAO_ClientRequestInfo_IR_ComponentDef_create_uses::arguments (TAO_ENV_SINGLE_ARG
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_IR_ComponentDef_create_uses::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_ComponentDef_create_uses::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -9863,13 +9863,13 @@ TAO_ClientRequestInfo_IR_ComponentDef_create_uses::exceptions (TAO_ENV_SINGLE_AR
CORBA::Any *
-TAO_ClientRequestInfo_IR_ComponentDef_create_uses::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_ComponentDef_create_uses::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -9895,21 +9895,21 @@ public:
const char * name,
const char * version,
CORBA_ValueDef_ptr value
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -9933,7 +9933,7 @@ TAO_ClientRequestInfo_IR_ComponentDef_create_emits::TAO_ClientRequestInfo_IR_Com
const char * name,
const char * version,
CORBA_ValueDef_ptr value
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target),
id_ (id),
@@ -9943,12 +9943,12 @@ TAO_ClientRequestInfo_IR_ComponentDef_create_emits::TAO_ClientRequestInfo_IR_Com
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_IR_ComponentDef_create_emits::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_ComponentDef_create_emits::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
Dynamic::ParameterList_var safe_parameter_list = parameter_list;
@@ -9973,12 +9973,12 @@ TAO_ClientRequestInfo_IR_ComponentDef_create_emits::arguments (TAO_ENV_SINGLE_AR
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_IR_ComponentDef_create_emits::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_ComponentDef_create_emits::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -9986,13 +9986,13 @@ TAO_ClientRequestInfo_IR_ComponentDef_create_emits::exceptions (TAO_ENV_SINGLE_A
CORBA::Any *
-TAO_ClientRequestInfo_IR_ComponentDef_create_emits::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_ComponentDef_create_emits::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -10018,21 +10018,21 @@ public:
const char * name,
const char * version,
CORBA_ValueDef_ptr value
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -10056,7 +10056,7 @@ TAO_ClientRequestInfo_IR_ComponentDef_create_publishes::TAO_ClientRequestInfo_IR
const char * name,
const char * version,
CORBA_ValueDef_ptr value
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target),
id_ (id),
@@ -10066,12 +10066,12 @@ TAO_ClientRequestInfo_IR_ComponentDef_create_publishes::TAO_ClientRequestInfo_IR
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_IR_ComponentDef_create_publishes::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_ComponentDef_create_publishes::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
Dynamic::ParameterList_var safe_parameter_list = parameter_list;
@@ -10096,12 +10096,12 @@ TAO_ClientRequestInfo_IR_ComponentDef_create_publishes::arguments (TAO_ENV_SINGL
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_IR_ComponentDef_create_publishes::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_ComponentDef_create_publishes::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -10109,13 +10109,13 @@ TAO_ClientRequestInfo_IR_ComponentDef_create_publishes::exceptions (TAO_ENV_SING
CORBA::Any *
-TAO_ClientRequestInfo_IR_ComponentDef_create_publishes::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_ComponentDef_create_publishes::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -10141,21 +10141,21 @@ public:
const char * name,
const char * version,
CORBA_ValueDef_ptr value
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -10179,7 +10179,7 @@ TAO_ClientRequestInfo_IR_ComponentDef_create_consumes::TAO_ClientRequestInfo_IR_
const char * name,
const char * version,
CORBA_ValueDef_ptr value
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target),
id_ (id),
@@ -10189,12 +10189,12 @@ TAO_ClientRequestInfo_IR_ComponentDef_create_consumes::TAO_ClientRequestInfo_IR_
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_IR_ComponentDef_create_consumes::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_ComponentDef_create_consumes::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
Dynamic::ParameterList_var safe_parameter_list = parameter_list;
@@ -10219,12 +10219,12 @@ TAO_ClientRequestInfo_IR_ComponentDef_create_consumes::arguments (TAO_ENV_SINGLE
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_IR_ComponentDef_create_consumes::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_ComponentDef_create_consumes::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -10232,13 +10232,13 @@ TAO_ClientRequestInfo_IR_ComponentDef_create_consumes::exceptions (TAO_ENV_SINGL
CORBA::Any *
-TAO_ClientRequestInfo_IR_ComponentDef_create_consumes::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_ComponentDef_create_consumes::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -10270,7 +10270,7 @@ IR::_TAO_ComponentDef_Remote_Proxy_Impl::_TAO_ComponentDef_Remote_Proxy_Impl (vo
CORBA_InterfaceDefSeq * IR::_TAO_ComponentDef_Remote_Proxy_Impl::supported_interfaces (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -10314,7 +10314,7 @@ CORBA_InterfaceDefSeq * IR::_TAO_ComponentDef_Remote_Proxy_Impl::supported_inter
TAO_ClientRequestInfo_IR_ComponentDef_supported_interfaces_get ri (
&_tao_call,
_collocated_tao_target_
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -10330,7 +10330,7 @@ CORBA_InterfaceDefSeq * IR::_TAO_ComponentDef_Remote_Proxy_Impl::supported_inter
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -10342,17 +10342,17 @@ CORBA_InterfaceDefSeq * IR::_TAO_ComponentDef_Remote_Proxy_Impl::supported_inter
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -10369,7 +10369,7 @@ CORBA_InterfaceDefSeq * IR::_TAO_ComponentDef_Remote_Proxy_Impl::supported_inter
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -10397,7 +10397,7 @@ CORBA_InterfaceDefSeq * IR::_TAO_ComponentDef_Remote_Proxy_Impl::supported_inter
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -10407,12 +10407,12 @@ CORBA_InterfaceDefSeq * IR::_TAO_ComponentDef_Remote_Proxy_Impl::supported_inter
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -10423,7 +10423,7 @@ CORBA_InterfaceDefSeq * IR::_TAO_ComponentDef_Remote_Proxy_Impl::supported_inter
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -10440,7 +10440,7 @@ return _tao_safe_retval._retn ();
void IR::_TAO_ComponentDef_Remote_Proxy_Impl::supported_interfaces (
CORBA_Object *_collocated_tao_target_,
const CORBA_InterfaceDefSeq & supported_interfaces
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -10483,7 +10483,7 @@ void IR::_TAO_ComponentDef_Remote_Proxy_Impl::supported_interfaces (
&_tao_call,
_collocated_tao_target_,
supported_interfaces
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK;
@@ -10499,7 +10499,7 @@ void IR::_TAO_ComponentDef_Remote_Proxy_Impl::supported_interfaces (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -10511,12 +10511,12 @@ void IR::_TAO_ComponentDef_Remote_Proxy_Impl::supported_interfaces (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK;
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK;
@@ -10529,7 +10529,7 @@ void IR::_TAO_ComponentDef_Remote_Proxy_Impl::supported_interfaces (
);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK;
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -10545,7 +10545,7 @@ void IR::_TAO_ComponentDef_Remote_Proxy_Impl::supported_interfaces (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -10559,7 +10559,7 @@ void IR::_TAO_ComponentDef_Remote_Proxy_Impl::supported_interfaces (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -10569,12 +10569,12 @@ void IR::_TAO_ComponentDef_Remote_Proxy_Impl::supported_interfaces (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -10585,7 +10585,7 @@ void IR::_TAO_ComponentDef_Remote_Proxy_Impl::supported_interfaces (
ACE_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -10601,7 +10601,7 @@ void IR::_TAO_ComponentDef_Remote_Proxy_Impl::supported_interfaces (
IR::ComponentDef_ptr IR::_TAO_ComponentDef_Remote_Proxy_Impl::base_component (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -10644,7 +10644,7 @@ IR::ComponentDef_ptr IR::_TAO_ComponentDef_Remote_Proxy_Impl::base_component (
TAO_ClientRequestInfo_IR_ComponentDef_base_component_get ri (
&_tao_call,
_collocated_tao_target_
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -10660,7 +10660,7 @@ IR::ComponentDef_ptr IR::_TAO_ComponentDef_Remote_Proxy_Impl::base_component (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -10672,17 +10672,17 @@ IR::ComponentDef_ptr IR::_TAO_ComponentDef_Remote_Proxy_Impl::base_component (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -10699,7 +10699,7 @@ IR::ComponentDef_ptr IR::_TAO_ComponentDef_Remote_Proxy_Impl::base_component (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -10727,7 +10727,7 @@ IR::ComponentDef_ptr IR::_TAO_ComponentDef_Remote_Proxy_Impl::base_component (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -10737,12 +10737,12 @@ IR::ComponentDef_ptr IR::_TAO_ComponentDef_Remote_Proxy_Impl::base_component (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -10753,7 +10753,7 @@ IR::ComponentDef_ptr IR::_TAO_ComponentDef_Remote_Proxy_Impl::base_component (
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -10769,7 +10769,7 @@ return _tao_safe_retval._retn ();
IR::ProvidesDefSeq * IR::_TAO_ComponentDef_Remote_Proxy_Impl::provides_interfaces (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -10813,7 +10813,7 @@ IR::ProvidesDefSeq * IR::_TAO_ComponentDef_Remote_Proxy_Impl::provides_interface
TAO_ClientRequestInfo_IR_ComponentDef_provides_interfaces_get ri (
&_tao_call,
_collocated_tao_target_
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -10829,7 +10829,7 @@ IR::ProvidesDefSeq * IR::_TAO_ComponentDef_Remote_Proxy_Impl::provides_interface
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -10841,17 +10841,17 @@ IR::ProvidesDefSeq * IR::_TAO_ComponentDef_Remote_Proxy_Impl::provides_interface
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -10868,7 +10868,7 @@ IR::ProvidesDefSeq * IR::_TAO_ComponentDef_Remote_Proxy_Impl::provides_interface
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -10896,7 +10896,7 @@ IR::ProvidesDefSeq * IR::_TAO_ComponentDef_Remote_Proxy_Impl::provides_interface
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -10906,12 +10906,12 @@ IR::ProvidesDefSeq * IR::_TAO_ComponentDef_Remote_Proxy_Impl::provides_interface
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -10922,7 +10922,7 @@ IR::ProvidesDefSeq * IR::_TAO_ComponentDef_Remote_Proxy_Impl::provides_interface
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -10938,7 +10938,7 @@ return _tao_safe_retval._retn ();
IR::UsesDefSeq * IR::_TAO_ComponentDef_Remote_Proxy_Impl::uses_interfaces (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -10982,7 +10982,7 @@ IR::UsesDefSeq * IR::_TAO_ComponentDef_Remote_Proxy_Impl::uses_interfaces (
TAO_ClientRequestInfo_IR_ComponentDef_uses_interfaces_get ri (
&_tao_call,
_collocated_tao_target_
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -10998,7 +10998,7 @@ IR::UsesDefSeq * IR::_TAO_ComponentDef_Remote_Proxy_Impl::uses_interfaces (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -11010,17 +11010,17 @@ IR::UsesDefSeq * IR::_TAO_ComponentDef_Remote_Proxy_Impl::uses_interfaces (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -11037,7 +11037,7 @@ IR::UsesDefSeq * IR::_TAO_ComponentDef_Remote_Proxy_Impl::uses_interfaces (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -11065,7 +11065,7 @@ IR::UsesDefSeq * IR::_TAO_ComponentDef_Remote_Proxy_Impl::uses_interfaces (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -11075,12 +11075,12 @@ IR::UsesDefSeq * IR::_TAO_ComponentDef_Remote_Proxy_Impl::uses_interfaces (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -11091,7 +11091,7 @@ IR::UsesDefSeq * IR::_TAO_ComponentDef_Remote_Proxy_Impl::uses_interfaces (
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -11107,7 +11107,7 @@ return _tao_safe_retval._retn ();
IR::EmitsDefSeq * IR::_TAO_ComponentDef_Remote_Proxy_Impl::emits_events (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -11151,7 +11151,7 @@ IR::EmitsDefSeq * IR::_TAO_ComponentDef_Remote_Proxy_Impl::emits_events (
TAO_ClientRequestInfo_IR_ComponentDef_emits_events_get ri (
&_tao_call,
_collocated_tao_target_
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -11167,7 +11167,7 @@ IR::EmitsDefSeq * IR::_TAO_ComponentDef_Remote_Proxy_Impl::emits_events (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -11179,17 +11179,17 @@ IR::EmitsDefSeq * IR::_TAO_ComponentDef_Remote_Proxy_Impl::emits_events (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -11206,7 +11206,7 @@ IR::EmitsDefSeq * IR::_TAO_ComponentDef_Remote_Proxy_Impl::emits_events (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -11234,7 +11234,7 @@ IR::EmitsDefSeq * IR::_TAO_ComponentDef_Remote_Proxy_Impl::emits_events (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -11244,12 +11244,12 @@ IR::EmitsDefSeq * IR::_TAO_ComponentDef_Remote_Proxy_Impl::emits_events (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -11260,7 +11260,7 @@ IR::EmitsDefSeq * IR::_TAO_ComponentDef_Remote_Proxy_Impl::emits_events (
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -11276,7 +11276,7 @@ return _tao_safe_retval._retn ();
IR::PublishesDefSeq * IR::_TAO_ComponentDef_Remote_Proxy_Impl::publishes_events (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -11320,7 +11320,7 @@ IR::PublishesDefSeq * IR::_TAO_ComponentDef_Remote_Proxy_Impl::publishes_events
TAO_ClientRequestInfo_IR_ComponentDef_publishes_events_get ri (
&_tao_call,
_collocated_tao_target_
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -11336,7 +11336,7 @@ IR::PublishesDefSeq * IR::_TAO_ComponentDef_Remote_Proxy_Impl::publishes_events
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -11348,17 +11348,17 @@ IR::PublishesDefSeq * IR::_TAO_ComponentDef_Remote_Proxy_Impl::publishes_events
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -11375,7 +11375,7 @@ IR::PublishesDefSeq * IR::_TAO_ComponentDef_Remote_Proxy_Impl::publishes_events
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -11403,7 +11403,7 @@ IR::PublishesDefSeq * IR::_TAO_ComponentDef_Remote_Proxy_Impl::publishes_events
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -11413,12 +11413,12 @@ IR::PublishesDefSeq * IR::_TAO_ComponentDef_Remote_Proxy_Impl::publishes_events
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -11429,7 +11429,7 @@ IR::PublishesDefSeq * IR::_TAO_ComponentDef_Remote_Proxy_Impl::publishes_events
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -11445,7 +11445,7 @@ return _tao_safe_retval._retn ();
IR::ConsumesDefSeq * IR::_TAO_ComponentDef_Remote_Proxy_Impl::consumes_events (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -11489,7 +11489,7 @@ IR::ConsumesDefSeq * IR::_TAO_ComponentDef_Remote_Proxy_Impl::consumes_events (
TAO_ClientRequestInfo_IR_ComponentDef_consumes_events_get ri (
&_tao_call,
_collocated_tao_target_
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -11505,7 +11505,7 @@ IR::ConsumesDefSeq * IR::_TAO_ComponentDef_Remote_Proxy_Impl::consumes_events (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -11517,17 +11517,17 @@ IR::ConsumesDefSeq * IR::_TAO_ComponentDef_Remote_Proxy_Impl::consumes_events (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -11544,7 +11544,7 @@ IR::ConsumesDefSeq * IR::_TAO_ComponentDef_Remote_Proxy_Impl::consumes_events (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -11572,7 +11572,7 @@ IR::ConsumesDefSeq * IR::_TAO_ComponentDef_Remote_Proxy_Impl::consumes_events (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -11582,12 +11582,12 @@ IR::ConsumesDefSeq * IR::_TAO_ComponentDef_Remote_Proxy_Impl::consumes_events (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -11598,7 +11598,7 @@ IR::ConsumesDefSeq * IR::_TAO_ComponentDef_Remote_Proxy_Impl::consumes_events (
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -11614,7 +11614,7 @@ return _tao_safe_retval._retn ();
CORBA::Boolean IR::_TAO_ComponentDef_Remote_Proxy_Impl::is_basic (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -11656,7 +11656,7 @@ CORBA::Boolean IR::_TAO_ComponentDef_Remote_Proxy_Impl::is_basic (
TAO_ClientRequestInfo_IR_ComponentDef_is_basic_get ri (
&_tao_call,
_collocated_tao_target_
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (_tao_retval);
@@ -11672,7 +11672,7 @@ CORBA::Boolean IR::_TAO_ComponentDef_Remote_Proxy_Impl::is_basic (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -11684,17 +11684,17 @@ CORBA::Boolean IR::_TAO_ComponentDef_Remote_Proxy_Impl::is_basic (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (_tao_retval);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (_tao_retval);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (_tao_retval);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -11711,7 +11711,7 @@ CORBA::Boolean IR::_TAO_ComponentDef_Remote_Proxy_Impl::is_basic (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -11738,7 +11738,7 @@ CORBA::Boolean IR::_TAO_ComponentDef_Remote_Proxy_Impl::is_basic (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -11748,12 +11748,12 @@ CORBA::Boolean IR::_TAO_ComponentDef_Remote_Proxy_Impl::is_basic (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -11764,7 +11764,7 @@ CORBA::Boolean IR::_TAO_ComponentDef_Remote_Proxy_Impl::is_basic (
ACE_CHECK_RETURN (_tao_retval);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (_tao_retval);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -11784,7 +11784,7 @@ IR::ProvidesDef_ptr IR::_TAO_ComponentDef_Remote_Proxy_Impl::create_provides (
const char * name,
const char * version,
CORBA_InterfaceDef_ptr interface_type
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -11831,7 +11831,7 @@ IR::ProvidesDef_ptr IR::_TAO_ComponentDef_Remote_Proxy_Impl::create_provides (
name,
version,
interface_type
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -11847,7 +11847,7 @@ IR::ProvidesDef_ptr IR::_TAO_ComponentDef_Remote_Proxy_Impl::create_provides (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -11859,12 +11859,12 @@ IR::ProvidesDef_ptr IR::_TAO_ComponentDef_Remote_Proxy_Impl::create_provides (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
@@ -11881,7 +11881,7 @@ IR::ProvidesDef_ptr IR::_TAO_ComponentDef_Remote_Proxy_Impl::create_provides (
);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -11898,7 +11898,7 @@ IR::ProvidesDef_ptr IR::_TAO_ComponentDef_Remote_Proxy_Impl::create_provides (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -11926,7 +11926,7 @@ IR::ProvidesDef_ptr IR::_TAO_ComponentDef_Remote_Proxy_Impl::create_provides (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -11936,12 +11936,12 @@ IR::ProvidesDef_ptr IR::_TAO_ComponentDef_Remote_Proxy_Impl::create_provides (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -11952,7 +11952,7 @@ IR::ProvidesDef_ptr IR::_TAO_ComponentDef_Remote_Proxy_Impl::create_provides (
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -11973,7 +11973,7 @@ IR::UsesDef_ptr IR::_TAO_ComponentDef_Remote_Proxy_Impl::create_uses (
const char * version,
CORBA_InterfaceDef_ptr interface_type,
CORBA::Boolean is_multiple
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -12021,7 +12021,7 @@ IR::UsesDef_ptr IR::_TAO_ComponentDef_Remote_Proxy_Impl::create_uses (
version,
interface_type,
is_multiple
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -12037,7 +12037,7 @@ IR::UsesDef_ptr IR::_TAO_ComponentDef_Remote_Proxy_Impl::create_uses (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -12049,12 +12049,12 @@ IR::UsesDef_ptr IR::_TAO_ComponentDef_Remote_Proxy_Impl::create_uses (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
@@ -12072,7 +12072,7 @@ IR::UsesDef_ptr IR::_TAO_ComponentDef_Remote_Proxy_Impl::create_uses (
);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -12089,7 +12089,7 @@ IR::UsesDef_ptr IR::_TAO_ComponentDef_Remote_Proxy_Impl::create_uses (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -12117,7 +12117,7 @@ IR::UsesDef_ptr IR::_TAO_ComponentDef_Remote_Proxy_Impl::create_uses (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -12127,12 +12127,12 @@ IR::UsesDef_ptr IR::_TAO_ComponentDef_Remote_Proxy_Impl::create_uses (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -12143,7 +12143,7 @@ IR::UsesDef_ptr IR::_TAO_ComponentDef_Remote_Proxy_Impl::create_uses (
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -12163,7 +12163,7 @@ IR::EmitsDef_ptr IR::_TAO_ComponentDef_Remote_Proxy_Impl::create_emits (
const char * name,
const char * version,
CORBA_ValueDef_ptr value
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -12210,7 +12210,7 @@ IR::EmitsDef_ptr IR::_TAO_ComponentDef_Remote_Proxy_Impl::create_emits (
name,
version,
value
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -12226,7 +12226,7 @@ IR::EmitsDef_ptr IR::_TAO_ComponentDef_Remote_Proxy_Impl::create_emits (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -12238,12 +12238,12 @@ IR::EmitsDef_ptr IR::_TAO_ComponentDef_Remote_Proxy_Impl::create_emits (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
@@ -12260,7 +12260,7 @@ IR::EmitsDef_ptr IR::_TAO_ComponentDef_Remote_Proxy_Impl::create_emits (
);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -12277,7 +12277,7 @@ IR::EmitsDef_ptr IR::_TAO_ComponentDef_Remote_Proxy_Impl::create_emits (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -12305,7 +12305,7 @@ IR::EmitsDef_ptr IR::_TAO_ComponentDef_Remote_Proxy_Impl::create_emits (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -12315,12 +12315,12 @@ IR::EmitsDef_ptr IR::_TAO_ComponentDef_Remote_Proxy_Impl::create_emits (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -12331,7 +12331,7 @@ IR::EmitsDef_ptr IR::_TAO_ComponentDef_Remote_Proxy_Impl::create_emits (
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -12351,7 +12351,7 @@ IR::PublishesDef_ptr IR::_TAO_ComponentDef_Remote_Proxy_Impl::create_publishes (
const char * name,
const char * version,
CORBA_ValueDef_ptr value
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -12398,7 +12398,7 @@ IR::PublishesDef_ptr IR::_TAO_ComponentDef_Remote_Proxy_Impl::create_publishes (
name,
version,
value
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -12414,7 +12414,7 @@ IR::PublishesDef_ptr IR::_TAO_ComponentDef_Remote_Proxy_Impl::create_publishes (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -12426,12 +12426,12 @@ IR::PublishesDef_ptr IR::_TAO_ComponentDef_Remote_Proxy_Impl::create_publishes (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
@@ -12448,7 +12448,7 @@ IR::PublishesDef_ptr IR::_TAO_ComponentDef_Remote_Proxy_Impl::create_publishes (
);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -12465,7 +12465,7 @@ IR::PublishesDef_ptr IR::_TAO_ComponentDef_Remote_Proxy_Impl::create_publishes (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -12493,7 +12493,7 @@ IR::PublishesDef_ptr IR::_TAO_ComponentDef_Remote_Proxy_Impl::create_publishes (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -12503,12 +12503,12 @@ IR::PublishesDef_ptr IR::_TAO_ComponentDef_Remote_Proxy_Impl::create_publishes (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -12519,7 +12519,7 @@ IR::PublishesDef_ptr IR::_TAO_ComponentDef_Remote_Proxy_Impl::create_publishes (
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -12539,7 +12539,7 @@ IR::ConsumesDef_ptr IR::_TAO_ComponentDef_Remote_Proxy_Impl::create_consumes (
const char * name,
const char * version,
CORBA_ValueDef_ptr value
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -12586,7 +12586,7 @@ IR::ConsumesDef_ptr IR::_TAO_ComponentDef_Remote_Proxy_Impl::create_consumes (
name,
version,
value
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -12602,7 +12602,7 @@ IR::ConsumesDef_ptr IR::_TAO_ComponentDef_Remote_Proxy_Impl::create_consumes (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -12614,12 +12614,12 @@ IR::ConsumesDef_ptr IR::_TAO_ComponentDef_Remote_Proxy_Impl::create_consumes (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
@@ -12636,7 +12636,7 @@ IR::ConsumesDef_ptr IR::_TAO_ComponentDef_Remote_Proxy_Impl::create_consumes (
);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -12653,7 +12653,7 @@ IR::ConsumesDef_ptr IR::_TAO_ComponentDef_Remote_Proxy_Impl::create_consumes (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -12681,7 +12681,7 @@ IR::ConsumesDef_ptr IR::_TAO_ComponentDef_Remote_Proxy_Impl::create_consumes (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -12691,12 +12691,12 @@ IR::ConsumesDef_ptr IR::_TAO_ComponentDef_Remote_Proxy_Impl::create_consumes (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -12707,7 +12707,7 @@ IR::ConsumesDef_ptr IR::_TAO_ComponentDef_Remote_Proxy_Impl::create_consumes (
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -12762,7 +12762,7 @@ IR::_TAO_ComponentDef_Remote_Proxy_Broker::~_TAO_ComponentDef_Remote_Proxy_Broke
IR::_TAO_ComponentDef_Proxy_Impl&
IR::_TAO_ComponentDef_Remote_Proxy_Broker::select_proxy (
::IR::ComponentDef *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
{
return this->remote_proxy_impl_;
@@ -12805,24 +12805,24 @@ void IR::ComponentDef::_tao_any_destructor (void *_tao_void_pointer)
IR::ComponentDef_ptr IR::ComponentDef::_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
if (CORBA::is_nil (obj))
return ComponentDef::_nil ();
if (! obj->_is_local ())
{
- CORBA::Boolean is_a = obj->_is_a ("IDL:omg.org/IR/ComponentDef:1.0" TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean is_a = obj->_is_a ("IDL:omg.org/IR/ComponentDef:1.0" ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (ComponentDef::_nil ());
if (is_a == 0)
return ComponentDef::_nil ();
}
- return ComponentDef::_unchecked_narrow (obj TAO_ENV_ARG_PARAMETER);
+ return ComponentDef::_unchecked_narrow (obj ACE_ENV_ARG_PARAMETER);
}
IR::ComponentDef_ptr IR::ComponentDef::_unchecked_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
{
if (CORBA::is_nil (obj))
@@ -12877,7 +12877,7 @@ IR::ComponentDef::_duplicate (ComponentDef_ptr obj)
return obj;
}
-CORBA::Boolean IR::ComponentDef::_is_a (const CORBA::Char *value TAO_ENV_ARG_DECL)
+CORBA::Boolean IR::ComponentDef::_is_a (const CORBA::Char *value ACE_ENV_ARG_DECL)
{
if (
(!ACE_OS::strcmp ((char *)value, "IDL:omg.org/IR/ComponentDef:1.0")) ||
@@ -12889,7 +12889,7 @@ CORBA::Boolean IR::ComponentDef::_is_a (const CORBA::Char *value TAO_ENV_ARG_DEC
(!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA/Object:1.0")))
return 1; // success using local knowledge
else
- return this->CORBA_Object::_is_a (value TAO_ENV_ARG_PARAMETER);
+ return this->CORBA_Object::_is_a (value ACE_ENV_ARG_PARAMETER);
}
void *IR::ComponentDef::_tao_QueryInterface (ptr_arith_t type)
@@ -12974,157 +12974,157 @@ const char* IR::ComponentDef::_interface_repository_id (void) const
}
CORBA_InterfaceDefSeq * IR::ComponentDef::supported_interfaces (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_ComponentDef_Proxy_Impl &proxy =
- this->the_TAO_ComponentDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_ComponentDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.supported_interfaces (
this
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
void IR::ComponentDef::supported_interfaces (
const CORBA_InterfaceDefSeq & supported_interfaces
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_ComponentDef_Proxy_Impl &proxy =
- this->the_TAO_ComponentDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_ComponentDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
proxy.supported_interfaces (
this,
supported_interfaces
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
IR::ComponentDef_ptr IR::ComponentDef::base_component (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_ComponentDef_Proxy_Impl &proxy =
- this->the_TAO_ComponentDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_ComponentDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.base_component (
this
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
IR::ProvidesDefSeq * IR::ComponentDef::provides_interfaces (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_ComponentDef_Proxy_Impl &proxy =
- this->the_TAO_ComponentDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_ComponentDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.provides_interfaces (
this
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
IR::UsesDefSeq * IR::ComponentDef::uses_interfaces (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_ComponentDef_Proxy_Impl &proxy =
- this->the_TAO_ComponentDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_ComponentDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.uses_interfaces (
this
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
IR::EmitsDefSeq * IR::ComponentDef::emits_events (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_ComponentDef_Proxy_Impl &proxy =
- this->the_TAO_ComponentDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_ComponentDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.emits_events (
this
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
IR::PublishesDefSeq * IR::ComponentDef::publishes_events (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_ComponentDef_Proxy_Impl &proxy =
- this->the_TAO_ComponentDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_ComponentDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.publishes_events (
this
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
IR::ConsumesDefSeq * IR::ComponentDef::consumes_events (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_ComponentDef_Proxy_Impl &proxy =
- this->the_TAO_ComponentDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_ComponentDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.consumes_events (
this
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
CORBA::Boolean IR::ComponentDef::is_basic (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_ComponentDef_Proxy_Impl &proxy =
- this->the_TAO_ComponentDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_ComponentDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.is_basic (
this
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
@@ -13133,14 +13133,14 @@ IR::ProvidesDef_ptr IR::ComponentDef::create_provides (
const char * name,
const char * version,
CORBA_InterfaceDef_ptr interface_type
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_ComponentDef_Proxy_Impl &proxy =
- this->the_TAO_ComponentDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_ComponentDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.create_provides (
@@ -13149,7 +13149,7 @@ IR::ProvidesDef_ptr IR::ComponentDef::create_provides (
name,
version,
interface_type
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
@@ -13159,14 +13159,14 @@ IR::UsesDef_ptr IR::ComponentDef::create_uses (
const char * version,
CORBA_InterfaceDef_ptr interface_type,
CORBA::Boolean is_multiple
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_ComponentDef_Proxy_Impl &proxy =
- this->the_TAO_ComponentDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_ComponentDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.create_uses (
@@ -13176,7 +13176,7 @@ IR::UsesDef_ptr IR::ComponentDef::create_uses (
version,
interface_type,
is_multiple
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
@@ -13185,14 +13185,14 @@ IR::EmitsDef_ptr IR::ComponentDef::create_emits (
const char * name,
const char * version,
CORBA_ValueDef_ptr value
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_ComponentDef_Proxy_Impl &proxy =
- this->the_TAO_ComponentDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_ComponentDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.create_emits (
@@ -13201,7 +13201,7 @@ IR::EmitsDef_ptr IR::ComponentDef::create_emits (
name,
version,
value
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
@@ -13210,14 +13210,14 @@ IR::PublishesDef_ptr IR::ComponentDef::create_publishes (
const char * name,
const char * version,
CORBA_ValueDef_ptr value
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_ComponentDef_Proxy_Impl &proxy =
- this->the_TAO_ComponentDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_ComponentDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.create_publishes (
@@ -13226,7 +13226,7 @@ IR::PublishesDef_ptr IR::ComponentDef::create_publishes (
name,
version,
value
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
@@ -13235,14 +13235,14 @@ IR::ConsumesDef_ptr IR::ComponentDef::create_consumes (
const char * name,
const char * version,
CORBA_ValueDef_ptr value
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_ComponentDef_Proxy_Impl &proxy =
- this->the_TAO_ComponentDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_ComponentDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.create_consumes (
@@ -13251,7 +13251,7 @@ IR::ConsumesDef_ptr IR::ComponentDef::create_consumes (
name,
version,
value
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
@@ -14248,10 +14248,10 @@ tao_IR_PrimaryKeyDef_nil (
IR::PrimaryKeyDef_ptr
tao_IR_PrimaryKeyDef_narrow (
CORBA::Object *p
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
- return IR::PrimaryKeyDef::_narrow (p TAO_ENV_ARG_PARAMETER);
+ return IR::PrimaryKeyDef::_narrow (p ACE_ENV_ARG_PARAMETER);
}
CORBA::Object *
@@ -14375,10 +14375,10 @@ IR::PrimaryKeyDef_var::tao_nil (void)
::IR::PrimaryKeyDef_ptr
IR::PrimaryKeyDef_var::tao_narrow (
CORBA::Object *p
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
- return ::IR::PrimaryKeyDef::_narrow (p TAO_ENV_ARG_PARAMETER);
+ return ::IR::PrimaryKeyDef::_narrow (p ACE_ENV_ARG_PARAMETER);
}
CORBA::Object *
@@ -14457,21 +14457,21 @@ public:
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
const char * primary_key_id
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -14489,19 +14489,19 @@ TAO_ClientRequestInfo_IR_PrimaryKeyDef_is_a::TAO_ClientRequestInfo_IR_PrimaryKey
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
const char * primary_key_id
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target),
primary_key_id_ (primary_key_id)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_IR_PrimaryKeyDef_is_a::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_PrimaryKeyDef_is_a::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
Dynamic::ParameterList_var safe_parameter_list = parameter_list;
@@ -14517,12 +14517,12 @@ TAO_ClientRequestInfo_IR_PrimaryKeyDef_is_a::arguments (TAO_ENV_SINGLE_ARG_DECL)
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_IR_PrimaryKeyDef_is_a::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_PrimaryKeyDef_is_a::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -14530,13 +14530,13 @@ TAO_ClientRequestInfo_IR_PrimaryKeyDef_is_a::exceptions (TAO_ENV_SINGLE_ARG_DECL
CORBA::Any *
-TAO_ClientRequestInfo_IR_PrimaryKeyDef_is_a::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_PrimaryKeyDef_is_a::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -14558,21 +14558,21 @@ public:
TAO_ClientRequestInfo_IR_PrimaryKeyDef_primary_key_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -14588,30 +14588,30 @@ private:
TAO_ClientRequestInfo_IR_PrimaryKeyDef_primary_key_get::TAO_ClientRequestInfo_IR_PrimaryKeyDef_primary_key_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_IR_PrimaryKeyDef_primary_key_get::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_PrimaryKeyDef_primary_key_get::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return parameter_list;
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_IR_PrimaryKeyDef_primary_key_get::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_PrimaryKeyDef_primary_key_get::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -14619,13 +14619,13 @@ TAO_ClientRequestInfo_IR_PrimaryKeyDef_primary_key_get::exceptions (TAO_ENV_SING
CORBA::Any *
-TAO_ClientRequestInfo_IR_PrimaryKeyDef_primary_key_get::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_PrimaryKeyDef_primary_key_get::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -14658,7 +14658,7 @@ IR::_TAO_PrimaryKeyDef_Remote_Proxy_Impl::_TAO_PrimaryKeyDef_Remote_Proxy_Impl (
CORBA::Boolean IR::_TAO_PrimaryKeyDef_Remote_Proxy_Impl::is_a (
CORBA_Object *_collocated_tao_target_,
const char * primary_key_id
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -14701,7 +14701,7 @@ CORBA::Boolean IR::_TAO_PrimaryKeyDef_Remote_Proxy_Impl::is_a (
&_tao_call,
_collocated_tao_target_,
primary_key_id
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (_tao_retval);
@@ -14717,7 +14717,7 @@ CORBA::Boolean IR::_TAO_PrimaryKeyDef_Remote_Proxy_Impl::is_a (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -14729,12 +14729,12 @@ CORBA::Boolean IR::_TAO_PrimaryKeyDef_Remote_Proxy_Impl::is_a (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (_tao_retval);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (_tao_retval);
@@ -14748,7 +14748,7 @@ CORBA::Boolean IR::_TAO_PrimaryKeyDef_Remote_Proxy_Impl::is_a (
);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (_tao_retval);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -14765,7 +14765,7 @@ CORBA::Boolean IR::_TAO_PrimaryKeyDef_Remote_Proxy_Impl::is_a (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -14792,7 +14792,7 @@ CORBA::Boolean IR::_TAO_PrimaryKeyDef_Remote_Proxy_Impl::is_a (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -14802,12 +14802,12 @@ CORBA::Boolean IR::_TAO_PrimaryKeyDef_Remote_Proxy_Impl::is_a (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -14818,7 +14818,7 @@ CORBA::Boolean IR::_TAO_PrimaryKeyDef_Remote_Proxy_Impl::is_a (
ACE_CHECK_RETURN (_tao_retval);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (_tao_retval);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -14834,7 +14834,7 @@ return _tao_retval;
CORBA_ValueDef_ptr IR::_TAO_PrimaryKeyDef_Remote_Proxy_Impl::primary_key (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -14877,7 +14877,7 @@ CORBA_ValueDef_ptr IR::_TAO_PrimaryKeyDef_Remote_Proxy_Impl::primary_key (
TAO_ClientRequestInfo_IR_PrimaryKeyDef_primary_key_get ri (
&_tao_call,
_collocated_tao_target_
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -14893,7 +14893,7 @@ CORBA_ValueDef_ptr IR::_TAO_PrimaryKeyDef_Remote_Proxy_Impl::primary_key (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -14905,17 +14905,17 @@ CORBA_ValueDef_ptr IR::_TAO_PrimaryKeyDef_Remote_Proxy_Impl::primary_key (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -14932,7 +14932,7 @@ CORBA_ValueDef_ptr IR::_TAO_PrimaryKeyDef_Remote_Proxy_Impl::primary_key (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -14960,7 +14960,7 @@ CORBA_ValueDef_ptr IR::_TAO_PrimaryKeyDef_Remote_Proxy_Impl::primary_key (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -14970,12 +14970,12 @@ CORBA_ValueDef_ptr IR::_TAO_PrimaryKeyDef_Remote_Proxy_Impl::primary_key (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -14986,7 +14986,7 @@ CORBA_ValueDef_ptr IR::_TAO_PrimaryKeyDef_Remote_Proxy_Impl::primary_key (
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -15041,7 +15041,7 @@ IR::_TAO_PrimaryKeyDef_Remote_Proxy_Broker::~_TAO_PrimaryKeyDef_Remote_Proxy_Bro
IR::_TAO_PrimaryKeyDef_Proxy_Impl&
IR::_TAO_PrimaryKeyDef_Remote_Proxy_Broker::select_proxy (
::IR::PrimaryKeyDef *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
{
return this->remote_proxy_impl_;
@@ -15084,24 +15084,24 @@ void IR::PrimaryKeyDef::_tao_any_destructor (void *_tao_void_pointer)
IR::PrimaryKeyDef_ptr IR::PrimaryKeyDef::_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
if (CORBA::is_nil (obj))
return PrimaryKeyDef::_nil ();
if (! obj->_is_local ())
{
- CORBA::Boolean is_a = obj->_is_a ("IDL:omg.org/IR/PrimaryKeyDef:1.0" TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean is_a = obj->_is_a ("IDL:omg.org/IR/PrimaryKeyDef:1.0" ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (PrimaryKeyDef::_nil ());
if (is_a == 0)
return PrimaryKeyDef::_nil ();
}
- return PrimaryKeyDef::_unchecked_narrow (obj TAO_ENV_ARG_PARAMETER);
+ return PrimaryKeyDef::_unchecked_narrow (obj ACE_ENV_ARG_PARAMETER);
}
IR::PrimaryKeyDef_ptr IR::PrimaryKeyDef::_unchecked_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
{
if (CORBA::is_nil (obj))
@@ -15156,7 +15156,7 @@ IR::PrimaryKeyDef::_duplicate (PrimaryKeyDef_ptr obj)
return obj;
}
-CORBA::Boolean IR::PrimaryKeyDef::_is_a (const CORBA::Char *value TAO_ENV_ARG_DECL)
+CORBA::Boolean IR::PrimaryKeyDef::_is_a (const CORBA::Char *value ACE_ENV_ARG_DECL)
{
if (
(!ACE_OS::strcmp ((char *)value, "IDL:omg.org/IR/PrimaryKeyDef:1.0")) ||
@@ -15165,7 +15165,7 @@ CORBA::Boolean IR::PrimaryKeyDef::_is_a (const CORBA::Char *value TAO_ENV_ARG_DE
(!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA/Object:1.0")))
return 1; // success using local knowledge
else
- return this->CORBA_Object::_is_a (value TAO_ENV_ARG_PARAMETER);
+ return this->CORBA_Object::_is_a (value ACE_ENV_ARG_PARAMETER);
}
void *IR::PrimaryKeyDef::_tao_QueryInterface (ptr_arith_t type)
@@ -15215,37 +15215,37 @@ const char* IR::PrimaryKeyDef::_interface_repository_id (void) const
CORBA::Boolean IR::PrimaryKeyDef::is_a (
const char * primary_key_id
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_PrimaryKeyDef_Proxy_Impl &proxy =
- this->the_TAO_PrimaryKeyDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_PrimaryKeyDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.is_a (
this,
primary_key_id
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
CORBA_ValueDef_ptr IR::PrimaryKeyDef::primary_key (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_PrimaryKeyDef_Proxy_Impl &proxy =
- this->the_TAO_PrimaryKeyDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_PrimaryKeyDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.primary_key (
this
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
@@ -15464,10 +15464,10 @@ tao_IR_FactoryDef_nil (
IR::FactoryDef_ptr
tao_IR_FactoryDef_narrow (
CORBA::Object *p
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
- return IR::FactoryDef::_narrow (p TAO_ENV_ARG_PARAMETER);
+ return IR::FactoryDef::_narrow (p ACE_ENV_ARG_PARAMETER);
}
CORBA::Object *
@@ -15591,10 +15591,10 @@ IR::FactoryDef_var::tao_nil (void)
::IR::FactoryDef_ptr
IR::FactoryDef_var::tao_narrow (
CORBA::Object *p
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
- return ::IR::FactoryDef::_narrow (p TAO_ENV_ARG_PARAMETER);
+ return ::IR::FactoryDef::_narrow (p ACE_ENV_ARG_PARAMETER);
}
CORBA::Object *
@@ -15721,7 +15721,7 @@ IR::_TAO_FactoryDef_Remote_Proxy_Broker::~_TAO_FactoryDef_Remote_Proxy_Broker (v
IR::_TAO_FactoryDef_Proxy_Impl&
IR::_TAO_FactoryDef_Remote_Proxy_Broker::select_proxy (
::IR::FactoryDef *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
{
return this->remote_proxy_impl_;
@@ -15764,24 +15764,24 @@ void IR::FactoryDef::_tao_any_destructor (void *_tao_void_pointer)
IR::FactoryDef_ptr IR::FactoryDef::_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
if (CORBA::is_nil (obj))
return FactoryDef::_nil ();
if (! obj->_is_local ())
{
- CORBA::Boolean is_a = obj->_is_a ("IDL:omg.org/IR/FactoryDef:1.0" TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean is_a = obj->_is_a ("IDL:omg.org/IR/FactoryDef:1.0" ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (FactoryDef::_nil ());
if (is_a == 0)
return FactoryDef::_nil ();
}
- return FactoryDef::_unchecked_narrow (obj TAO_ENV_ARG_PARAMETER);
+ return FactoryDef::_unchecked_narrow (obj ACE_ENV_ARG_PARAMETER);
}
IR::FactoryDef_ptr IR::FactoryDef::_unchecked_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
{
if (CORBA::is_nil (obj))
@@ -15836,7 +15836,7 @@ IR::FactoryDef::_duplicate (FactoryDef_ptr obj)
return obj;
}
-CORBA::Boolean IR::FactoryDef::_is_a (const CORBA::Char *value TAO_ENV_ARG_DECL)
+CORBA::Boolean IR::FactoryDef::_is_a (const CORBA::Char *value ACE_ENV_ARG_DECL)
{
if (
(!ACE_OS::strcmp ((char *)value, "IDL:omg.org/IR/FactoryDef:1.0")) ||
@@ -15846,7 +15846,7 @@ CORBA::Boolean IR::FactoryDef::_is_a (const CORBA::Char *value TAO_ENV_ARG_DECL)
(!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA/Object:1.0")))
return 1; // success using local knowledge
else
- return this->CORBA_Object::_is_a (value TAO_ENV_ARG_PARAMETER);
+ return this->CORBA_Object::_is_a (value ACE_ENV_ARG_PARAMETER);
}
void *IR::FactoryDef::_tao_QueryInterface (ptr_arith_t type)
@@ -15964,10 +15964,10 @@ tao_IR_FinderDef_nil (
IR::FinderDef_ptr
tao_IR_FinderDef_narrow (
CORBA::Object *p
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
- return IR::FinderDef::_narrow (p TAO_ENV_ARG_PARAMETER);
+ return IR::FinderDef::_narrow (p ACE_ENV_ARG_PARAMETER);
}
CORBA::Object *
@@ -16091,10 +16091,10 @@ IR::FinderDef_var::tao_nil (void)
::IR::FinderDef_ptr
IR::FinderDef_var::tao_narrow (
CORBA::Object *p
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
- return ::IR::FinderDef::_narrow (p TAO_ENV_ARG_PARAMETER);
+ return ::IR::FinderDef::_narrow (p ACE_ENV_ARG_PARAMETER);
}
CORBA::Object *
@@ -16221,7 +16221,7 @@ IR::_TAO_FinderDef_Remote_Proxy_Broker::~_TAO_FinderDef_Remote_Proxy_Broker (voi
IR::_TAO_FinderDef_Proxy_Impl&
IR::_TAO_FinderDef_Remote_Proxy_Broker::select_proxy (
::IR::FinderDef *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
{
return this->remote_proxy_impl_;
@@ -16264,24 +16264,24 @@ void IR::FinderDef::_tao_any_destructor (void *_tao_void_pointer)
IR::FinderDef_ptr IR::FinderDef::_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
if (CORBA::is_nil (obj))
return FinderDef::_nil ();
if (! obj->_is_local ())
{
- CORBA::Boolean is_a = obj->_is_a ("IDL:omg.org/IR/FinderDef:1.0" TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean is_a = obj->_is_a ("IDL:omg.org/IR/FinderDef:1.0" ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (FinderDef::_nil ());
if (is_a == 0)
return FinderDef::_nil ();
}
- return FinderDef::_unchecked_narrow (obj TAO_ENV_ARG_PARAMETER);
+ return FinderDef::_unchecked_narrow (obj ACE_ENV_ARG_PARAMETER);
}
IR::FinderDef_ptr IR::FinderDef::_unchecked_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
{
if (CORBA::is_nil (obj))
@@ -16336,7 +16336,7 @@ IR::FinderDef::_duplicate (FinderDef_ptr obj)
return obj;
}
-CORBA::Boolean IR::FinderDef::_is_a (const CORBA::Char *value TAO_ENV_ARG_DECL)
+CORBA::Boolean IR::FinderDef::_is_a (const CORBA::Char *value ACE_ENV_ARG_DECL)
{
if (
(!ACE_OS::strcmp ((char *)value, "IDL:omg.org/IR/FinderDef:1.0")) ||
@@ -16346,7 +16346,7 @@ CORBA::Boolean IR::FinderDef::_is_a (const CORBA::Char *value TAO_ENV_ARG_DECL)
(!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA/Object:1.0")))
return 1; // success using local knowledge
else
- return this->CORBA_Object::_is_a (value TAO_ENV_ARG_PARAMETER);
+ return this->CORBA_Object::_is_a (value ACE_ENV_ARG_PARAMETER);
}
void *IR::FinderDef::_tao_QueryInterface (ptr_arith_t type)
@@ -16464,10 +16464,10 @@ tao_IR_HomeDef_nil (
IR::HomeDef_ptr
tao_IR_HomeDef_narrow (
CORBA::Object *p
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
- return IR::HomeDef::_narrow (p TAO_ENV_ARG_PARAMETER);
+ return IR::HomeDef::_narrow (p ACE_ENV_ARG_PARAMETER);
}
CORBA::Object *
@@ -16591,10 +16591,10 @@ IR::HomeDef_var::tao_nil (void)
::IR::HomeDef_ptr
IR::HomeDef_var::tao_narrow (
CORBA::Object *p
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
- return ::IR::HomeDef::_narrow (p TAO_ENV_ARG_PARAMETER);
+ return ::IR::HomeDef::_narrow (p ACE_ENV_ARG_PARAMETER);
}
CORBA::Object *
@@ -16672,21 +16672,21 @@ public:
TAO_ClientRequestInfo_IR_HomeDef_base_home_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -16702,30 +16702,30 @@ private:
TAO_ClientRequestInfo_IR_HomeDef_base_home_get::TAO_ClientRequestInfo_IR_HomeDef_base_home_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_IR_HomeDef_base_home_get::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_HomeDef_base_home_get::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return parameter_list;
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_IR_HomeDef_base_home_get::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_HomeDef_base_home_get::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -16733,13 +16733,13 @@ TAO_ClientRequestInfo_IR_HomeDef_base_home_get::exceptions (TAO_ENV_SINGLE_ARG_D
CORBA::Any *
-TAO_ClientRequestInfo_IR_HomeDef_base_home_get::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_HomeDef_base_home_get::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -16761,21 +16761,21 @@ public:
TAO_ClientRequestInfo_IR_HomeDef_managed_component_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -16791,30 +16791,30 @@ private:
TAO_ClientRequestInfo_IR_HomeDef_managed_component_get::TAO_ClientRequestInfo_IR_HomeDef_managed_component_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_IR_HomeDef_managed_component_get::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_HomeDef_managed_component_get::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return parameter_list;
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_IR_HomeDef_managed_component_get::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_HomeDef_managed_component_get::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -16822,13 +16822,13 @@ TAO_ClientRequestInfo_IR_HomeDef_managed_component_get::exceptions (TAO_ENV_SING
CORBA::Any *
-TAO_ClientRequestInfo_IR_HomeDef_managed_component_get::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_HomeDef_managed_component_get::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -16850,21 +16850,21 @@ public:
TAO_ClientRequestInfo_IR_HomeDef_primary_key_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -16880,30 +16880,30 @@ private:
TAO_ClientRequestInfo_IR_HomeDef_primary_key_get::TAO_ClientRequestInfo_IR_HomeDef_primary_key_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_IR_HomeDef_primary_key_get::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_HomeDef_primary_key_get::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return parameter_list;
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_IR_HomeDef_primary_key_get::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_HomeDef_primary_key_get::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -16911,13 +16911,13 @@ TAO_ClientRequestInfo_IR_HomeDef_primary_key_get::exceptions (TAO_ENV_SINGLE_ARG
CORBA::Any *
-TAO_ClientRequestInfo_IR_HomeDef_primary_key_get::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_HomeDef_primary_key_get::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -16939,21 +16939,21 @@ public:
TAO_ClientRequestInfo_IR_HomeDef_factories_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -16969,30 +16969,30 @@ private:
TAO_ClientRequestInfo_IR_HomeDef_factories_get::TAO_ClientRequestInfo_IR_HomeDef_factories_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_IR_HomeDef_factories_get::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_HomeDef_factories_get::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return parameter_list;
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_IR_HomeDef_factories_get::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_HomeDef_factories_get::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -17000,13 +17000,13 @@ TAO_ClientRequestInfo_IR_HomeDef_factories_get::exceptions (TAO_ENV_SINGLE_ARG_D
CORBA::Any *
-TAO_ClientRequestInfo_IR_HomeDef_factories_get::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_HomeDef_factories_get::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -17028,21 +17028,21 @@ public:
TAO_ClientRequestInfo_IR_HomeDef_finders_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -17058,30 +17058,30 @@ private:
TAO_ClientRequestInfo_IR_HomeDef_finders_get::TAO_ClientRequestInfo_IR_HomeDef_finders_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_IR_HomeDef_finders_get::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_HomeDef_finders_get::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return parameter_list;
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_IR_HomeDef_finders_get::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_HomeDef_finders_get::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -17089,13 +17089,13 @@ TAO_ClientRequestInfo_IR_HomeDef_finders_get::exceptions (TAO_ENV_SINGLE_ARG_DEC
CORBA::Any *
-TAO_ClientRequestInfo_IR_HomeDef_finders_get::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_HomeDef_finders_get::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -17117,21 +17117,21 @@ public:
TAO_ClientRequestInfo_IR_HomeDef_is_basic_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -17147,30 +17147,30 @@ private:
TAO_ClientRequestInfo_IR_HomeDef_is_basic_get::TAO_ClientRequestInfo_IR_HomeDef_is_basic_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_IR_HomeDef_is_basic_get::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_HomeDef_is_basic_get::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return parameter_list;
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_IR_HomeDef_is_basic_get::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_HomeDef_is_basic_get::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -17178,13 +17178,13 @@ TAO_ClientRequestInfo_IR_HomeDef_is_basic_get::exceptions (TAO_ENV_SINGLE_ARG_DE
CORBA::Any *
-TAO_ClientRequestInfo_IR_HomeDef_is_basic_get::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_HomeDef_is_basic_get::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -17210,21 +17210,21 @@ public:
const char * name,
const char * version,
CORBA_ValueDef_ptr primary_key
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -17248,7 +17248,7 @@ TAO_ClientRequestInfo_IR_HomeDef_create_primary_key::TAO_ClientRequestInfo_IR_Ho
const char * name,
const char * version,
CORBA_ValueDef_ptr primary_key
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target),
id_ (id),
@@ -17258,12 +17258,12 @@ TAO_ClientRequestInfo_IR_HomeDef_create_primary_key::TAO_ClientRequestInfo_IR_Ho
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_IR_HomeDef_create_primary_key::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_HomeDef_create_primary_key::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
Dynamic::ParameterList_var safe_parameter_list = parameter_list;
@@ -17288,12 +17288,12 @@ TAO_ClientRequestInfo_IR_HomeDef_create_primary_key::arguments (TAO_ENV_SINGLE_A
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_IR_HomeDef_create_primary_key::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_HomeDef_create_primary_key::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -17301,13 +17301,13 @@ TAO_ClientRequestInfo_IR_HomeDef_create_primary_key::exceptions (TAO_ENV_SINGLE_
CORBA::Any *
-TAO_ClientRequestInfo_IR_HomeDef_create_primary_key::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_HomeDef_create_primary_key::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -17334,21 +17334,21 @@ public:
const char * version,
const CORBA_ParDescriptionSeq & params,
const CORBA_ExceptionDefSeq & exceptions
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -17374,7 +17374,7 @@ TAO_ClientRequestInfo_IR_HomeDef_create_factory::TAO_ClientRequestInfo_IR_HomeDe
const char * version,
const CORBA_ParDescriptionSeq & params,
const CORBA_ExceptionDefSeq & exceptions
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target),
id_ (id),
@@ -17385,12 +17385,12 @@ TAO_ClientRequestInfo_IR_HomeDef_create_factory::TAO_ClientRequestInfo_IR_HomeDe
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_IR_HomeDef_create_factory::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_HomeDef_create_factory::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
Dynamic::ParameterList_var safe_parameter_list = parameter_list;
@@ -17418,12 +17418,12 @@ TAO_ClientRequestInfo_IR_HomeDef_create_factory::arguments (TAO_ENV_SINGLE_ARG_D
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_IR_HomeDef_create_factory::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_HomeDef_create_factory::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -17431,13 +17431,13 @@ TAO_ClientRequestInfo_IR_HomeDef_create_factory::exceptions (TAO_ENV_SINGLE_ARG_
CORBA::Any *
-TAO_ClientRequestInfo_IR_HomeDef_create_factory::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_HomeDef_create_factory::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -17464,21 +17464,21 @@ public:
const char * version,
const CORBA_ParDescriptionSeq & params,
const CORBA_ExceptionDefSeq & exceptions
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -17504,7 +17504,7 @@ TAO_ClientRequestInfo_IR_HomeDef_create_finder::TAO_ClientRequestInfo_IR_HomeDef
const char * version,
const CORBA_ParDescriptionSeq & params,
const CORBA_ExceptionDefSeq & exceptions
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target),
id_ (id),
@@ -17515,12 +17515,12 @@ TAO_ClientRequestInfo_IR_HomeDef_create_finder::TAO_ClientRequestInfo_IR_HomeDef
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_IR_HomeDef_create_finder::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_HomeDef_create_finder::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
Dynamic::ParameterList_var safe_parameter_list = parameter_list;
@@ -17548,12 +17548,12 @@ TAO_ClientRequestInfo_IR_HomeDef_create_finder::arguments (TAO_ENV_SINGLE_ARG_DE
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_IR_HomeDef_create_finder::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_HomeDef_create_finder::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -17561,13 +17561,13 @@ TAO_ClientRequestInfo_IR_HomeDef_create_finder::exceptions (TAO_ENV_SINGLE_ARG_D
CORBA::Any *
-TAO_ClientRequestInfo_IR_HomeDef_create_finder::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_IR_HomeDef_create_finder::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -17599,7 +17599,7 @@ IR::_TAO_HomeDef_Remote_Proxy_Impl::_TAO_HomeDef_Remote_Proxy_Impl (void)
IR::HomeDef_ptr IR::_TAO_HomeDef_Remote_Proxy_Impl::base_home (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -17642,7 +17642,7 @@ IR::HomeDef_ptr IR::_TAO_HomeDef_Remote_Proxy_Impl::base_home (
TAO_ClientRequestInfo_IR_HomeDef_base_home_get ri (
&_tao_call,
_collocated_tao_target_
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -17658,7 +17658,7 @@ IR::HomeDef_ptr IR::_TAO_HomeDef_Remote_Proxy_Impl::base_home (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -17670,17 +17670,17 @@ IR::HomeDef_ptr IR::_TAO_HomeDef_Remote_Proxy_Impl::base_home (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -17697,7 +17697,7 @@ IR::HomeDef_ptr IR::_TAO_HomeDef_Remote_Proxy_Impl::base_home (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -17725,7 +17725,7 @@ IR::HomeDef_ptr IR::_TAO_HomeDef_Remote_Proxy_Impl::base_home (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -17735,12 +17735,12 @@ IR::HomeDef_ptr IR::_TAO_HomeDef_Remote_Proxy_Impl::base_home (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -17751,7 +17751,7 @@ IR::HomeDef_ptr IR::_TAO_HomeDef_Remote_Proxy_Impl::base_home (
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -17767,7 +17767,7 @@ return _tao_safe_retval._retn ();
IR::ComponentDef_ptr IR::_TAO_HomeDef_Remote_Proxy_Impl::managed_component (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -17810,7 +17810,7 @@ IR::ComponentDef_ptr IR::_TAO_HomeDef_Remote_Proxy_Impl::managed_component (
TAO_ClientRequestInfo_IR_HomeDef_managed_component_get ri (
&_tao_call,
_collocated_tao_target_
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -17826,7 +17826,7 @@ IR::ComponentDef_ptr IR::_TAO_HomeDef_Remote_Proxy_Impl::managed_component (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -17838,17 +17838,17 @@ IR::ComponentDef_ptr IR::_TAO_HomeDef_Remote_Proxy_Impl::managed_component (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -17865,7 +17865,7 @@ IR::ComponentDef_ptr IR::_TAO_HomeDef_Remote_Proxy_Impl::managed_component (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -17893,7 +17893,7 @@ IR::ComponentDef_ptr IR::_TAO_HomeDef_Remote_Proxy_Impl::managed_component (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -17903,12 +17903,12 @@ IR::ComponentDef_ptr IR::_TAO_HomeDef_Remote_Proxy_Impl::managed_component (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -17919,7 +17919,7 @@ IR::ComponentDef_ptr IR::_TAO_HomeDef_Remote_Proxy_Impl::managed_component (
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -17935,7 +17935,7 @@ return _tao_safe_retval._retn ();
IR::PrimaryKeyDef_ptr IR::_TAO_HomeDef_Remote_Proxy_Impl::primary_key (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -17978,7 +17978,7 @@ IR::PrimaryKeyDef_ptr IR::_TAO_HomeDef_Remote_Proxy_Impl::primary_key (
TAO_ClientRequestInfo_IR_HomeDef_primary_key_get ri (
&_tao_call,
_collocated_tao_target_
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -17994,7 +17994,7 @@ IR::PrimaryKeyDef_ptr IR::_TAO_HomeDef_Remote_Proxy_Impl::primary_key (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -18006,17 +18006,17 @@ IR::PrimaryKeyDef_ptr IR::_TAO_HomeDef_Remote_Proxy_Impl::primary_key (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -18033,7 +18033,7 @@ IR::PrimaryKeyDef_ptr IR::_TAO_HomeDef_Remote_Proxy_Impl::primary_key (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -18061,7 +18061,7 @@ IR::PrimaryKeyDef_ptr IR::_TAO_HomeDef_Remote_Proxy_Impl::primary_key (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -18071,12 +18071,12 @@ IR::PrimaryKeyDef_ptr IR::_TAO_HomeDef_Remote_Proxy_Impl::primary_key (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -18087,7 +18087,7 @@ IR::PrimaryKeyDef_ptr IR::_TAO_HomeDef_Remote_Proxy_Impl::primary_key (
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -18103,7 +18103,7 @@ return _tao_safe_retval._retn ();
IR::FactoryDefSeq * IR::_TAO_HomeDef_Remote_Proxy_Impl::factories (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -18147,7 +18147,7 @@ IR::FactoryDefSeq * IR::_TAO_HomeDef_Remote_Proxy_Impl::factories (
TAO_ClientRequestInfo_IR_HomeDef_factories_get ri (
&_tao_call,
_collocated_tao_target_
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -18163,7 +18163,7 @@ IR::FactoryDefSeq * IR::_TAO_HomeDef_Remote_Proxy_Impl::factories (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -18175,17 +18175,17 @@ IR::FactoryDefSeq * IR::_TAO_HomeDef_Remote_Proxy_Impl::factories (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -18202,7 +18202,7 @@ IR::FactoryDefSeq * IR::_TAO_HomeDef_Remote_Proxy_Impl::factories (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -18230,7 +18230,7 @@ IR::FactoryDefSeq * IR::_TAO_HomeDef_Remote_Proxy_Impl::factories (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -18240,12 +18240,12 @@ IR::FactoryDefSeq * IR::_TAO_HomeDef_Remote_Proxy_Impl::factories (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -18256,7 +18256,7 @@ IR::FactoryDefSeq * IR::_TAO_HomeDef_Remote_Proxy_Impl::factories (
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -18272,7 +18272,7 @@ return _tao_safe_retval._retn ();
IR::FinderDefSeq * IR::_TAO_HomeDef_Remote_Proxy_Impl::finders (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -18316,7 +18316,7 @@ IR::FinderDefSeq * IR::_TAO_HomeDef_Remote_Proxy_Impl::finders (
TAO_ClientRequestInfo_IR_HomeDef_finders_get ri (
&_tao_call,
_collocated_tao_target_
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -18332,7 +18332,7 @@ IR::FinderDefSeq * IR::_TAO_HomeDef_Remote_Proxy_Impl::finders (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -18344,17 +18344,17 @@ IR::FinderDefSeq * IR::_TAO_HomeDef_Remote_Proxy_Impl::finders (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -18371,7 +18371,7 @@ IR::FinderDefSeq * IR::_TAO_HomeDef_Remote_Proxy_Impl::finders (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -18399,7 +18399,7 @@ IR::FinderDefSeq * IR::_TAO_HomeDef_Remote_Proxy_Impl::finders (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -18409,12 +18409,12 @@ IR::FinderDefSeq * IR::_TAO_HomeDef_Remote_Proxy_Impl::finders (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -18425,7 +18425,7 @@ IR::FinderDefSeq * IR::_TAO_HomeDef_Remote_Proxy_Impl::finders (
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -18441,7 +18441,7 @@ return _tao_safe_retval._retn ();
CORBA::Boolean IR::_TAO_HomeDef_Remote_Proxy_Impl::is_basic (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -18483,7 +18483,7 @@ CORBA::Boolean IR::_TAO_HomeDef_Remote_Proxy_Impl::is_basic (
TAO_ClientRequestInfo_IR_HomeDef_is_basic_get ri (
&_tao_call,
_collocated_tao_target_
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (_tao_retval);
@@ -18499,7 +18499,7 @@ CORBA::Boolean IR::_TAO_HomeDef_Remote_Proxy_Impl::is_basic (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -18511,17 +18511,17 @@ CORBA::Boolean IR::_TAO_HomeDef_Remote_Proxy_Impl::is_basic (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (_tao_retval);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (_tao_retval);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (_tao_retval);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -18538,7 +18538,7 @@ CORBA::Boolean IR::_TAO_HomeDef_Remote_Proxy_Impl::is_basic (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -18565,7 +18565,7 @@ CORBA::Boolean IR::_TAO_HomeDef_Remote_Proxy_Impl::is_basic (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -18575,12 +18575,12 @@ CORBA::Boolean IR::_TAO_HomeDef_Remote_Proxy_Impl::is_basic (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -18591,7 +18591,7 @@ CORBA::Boolean IR::_TAO_HomeDef_Remote_Proxy_Impl::is_basic (
ACE_CHECK_RETURN (_tao_retval);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (_tao_retval);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -18611,7 +18611,7 @@ IR::PrimaryKeyDef_ptr IR::_TAO_HomeDef_Remote_Proxy_Impl::create_primary_key (
const char * name,
const char * version,
CORBA_ValueDef_ptr primary_key
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -18658,7 +18658,7 @@ IR::PrimaryKeyDef_ptr IR::_TAO_HomeDef_Remote_Proxy_Impl::create_primary_key (
name,
version,
primary_key
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -18674,7 +18674,7 @@ IR::PrimaryKeyDef_ptr IR::_TAO_HomeDef_Remote_Proxy_Impl::create_primary_key (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -18686,12 +18686,12 @@ IR::PrimaryKeyDef_ptr IR::_TAO_HomeDef_Remote_Proxy_Impl::create_primary_key (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
@@ -18708,7 +18708,7 @@ IR::PrimaryKeyDef_ptr IR::_TAO_HomeDef_Remote_Proxy_Impl::create_primary_key (
);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -18725,7 +18725,7 @@ IR::PrimaryKeyDef_ptr IR::_TAO_HomeDef_Remote_Proxy_Impl::create_primary_key (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -18753,7 +18753,7 @@ IR::PrimaryKeyDef_ptr IR::_TAO_HomeDef_Remote_Proxy_Impl::create_primary_key (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -18763,12 +18763,12 @@ IR::PrimaryKeyDef_ptr IR::_TAO_HomeDef_Remote_Proxy_Impl::create_primary_key (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -18779,7 +18779,7 @@ IR::PrimaryKeyDef_ptr IR::_TAO_HomeDef_Remote_Proxy_Impl::create_primary_key (
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -18800,7 +18800,7 @@ IR::FactoryDef_ptr IR::_TAO_HomeDef_Remote_Proxy_Impl::create_factory (
const char * version,
const CORBA_ParDescriptionSeq & params,
const CORBA_ExceptionDefSeq & exceptions
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -18848,7 +18848,7 @@ IR::FactoryDef_ptr IR::_TAO_HomeDef_Remote_Proxy_Impl::create_factory (
version,
params,
exceptions
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -18864,7 +18864,7 @@ IR::FactoryDef_ptr IR::_TAO_HomeDef_Remote_Proxy_Impl::create_factory (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -18876,12 +18876,12 @@ IR::FactoryDef_ptr IR::_TAO_HomeDef_Remote_Proxy_Impl::create_factory (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
@@ -18899,7 +18899,7 @@ IR::FactoryDef_ptr IR::_TAO_HomeDef_Remote_Proxy_Impl::create_factory (
);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -18916,7 +18916,7 @@ IR::FactoryDef_ptr IR::_TAO_HomeDef_Remote_Proxy_Impl::create_factory (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -18944,7 +18944,7 @@ IR::FactoryDef_ptr IR::_TAO_HomeDef_Remote_Proxy_Impl::create_factory (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -18954,12 +18954,12 @@ IR::FactoryDef_ptr IR::_TAO_HomeDef_Remote_Proxy_Impl::create_factory (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -18970,7 +18970,7 @@ IR::FactoryDef_ptr IR::_TAO_HomeDef_Remote_Proxy_Impl::create_factory (
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -18991,7 +18991,7 @@ IR::FinderDef_ptr IR::_TAO_HomeDef_Remote_Proxy_Impl::create_finder (
const char * version,
const CORBA_ParDescriptionSeq & params,
const CORBA_ExceptionDefSeq & exceptions
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -19039,7 +19039,7 @@ IR::FinderDef_ptr IR::_TAO_HomeDef_Remote_Proxy_Impl::create_finder (
version,
params,
exceptions
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -19055,7 +19055,7 @@ IR::FinderDef_ptr IR::_TAO_HomeDef_Remote_Proxy_Impl::create_finder (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -19067,12 +19067,12 @@ IR::FinderDef_ptr IR::_TAO_HomeDef_Remote_Proxy_Impl::create_finder (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
@@ -19090,7 +19090,7 @@ IR::FinderDef_ptr IR::_TAO_HomeDef_Remote_Proxy_Impl::create_finder (
);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -19107,7 +19107,7 @@ IR::FinderDef_ptr IR::_TAO_HomeDef_Remote_Proxy_Impl::create_finder (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -19135,7 +19135,7 @@ IR::FinderDef_ptr IR::_TAO_HomeDef_Remote_Proxy_Impl::create_finder (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -19145,12 +19145,12 @@ IR::FinderDef_ptr IR::_TAO_HomeDef_Remote_Proxy_Impl::create_finder (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -19161,7 +19161,7 @@ IR::FinderDef_ptr IR::_TAO_HomeDef_Remote_Proxy_Impl::create_finder (
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -19216,7 +19216,7 @@ IR::_TAO_HomeDef_Remote_Proxy_Broker::~_TAO_HomeDef_Remote_Proxy_Broker (void)
IR::_TAO_HomeDef_Proxy_Impl&
IR::_TAO_HomeDef_Remote_Proxy_Broker::select_proxy (
::IR::HomeDef *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
{
return this->remote_proxy_impl_;
@@ -19259,24 +19259,24 @@ void IR::HomeDef::_tao_any_destructor (void *_tao_void_pointer)
IR::HomeDef_ptr IR::HomeDef::_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
if (CORBA::is_nil (obj))
return HomeDef::_nil ();
if (! obj->_is_local ())
{
- CORBA::Boolean is_a = obj->_is_a ("IDL:omg.org/IR/HomeDef:1.0" TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean is_a = obj->_is_a ("IDL:omg.org/IR/HomeDef:1.0" ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (HomeDef::_nil ());
if (is_a == 0)
return HomeDef::_nil ();
}
- return HomeDef::_unchecked_narrow (obj TAO_ENV_ARG_PARAMETER);
+ return HomeDef::_unchecked_narrow (obj ACE_ENV_ARG_PARAMETER);
}
IR::HomeDef_ptr IR::HomeDef::_unchecked_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
{
if (CORBA::is_nil (obj))
@@ -19331,7 +19331,7 @@ IR::HomeDef::_duplicate (HomeDef_ptr obj)
return obj;
}
-CORBA::Boolean IR::HomeDef::_is_a (const CORBA::Char *value TAO_ENV_ARG_DECL)
+CORBA::Boolean IR::HomeDef::_is_a (const CORBA::Char *value ACE_ENV_ARG_DECL)
{
if (
(!ACE_OS::strcmp ((char *)value, "IDL:omg.org/IR/HomeDef:1.0")) ||
@@ -19343,7 +19343,7 @@ CORBA::Boolean IR::HomeDef::_is_a (const CORBA::Char *value TAO_ENV_ARG_DECL)
(!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA/Object:1.0")))
return 1; // success using local knowledge
else
- return this->CORBA_Object::_is_a (value TAO_ENV_ARG_PARAMETER);
+ return this->CORBA_Object::_is_a (value ACE_ENV_ARG_PARAMETER);
}
void *IR::HomeDef::_tao_QueryInterface (ptr_arith_t type)
@@ -19428,104 +19428,104 @@ const char* IR::HomeDef::_interface_repository_id (void) const
}
IR::HomeDef_ptr IR::HomeDef::base_home (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_HomeDef_Proxy_Impl &proxy =
- this->the_TAO_HomeDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_HomeDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.base_home (
this
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
IR::ComponentDef_ptr IR::HomeDef::managed_component (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_HomeDef_Proxy_Impl &proxy =
- this->the_TAO_HomeDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_HomeDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.managed_component (
this
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
IR::PrimaryKeyDef_ptr IR::HomeDef::primary_key (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_HomeDef_Proxy_Impl &proxy =
- this->the_TAO_HomeDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_HomeDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.primary_key (
this
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
IR::FactoryDefSeq * IR::HomeDef::factories (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_HomeDef_Proxy_Impl &proxy =
- this->the_TAO_HomeDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_HomeDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.factories (
this
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
IR::FinderDefSeq * IR::HomeDef::finders (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_HomeDef_Proxy_Impl &proxy =
- this->the_TAO_HomeDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_HomeDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.finders (
this
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
CORBA::Boolean IR::HomeDef::is_basic (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_HomeDef_Proxy_Impl &proxy =
- this->the_TAO_HomeDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_HomeDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.is_basic (
this
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
@@ -19534,14 +19534,14 @@ IR::PrimaryKeyDef_ptr IR::HomeDef::create_primary_key (
const char * name,
const char * version,
CORBA_ValueDef_ptr primary_key
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_HomeDef_Proxy_Impl &proxy =
- this->the_TAO_HomeDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_HomeDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.create_primary_key (
@@ -19550,7 +19550,7 @@ IR::PrimaryKeyDef_ptr IR::HomeDef::create_primary_key (
name,
version,
primary_key
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
@@ -19560,14 +19560,14 @@ IR::FactoryDef_ptr IR::HomeDef::create_factory (
const char * version,
const CORBA_ParDescriptionSeq & params,
const CORBA_ExceptionDefSeq & exceptions
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_HomeDef_Proxy_Impl &proxy =
- this->the_TAO_HomeDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_HomeDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.create_factory (
@@ -19577,7 +19577,7 @@ IR::FactoryDef_ptr IR::HomeDef::create_factory (
version,
params,
exceptions
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
@@ -19587,14 +19587,14 @@ IR::FinderDef_ptr IR::HomeDef::create_finder (
const char * version,
const CORBA_ParDescriptionSeq & params,
const CORBA_ExceptionDefSeq & exceptions
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_HomeDef_Proxy_Impl &proxy =
- this->the_TAO_HomeDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_HomeDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.create_finder (
@@ -19604,7 +19604,7 @@ IR::FinderDef_ptr IR::HomeDef::create_finder (
version,
params,
exceptions
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
@@ -21017,7 +21017,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, const IR::RepositoryIdSe
{
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (IR::_tc_RepositoryIdSeq TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (IR::_tc_RepositoryIdSeq ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -21108,7 +21108,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, const IR::ComponentDefSe
{
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (IR::_tc_ComponentDefSeq TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (IR::_tc_ComponentDefSeq ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -21199,7 +21199,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, const IR::ProvidesDefSeq
{
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (IR::_tc_ProvidesDefSeq TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (IR::_tc_ProvidesDefSeq ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -21290,7 +21290,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, const IR::UsesDefSeq *&_
{
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (IR::_tc_UsesDefSeq TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (IR::_tc_UsesDefSeq ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -21381,7 +21381,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, const IR::HomeDefSeq *&_
{
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (IR::_tc_HomeDefSeq TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (IR::_tc_HomeDefSeq ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -21472,7 +21472,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, const IR::EmitsDefSeq *&
{
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (IR::_tc_EmitsDefSeq TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (IR::_tc_EmitsDefSeq ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -21563,7 +21563,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, const IR::PublishesDefSe
{
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (IR::_tc_PublishesDefSeq TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (IR::_tc_PublishesDefSeq ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -21654,7 +21654,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, const IR::ConsumesDefSeq
{
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (IR::_tc_ConsumesDefSeq TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (IR::_tc_ConsumesDefSeq ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -21745,7 +21745,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, const IR::FactoryDefSeq
{
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (IR::_tc_FactoryDefSeq TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (IR::_tc_FactoryDefSeq ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -21836,7 +21836,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, const IR::FinderDefSeq *
{
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (IR::_tc_FinderDefSeq TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (IR::_tc_FinderDefSeq ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -21905,7 +21905,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, IR::ComponentRepository_
_tao_elem = IR::ComponentRepository::_nil ();
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (IR::_tc_ComponentRepository TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (IR::_tc_ComponentRepository ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -21966,7 +21966,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, IR::ProvidesDef_ptr &_ta
_tao_elem = IR::ProvidesDef::_nil ();
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (IR::_tc_ProvidesDef TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (IR::_tc_ProvidesDef ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -22041,7 +22041,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, const IR::ProvidesDescri
{
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (IR::_tc_ProvidesDescription TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (IR::_tc_ProvidesDescription ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -22110,7 +22110,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, IR::UsesDef_ptr &_tao_el
_tao_elem = IR::UsesDef::_nil ();
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (IR::_tc_UsesDef TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (IR::_tc_UsesDef ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -22185,7 +22185,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, const IR::UsesDescriptio
{
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (IR::_tc_UsesDescription TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (IR::_tc_UsesDescription ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -22276,7 +22276,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, const IR::ProvidesDescSe
{
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (IR::_tc_ProvidesDescSeq TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (IR::_tc_ProvidesDescSeq ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -22367,7 +22367,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, const IR::UsesDescSeq *&
{
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (IR::_tc_UsesDescSeq TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (IR::_tc_UsesDescSeq ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -22436,7 +22436,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, IR::EventDef_ptr &_tao_e
_tao_elem = IR::EventDef::_nil ();
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (IR::_tc_EventDef TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (IR::_tc_EventDef ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -22511,7 +22511,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, const IR::EventDescripti
{
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (IR::_tc_EventDescription TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (IR::_tc_EventDescription ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -22580,7 +22580,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, IR::EmitsDef_ptr &_tao_e
_tao_elem = IR::EmitsDef::_nil ();
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (IR::_tc_EmitsDef TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (IR::_tc_EmitsDef ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -22641,7 +22641,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, IR::PublishesDef_ptr &_t
_tao_elem = IR::PublishesDef::_nil ();
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (IR::_tc_PublishesDef TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (IR::_tc_PublishesDef ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -22702,7 +22702,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, IR::ConsumesDef_ptr &_ta
_tao_elem = IR::ConsumesDef::_nil ();
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (IR::_tc_ConsumesDef TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (IR::_tc_ConsumesDef ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -22763,7 +22763,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, IR::ComponentDef_ptr &_t
_tao_elem = IR::ComponentDef::_nil ();
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (IR::_tc_ComponentDef TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (IR::_tc_ComponentDef ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -22838,7 +22838,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, const IR::ComponentDescr
{
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (IR::_tc_ComponentDescription TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (IR::_tc_ComponentDescription ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -22907,7 +22907,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, IR::PrimaryKeyDef_ptr &_
_tao_elem = IR::PrimaryKeyDef::_nil ();
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (IR::_tc_PrimaryKeyDef TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (IR::_tc_PrimaryKeyDef ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -22982,7 +22982,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, const IR::PrimaryKeyDesc
{
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (IR::_tc_PrimaryKeyDescription TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (IR::_tc_PrimaryKeyDescription ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -23051,7 +23051,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, IR::FactoryDef_ptr &_tao
_tao_elem = IR::FactoryDef::_nil ();
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (IR::_tc_FactoryDef TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (IR::_tc_FactoryDef ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -23112,7 +23112,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, IR::FinderDef_ptr &_tao_
_tao_elem = IR::FinderDef::_nil ();
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (IR::_tc_FinderDef TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (IR::_tc_FinderDef ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -23173,7 +23173,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, IR::HomeDef_ptr &_tao_el
_tao_elem = IR::HomeDef::_nil ();
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (IR::_tc_HomeDef TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (IR::_tc_HomeDef ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -23248,7 +23248,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, const IR::HomeDescriptio
{
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (IR::_tc_HomeDescription TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (IR::_tc_HomeDescription ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -23737,7 +23737,7 @@ CORBA::Boolean operator>> (
_tao_objref =
IR::ComponentRepository::_unchecked_narrow (
obj.in ()
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
return 1;
@@ -23773,7 +23773,7 @@ CORBA::Boolean operator>> (
_tao_objref =
IR::ProvidesDef::_unchecked_narrow (
obj.in ()
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
return 1;
@@ -23809,7 +23809,7 @@ CORBA::Boolean operator>> (
_tao_objref =
IR::UsesDef::_unchecked_narrow (
obj.in ()
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
return 1;
@@ -23929,7 +23929,7 @@ CORBA::Boolean operator>> (
_tao_objref =
IR::EventDef::_unchecked_narrow (
obj.in ()
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
return 1;
@@ -23965,7 +23965,7 @@ CORBA::Boolean operator>> (
_tao_objref =
IR::EmitsDef::_unchecked_narrow (
obj.in ()
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
return 1;
@@ -24001,7 +24001,7 @@ CORBA::Boolean operator>> (
_tao_objref =
IR::PublishesDef::_unchecked_narrow (
obj.in ()
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
return 1;
@@ -24037,7 +24037,7 @@ CORBA::Boolean operator>> (
_tao_objref =
IR::ConsumesDef::_unchecked_narrow (
obj.in ()
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
return 1;
@@ -24073,7 +24073,7 @@ CORBA::Boolean operator>> (
_tao_objref =
IR::ComponentDef::_unchecked_narrow (
obj.in ()
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
return 1;
@@ -24109,7 +24109,7 @@ CORBA::Boolean operator>> (
_tao_objref =
IR::PrimaryKeyDef::_unchecked_narrow (
obj.in ()
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
return 1;
@@ -24145,7 +24145,7 @@ CORBA::Boolean operator>> (
_tao_objref =
IR::FactoryDef::_unchecked_narrow (
obj.in ()
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
return 1;
@@ -24181,7 +24181,7 @@ CORBA::Boolean operator>> (
_tao_objref =
IR::FinderDef::_unchecked_narrow (
obj.in ()
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
return 1;
@@ -24217,7 +24217,7 @@ CORBA::Boolean operator>> (
_tao_objref =
IR::HomeDef::_unchecked_narrow (
obj.in ()
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
return 1;
diff --git a/TAO/tao/IFR_Client/IFR_ComponentsC.h b/TAO/tao/IFR_Client/IFR_ComponentsC.h
index 86c1ce37159..3e1daa5eee6 100644
--- a/TAO/tao/IFR_Client/IFR_ComponentsC.h
+++ b/TAO/tao/IFR_Client/IFR_ComponentsC.h
@@ -227,7 +227,7 @@ TAO_NAMESPACE IR
static ComponentDef_ptr tao_nil (void);
static ComponentDef_ptr tao_narrow (
CORBA::Object *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
);
static CORBA::Object * tao_upcast (void *);
@@ -312,7 +312,7 @@ TAO_NAMESPACE IR
virtual void _downcast (
void* target,
CORBA_Object *src
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual CORBA_Object* _upcast (void *src) const;
};
@@ -472,7 +472,7 @@ TAO_NAMESPACE IR
static ProvidesDef_ptr tao_nil (void);
static ProvidesDef_ptr tao_narrow (
CORBA::Object *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
);
static CORBA::Object * tao_upcast (void *);
@@ -557,7 +557,7 @@ TAO_NAMESPACE IR
virtual void _downcast (
void* target,
CORBA_Object *src
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual CORBA_Object* _upcast (void *src) const;
};
@@ -717,7 +717,7 @@ TAO_NAMESPACE IR
static UsesDef_ptr tao_nil (void);
static UsesDef_ptr tao_narrow (
CORBA::Object *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
);
static CORBA::Object * tao_upcast (void *);
@@ -802,7 +802,7 @@ TAO_NAMESPACE IR
virtual void _downcast (
void* target,
CORBA_Object *src
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual CORBA_Object* _upcast (void *src) const;
};
@@ -962,7 +962,7 @@ TAO_NAMESPACE IR
static HomeDef_ptr tao_nil (void);
static HomeDef_ptr tao_narrow (
CORBA::Object *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
);
static CORBA::Object * tao_upcast (void *);
@@ -1047,7 +1047,7 @@ TAO_NAMESPACE IR
virtual void _downcast (
void* target,
CORBA_Object *src
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual CORBA_Object* _upcast (void *src) const;
};
@@ -1207,7 +1207,7 @@ TAO_NAMESPACE IR
static EventDef_ptr tao_nil (void);
static EventDef_ptr tao_narrow (
CORBA::Object *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
);
static CORBA::Object * tao_upcast (void *);
@@ -1286,7 +1286,7 @@ TAO_NAMESPACE IR
static EmitsDef_ptr tao_nil (void);
static EmitsDef_ptr tao_narrow (
CORBA::Object *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
);
static CORBA::Object * tao_upcast (void *);
@@ -1371,7 +1371,7 @@ TAO_NAMESPACE IR
virtual void _downcast (
void* target,
CORBA_Object *src
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual CORBA_Object* _upcast (void *src) const;
};
@@ -1531,7 +1531,7 @@ TAO_NAMESPACE IR
static PublishesDef_ptr tao_nil (void);
static PublishesDef_ptr tao_narrow (
CORBA::Object *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
);
static CORBA::Object * tao_upcast (void *);
@@ -1616,7 +1616,7 @@ TAO_NAMESPACE IR
virtual void _downcast (
void* target,
CORBA_Object *src
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual CORBA_Object* _upcast (void *src) const;
};
@@ -1776,7 +1776,7 @@ TAO_NAMESPACE IR
static ConsumesDef_ptr tao_nil (void);
static ConsumesDef_ptr tao_narrow (
CORBA::Object *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
);
static CORBA::Object * tao_upcast (void *);
@@ -1861,7 +1861,7 @@ TAO_NAMESPACE IR
virtual void _downcast (
void* target,
CORBA_Object *src
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual CORBA_Object* _upcast (void *src) const;
};
@@ -2021,7 +2021,7 @@ TAO_NAMESPACE IR
static FactoryDef_ptr tao_nil (void);
static FactoryDef_ptr tao_narrow (
CORBA::Object *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
);
static CORBA::Object * tao_upcast (void *);
@@ -2106,7 +2106,7 @@ TAO_NAMESPACE IR
virtual void _downcast (
void* target,
CORBA_Object *src
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual CORBA_Object* _upcast (void *src) const;
};
@@ -2266,7 +2266,7 @@ TAO_NAMESPACE IR
static FinderDef_ptr tao_nil (void);
static FinderDef_ptr tao_narrow (
CORBA::Object *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
);
static CORBA::Object * tao_upcast (void *);
@@ -2351,7 +2351,7 @@ TAO_NAMESPACE IR
virtual void _downcast (
void* target,
CORBA_Object *src
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual CORBA_Object* _upcast (void *src) const;
};
@@ -2511,7 +2511,7 @@ TAO_NAMESPACE IR
static PrimaryKeyDef_ptr tao_nil (void);
static PrimaryKeyDef_ptr tao_narrow (
CORBA::Object *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
);
static CORBA::Object * tao_upcast (void *);
@@ -2590,7 +2590,7 @@ TAO_NAMESPACE IR
static ComponentRepository_ptr tao_nil (void);
static ComponentRepository_ptr tao_narrow (
CORBA::Object *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
);
static CORBA::Object * tao_upcast (void *);
@@ -2654,12 +2654,12 @@ TAO_NAMESPACE IR
static ComponentRepository_ptr _narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
static ComponentRepository_ptr _unchecked_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
static ComponentRepository_ptr _nil (void)
@@ -2675,7 +2675,7 @@ TAO_NAMESPACE IR
const char * version,
IR::ComponentDef_ptr base_component,
const CORBA_InterfaceDefSeq & supports_interfaces
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -2688,7 +2688,7 @@ TAO_NAMESPACE IR
IR::HomeDef_ptr base_home,
IR::ComponentDef_ptr managed_component,
CORBA_ValueDef_ptr primary_key
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -2696,7 +2696,7 @@ TAO_NAMESPACE IR
virtual CORBA::Boolean _is_a (
const CORBA::Char *type_id
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual void *_tao_QueryInterface (ptr_arith_t type);
@@ -2751,7 +2751,7 @@ TAO_NAMESPACE IR
const char * version,
IR::ComponentDef_ptr base_component,
const CORBA_InterfaceDefSeq & supports_interfaces
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -2765,7 +2765,7 @@ TAO_NAMESPACE IR
IR::HomeDef_ptr base_home,
IR::ComponentDef_ptr managed_component,
CORBA_ValueDef_ptr primary_key
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -2801,7 +2801,7 @@ TAO_NAMESPACE IR
const char * version,
IR::ComponentDef_ptr base_component,
const CORBA_InterfaceDefSeq & supports_interfaces
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -2815,7 +2815,7 @@ TAO_NAMESPACE IR
IR::HomeDef_ptr base_home,
IR::ComponentDef_ptr managed_component,
CORBA_ValueDef_ptr primary_key
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -2844,7 +2844,7 @@ TAO_NAMESPACE IR
virtual ~_TAO_ComponentRepository_Proxy_Broker (void);
virtual _TAO_ComponentRepository_Proxy_Impl &select_proxy (
ComponentRepository *object
- TAO_ENV_ARG_DECL_WITH_DEFAULTS
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS
) = 0;
protected:
@@ -2871,7 +2871,7 @@ TAO_NAMESPACE IR
virtual _TAO_ComponentRepository_Proxy_Impl &select_proxy (
ComponentRepository *object
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
);
private:
@@ -2919,12 +2919,12 @@ TAO_NAMESPACE IR
static ProvidesDef_ptr _narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
static ProvidesDef_ptr _unchecked_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
static ProvidesDef_ptr _nil (void)
@@ -2935,7 +2935,7 @@ TAO_NAMESPACE IR
static void _tao_any_destructor (void*);
virtual CORBA_InterfaceDef_ptr interface_type (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -2943,7 +2943,7 @@ TAO_NAMESPACE IR
virtual CORBA::Boolean _is_a (
const CORBA::Char *type_id
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual void *_tao_QueryInterface (ptr_arith_t type);
@@ -2993,7 +2993,7 @@ TAO_NAMESPACE IR
virtual ~_TAO_ProvidesDef_Proxy_Impl (void) { }
virtual CORBA_InterfaceDef_ptr interface_type (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -3024,7 +3024,7 @@ TAO_NAMESPACE IR
virtual ~_TAO_ProvidesDef_Remote_Proxy_Impl (void) { }
virtual CORBA_InterfaceDef_ptr interface_type (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -3053,7 +3053,7 @@ TAO_NAMESPACE IR
virtual ~_TAO_ProvidesDef_Proxy_Broker (void);
virtual _TAO_ProvidesDef_Proxy_Impl &select_proxy (
ProvidesDef *object
- TAO_ENV_ARG_DECL_WITH_DEFAULTS
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS
) = 0;
protected:
@@ -3080,7 +3080,7 @@ TAO_NAMESPACE IR
virtual _TAO_ProvidesDef_Proxy_Impl &select_proxy (
ProvidesDef *object
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
);
private:
@@ -3198,12 +3198,12 @@ TAO_NAMESPACE IR
static UsesDef_ptr _narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
static UsesDef_ptr _unchecked_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
static UsesDef_ptr _nil (void)
@@ -3214,14 +3214,14 @@ TAO_NAMESPACE IR
static void _tao_any_destructor (void*);
virtual CORBA_InterfaceDef_ptr interface_type (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
));
virtual CORBA::Boolean is_multiple (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -3229,7 +3229,7 @@ TAO_NAMESPACE IR
virtual CORBA::Boolean _is_a (
const CORBA::Char *type_id
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual void *_tao_QueryInterface (ptr_arith_t type);
@@ -3279,7 +3279,7 @@ TAO_NAMESPACE IR
virtual ~_TAO_UsesDef_Proxy_Impl (void) { }
virtual CORBA_InterfaceDef_ptr interface_type (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -3287,7 +3287,7 @@ TAO_NAMESPACE IR
virtual CORBA::Boolean is_multiple (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -3318,7 +3318,7 @@ TAO_NAMESPACE IR
virtual ~_TAO_UsesDef_Remote_Proxy_Impl (void) { }
virtual CORBA_InterfaceDef_ptr interface_type (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -3326,7 +3326,7 @@ TAO_NAMESPACE IR
virtual CORBA::Boolean is_multiple (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -3355,7 +3355,7 @@ TAO_NAMESPACE IR
virtual ~_TAO_UsesDef_Proxy_Broker (void);
virtual _TAO_UsesDef_Proxy_Impl &select_proxy (
UsesDef *object
- TAO_ENV_ARG_DECL_WITH_DEFAULTS
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS
) = 0;
protected:
@@ -3382,7 +3382,7 @@ TAO_NAMESPACE IR
virtual _TAO_UsesDef_Proxy_Impl &select_proxy (
UsesDef *object
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
);
private:
@@ -3827,12 +3827,12 @@ TAO_NAMESPACE IR
static EventDef_ptr _narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
static EventDef_ptr _unchecked_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
static EventDef_ptr _nil (void)
@@ -3844,14 +3844,14 @@ TAO_NAMESPACE IR
virtual CORBA::Boolean is_a (
const char * event_id
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
));
virtual CORBA_ValueDef_ptr event (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -3859,7 +3859,7 @@ TAO_NAMESPACE IR
virtual CORBA::Boolean _is_a (
const CORBA::Char *type_id
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual void *_tao_QueryInterface (ptr_arith_t type);
@@ -3910,7 +3910,7 @@ TAO_NAMESPACE IR
virtual CORBA::Boolean is_a (
CORBA_Object *_collocated_tao_target_,
const char * event_id
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -3918,7 +3918,7 @@ TAO_NAMESPACE IR
virtual CORBA_ValueDef_ptr event (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -3950,7 +3950,7 @@ TAO_NAMESPACE IR
virtual CORBA::Boolean is_a (
CORBA_Object *_collocated_tao_target_,
const char * event_id
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -3958,7 +3958,7 @@ TAO_NAMESPACE IR
virtual CORBA_ValueDef_ptr event (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -3987,7 +3987,7 @@ TAO_NAMESPACE IR
virtual ~_TAO_EventDef_Proxy_Broker (void);
virtual _TAO_EventDef_Proxy_Impl &select_proxy (
EventDef *object
- TAO_ENV_ARG_DECL_WITH_DEFAULTS
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS
) = 0;
protected:
@@ -4014,7 +4014,7 @@ TAO_NAMESPACE IR
virtual _TAO_EventDef_Proxy_Impl &select_proxy (
EventDef *object
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
);
private:
@@ -4132,12 +4132,12 @@ TAO_NAMESPACE IR
static EmitsDef_ptr _narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
static EmitsDef_ptr _unchecked_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
static EmitsDef_ptr _nil (void)
@@ -4149,7 +4149,7 @@ TAO_NAMESPACE IR
virtual CORBA::Boolean _is_a (
const CORBA::Char *type_id
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual void *_tao_QueryInterface (ptr_arith_t type);
@@ -4243,7 +4243,7 @@ TAO_NAMESPACE IR
virtual ~_TAO_EmitsDef_Proxy_Broker (void);
virtual _TAO_EmitsDef_Proxy_Impl &select_proxy (
EmitsDef *object
- TAO_ENV_ARG_DECL_WITH_DEFAULTS
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS
) = 0;
protected:
@@ -4270,7 +4270,7 @@ TAO_NAMESPACE IR
virtual _TAO_EmitsDef_Proxy_Impl &select_proxy (
EmitsDef *object
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
);
private:
@@ -4318,12 +4318,12 @@ TAO_NAMESPACE IR
static PublishesDef_ptr _narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
static PublishesDef_ptr _unchecked_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
static PublishesDef_ptr _nil (void)
@@ -4335,7 +4335,7 @@ TAO_NAMESPACE IR
virtual CORBA::Boolean _is_a (
const CORBA::Char *type_id
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual void *_tao_QueryInterface (ptr_arith_t type);
@@ -4429,7 +4429,7 @@ TAO_NAMESPACE IR
virtual ~_TAO_PublishesDef_Proxy_Broker (void);
virtual _TAO_PublishesDef_Proxy_Impl &select_proxy (
PublishesDef *object
- TAO_ENV_ARG_DECL_WITH_DEFAULTS
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS
) = 0;
protected:
@@ -4456,7 +4456,7 @@ TAO_NAMESPACE IR
virtual _TAO_PublishesDef_Proxy_Impl &select_proxy (
PublishesDef *object
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
);
private:
@@ -4504,12 +4504,12 @@ TAO_NAMESPACE IR
static ConsumesDef_ptr _narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
static ConsumesDef_ptr _unchecked_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
static ConsumesDef_ptr _nil (void)
@@ -4521,7 +4521,7 @@ TAO_NAMESPACE IR
virtual CORBA::Boolean _is_a (
const CORBA::Char *type_id
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual void *_tao_QueryInterface (ptr_arith_t type);
@@ -4615,7 +4615,7 @@ TAO_NAMESPACE IR
virtual ~_TAO_ConsumesDef_Proxy_Broker (void);
virtual _TAO_ConsumesDef_Proxy_Impl &select_proxy (
ConsumesDef *object
- TAO_ENV_ARG_DECL_WITH_DEFAULTS
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS
) = 0;
protected:
@@ -4642,7 +4642,7 @@ TAO_NAMESPACE IR
virtual _TAO_ConsumesDef_Proxy_Impl &select_proxy (
ConsumesDef *object
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
);
private:
@@ -4690,12 +4690,12 @@ TAO_NAMESPACE IR
static ComponentDef_ptr _narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
static ComponentDef_ptr _unchecked_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
static ComponentDef_ptr _nil (void)
@@ -4706,7 +4706,7 @@ TAO_NAMESPACE IR
static void _tao_any_destructor (void*);
virtual CORBA_InterfaceDefSeq * supported_interfaces (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4714,56 +4714,56 @@ TAO_NAMESPACE IR
virtual void supported_interfaces (
const CORBA_InterfaceDefSeq & supported_interfaces
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
));
virtual IR::ComponentDef_ptr base_component (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
));
virtual IR::ProvidesDefSeq * provides_interfaces (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
));
virtual IR::UsesDefSeq * uses_interfaces (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
));
virtual IR::EmitsDefSeq * emits_events (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
));
virtual IR::PublishesDefSeq * publishes_events (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
));
virtual IR::ConsumesDefSeq * consumes_events (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
));
virtual CORBA::Boolean is_basic (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4774,7 +4774,7 @@ TAO_NAMESPACE IR
const char * name,
const char * version,
CORBA_InterfaceDef_ptr interface_type
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4786,7 +4786,7 @@ TAO_NAMESPACE IR
const char * version,
CORBA_InterfaceDef_ptr interface_type,
CORBA::Boolean is_multiple
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4797,7 +4797,7 @@ TAO_NAMESPACE IR
const char * name,
const char * version,
CORBA_ValueDef_ptr value
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4808,7 +4808,7 @@ TAO_NAMESPACE IR
const char * name,
const char * version,
CORBA_ValueDef_ptr value
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4819,7 +4819,7 @@ TAO_NAMESPACE IR
const char * name,
const char * version,
CORBA_ValueDef_ptr value
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4827,7 +4827,7 @@ TAO_NAMESPACE IR
virtual CORBA::Boolean _is_a (
const CORBA::Char *type_id
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual void *_tao_QueryInterface (ptr_arith_t type);
@@ -4877,7 +4877,7 @@ TAO_NAMESPACE IR
virtual ~_TAO_ComponentDef_Proxy_Impl (void) { }
virtual CORBA_InterfaceDefSeq * supported_interfaces (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4886,7 +4886,7 @@ TAO_NAMESPACE IR
virtual void supported_interfaces (
CORBA_Object *_collocated_tao_target_,
const CORBA_InterfaceDefSeq & supported_interfaces
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4894,7 +4894,7 @@ TAO_NAMESPACE IR
virtual IR::ComponentDef_ptr base_component (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4902,7 +4902,7 @@ TAO_NAMESPACE IR
virtual IR::ProvidesDefSeq * provides_interfaces (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4910,7 +4910,7 @@ TAO_NAMESPACE IR
virtual IR::UsesDefSeq * uses_interfaces (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4918,7 +4918,7 @@ TAO_NAMESPACE IR
virtual IR::EmitsDefSeq * emits_events (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4926,7 +4926,7 @@ TAO_NAMESPACE IR
virtual IR::PublishesDefSeq * publishes_events (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4934,7 +4934,7 @@ TAO_NAMESPACE IR
virtual IR::ConsumesDefSeq * consumes_events (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4942,7 +4942,7 @@ TAO_NAMESPACE IR
virtual CORBA::Boolean is_basic (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4954,7 +4954,7 @@ TAO_NAMESPACE IR
const char * name,
const char * version,
CORBA_InterfaceDef_ptr interface_type
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4967,7 +4967,7 @@ TAO_NAMESPACE IR
const char * version,
CORBA_InterfaceDef_ptr interface_type,
CORBA::Boolean is_multiple
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4979,7 +4979,7 @@ TAO_NAMESPACE IR
const char * name,
const char * version,
CORBA_ValueDef_ptr value
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -4991,7 +4991,7 @@ TAO_NAMESPACE IR
const char * name,
const char * version,
CORBA_ValueDef_ptr value
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -5003,7 +5003,7 @@ TAO_NAMESPACE IR
const char * name,
const char * version,
CORBA_ValueDef_ptr value
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -5034,7 +5034,7 @@ TAO_NAMESPACE IR
virtual ~_TAO_ComponentDef_Remote_Proxy_Impl (void) { }
virtual CORBA_InterfaceDefSeq * supported_interfaces (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -5043,7 +5043,7 @@ TAO_NAMESPACE IR
virtual void supported_interfaces (
CORBA_Object *_collocated_tao_target_,
const CORBA_InterfaceDefSeq & supported_interfaces
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -5051,7 +5051,7 @@ TAO_NAMESPACE IR
virtual IR::ComponentDef_ptr base_component (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -5059,7 +5059,7 @@ TAO_NAMESPACE IR
virtual IR::ProvidesDefSeq * provides_interfaces (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -5067,7 +5067,7 @@ TAO_NAMESPACE IR
virtual IR::UsesDefSeq * uses_interfaces (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -5075,7 +5075,7 @@ TAO_NAMESPACE IR
virtual IR::EmitsDefSeq * emits_events (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -5083,7 +5083,7 @@ TAO_NAMESPACE IR
virtual IR::PublishesDefSeq * publishes_events (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -5091,7 +5091,7 @@ TAO_NAMESPACE IR
virtual IR::ConsumesDefSeq * consumes_events (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -5099,7 +5099,7 @@ TAO_NAMESPACE IR
virtual CORBA::Boolean is_basic (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -5111,7 +5111,7 @@ TAO_NAMESPACE IR
const char * name,
const char * version,
CORBA_InterfaceDef_ptr interface_type
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -5124,7 +5124,7 @@ TAO_NAMESPACE IR
const char * version,
CORBA_InterfaceDef_ptr interface_type,
CORBA::Boolean is_multiple
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -5136,7 +5136,7 @@ TAO_NAMESPACE IR
const char * name,
const char * version,
CORBA_ValueDef_ptr value
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -5148,7 +5148,7 @@ TAO_NAMESPACE IR
const char * name,
const char * version,
CORBA_ValueDef_ptr value
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -5160,7 +5160,7 @@ TAO_NAMESPACE IR
const char * name,
const char * version,
CORBA_ValueDef_ptr value
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -5189,7 +5189,7 @@ TAO_NAMESPACE IR
virtual ~_TAO_ComponentDef_Proxy_Broker (void);
virtual _TAO_ComponentDef_Proxy_Impl &select_proxy (
ComponentDef *object
- TAO_ENV_ARG_DECL_WITH_DEFAULTS
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS
) = 0;
protected:
@@ -5216,7 +5216,7 @@ TAO_NAMESPACE IR
virtual _TAO_ComponentDef_Proxy_Impl &select_proxy (
ComponentDef *object
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
);
private:
@@ -5342,12 +5342,12 @@ TAO_NAMESPACE IR
static PrimaryKeyDef_ptr _narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
static PrimaryKeyDef_ptr _unchecked_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
static PrimaryKeyDef_ptr _nil (void)
@@ -5359,14 +5359,14 @@ TAO_NAMESPACE IR
virtual CORBA::Boolean is_a (
const char * primary_key_id
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
));
virtual CORBA_ValueDef_ptr primary_key (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -5374,7 +5374,7 @@ TAO_NAMESPACE IR
virtual CORBA::Boolean _is_a (
const CORBA::Char *type_id
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual void *_tao_QueryInterface (ptr_arith_t type);
@@ -5425,7 +5425,7 @@ TAO_NAMESPACE IR
virtual CORBA::Boolean is_a (
CORBA_Object *_collocated_tao_target_,
const char * primary_key_id
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -5433,7 +5433,7 @@ TAO_NAMESPACE IR
virtual CORBA_ValueDef_ptr primary_key (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -5465,7 +5465,7 @@ TAO_NAMESPACE IR
virtual CORBA::Boolean is_a (
CORBA_Object *_collocated_tao_target_,
const char * primary_key_id
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -5473,7 +5473,7 @@ TAO_NAMESPACE IR
virtual CORBA_ValueDef_ptr primary_key (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -5502,7 +5502,7 @@ TAO_NAMESPACE IR
virtual ~_TAO_PrimaryKeyDef_Proxy_Broker (void);
virtual _TAO_PrimaryKeyDef_Proxy_Impl &select_proxy (
PrimaryKeyDef *object
- TAO_ENV_ARG_DECL_WITH_DEFAULTS
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS
) = 0;
protected:
@@ -5529,7 +5529,7 @@ TAO_NAMESPACE IR
virtual _TAO_PrimaryKeyDef_Proxy_Impl &select_proxy (
PrimaryKeyDef *object
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
);
private:
@@ -5647,12 +5647,12 @@ TAO_NAMESPACE IR
static FactoryDef_ptr _narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
static FactoryDef_ptr _unchecked_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
static FactoryDef_ptr _nil (void)
@@ -5664,7 +5664,7 @@ TAO_NAMESPACE IR
virtual CORBA::Boolean _is_a (
const CORBA::Char *type_id
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual void *_tao_QueryInterface (ptr_arith_t type);
@@ -5758,7 +5758,7 @@ TAO_NAMESPACE IR
virtual ~_TAO_FactoryDef_Proxy_Broker (void);
virtual _TAO_FactoryDef_Proxy_Impl &select_proxy (
FactoryDef *object
- TAO_ENV_ARG_DECL_WITH_DEFAULTS
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS
) = 0;
protected:
@@ -5785,7 +5785,7 @@ TAO_NAMESPACE IR
virtual _TAO_FactoryDef_Proxy_Impl &select_proxy (
FactoryDef *object
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
);
private:
@@ -5833,12 +5833,12 @@ TAO_NAMESPACE IR
static FinderDef_ptr _narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
static FinderDef_ptr _unchecked_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
static FinderDef_ptr _nil (void)
@@ -5850,7 +5850,7 @@ TAO_NAMESPACE IR
virtual CORBA::Boolean _is_a (
const CORBA::Char *type_id
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual void *_tao_QueryInterface (ptr_arith_t type);
@@ -5944,7 +5944,7 @@ TAO_NAMESPACE IR
virtual ~_TAO_FinderDef_Proxy_Broker (void);
virtual _TAO_FinderDef_Proxy_Impl &select_proxy (
FinderDef *object
- TAO_ENV_ARG_DECL_WITH_DEFAULTS
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS
) = 0;
protected:
@@ -5971,7 +5971,7 @@ TAO_NAMESPACE IR
virtual _TAO_FinderDef_Proxy_Impl &select_proxy (
FinderDef *object
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
);
private:
@@ -6019,12 +6019,12 @@ TAO_NAMESPACE IR
static HomeDef_ptr _narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
static HomeDef_ptr _unchecked_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
static HomeDef_ptr _nil (void)
@@ -6035,42 +6035,42 @@ TAO_NAMESPACE IR
static void _tao_any_destructor (void*);
virtual IR::HomeDef_ptr base_home (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
));
virtual IR::ComponentDef_ptr managed_component (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
));
virtual IR::PrimaryKeyDef_ptr primary_key (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
));
virtual IR::FactoryDefSeq * factories (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
));
virtual IR::FinderDefSeq * finders (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
));
virtual CORBA::Boolean is_basic (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -6081,7 +6081,7 @@ TAO_NAMESPACE IR
const char * name,
const char * version,
CORBA_ValueDef_ptr primary_key
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -6093,7 +6093,7 @@ TAO_NAMESPACE IR
const char * version,
const CORBA_ParDescriptionSeq & params,
const CORBA_ExceptionDefSeq & exceptions
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -6105,7 +6105,7 @@ TAO_NAMESPACE IR
const char * version,
const CORBA_ParDescriptionSeq & params,
const CORBA_ExceptionDefSeq & exceptions
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -6113,7 +6113,7 @@ TAO_NAMESPACE IR
virtual CORBA::Boolean _is_a (
const CORBA::Char *type_id
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual void *_tao_QueryInterface (ptr_arith_t type);
@@ -6163,7 +6163,7 @@ TAO_NAMESPACE IR
virtual ~_TAO_HomeDef_Proxy_Impl (void) { }
virtual IR::HomeDef_ptr base_home (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -6171,7 +6171,7 @@ TAO_NAMESPACE IR
virtual IR::ComponentDef_ptr managed_component (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -6179,7 +6179,7 @@ TAO_NAMESPACE IR
virtual IR::PrimaryKeyDef_ptr primary_key (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -6187,7 +6187,7 @@ TAO_NAMESPACE IR
virtual IR::FactoryDefSeq * factories (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -6195,7 +6195,7 @@ TAO_NAMESPACE IR
virtual IR::FinderDefSeq * finders (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -6203,7 +6203,7 @@ TAO_NAMESPACE IR
virtual CORBA::Boolean is_basic (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -6215,7 +6215,7 @@ TAO_NAMESPACE IR
const char * name,
const char * version,
CORBA_ValueDef_ptr primary_key
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -6228,7 +6228,7 @@ TAO_NAMESPACE IR
const char * version,
const CORBA_ParDescriptionSeq & params,
const CORBA_ExceptionDefSeq & exceptions
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -6241,7 +6241,7 @@ TAO_NAMESPACE IR
const char * version,
const CORBA_ParDescriptionSeq & params,
const CORBA_ExceptionDefSeq & exceptions
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -6272,7 +6272,7 @@ TAO_NAMESPACE IR
virtual ~_TAO_HomeDef_Remote_Proxy_Impl (void) { }
virtual IR::HomeDef_ptr base_home (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -6280,7 +6280,7 @@ TAO_NAMESPACE IR
virtual IR::ComponentDef_ptr managed_component (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -6288,7 +6288,7 @@ TAO_NAMESPACE IR
virtual IR::PrimaryKeyDef_ptr primary_key (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -6296,7 +6296,7 @@ TAO_NAMESPACE IR
virtual IR::FactoryDefSeq * factories (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -6304,7 +6304,7 @@ TAO_NAMESPACE IR
virtual IR::FinderDefSeq * finders (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -6312,7 +6312,7 @@ TAO_NAMESPACE IR
virtual CORBA::Boolean is_basic (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -6324,7 +6324,7 @@ TAO_NAMESPACE IR
const char * name,
const char * version,
CORBA_ValueDef_ptr primary_key
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -6337,7 +6337,7 @@ TAO_NAMESPACE IR
const char * version,
const CORBA_ParDescriptionSeq & params,
const CORBA_ExceptionDefSeq & exceptions
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -6350,7 +6350,7 @@ TAO_NAMESPACE IR
const char * version,
const CORBA_ParDescriptionSeq & params,
const CORBA_ExceptionDefSeq & exceptions
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -6379,7 +6379,7 @@ TAO_NAMESPACE IR
virtual ~_TAO_HomeDef_Proxy_Broker (void);
virtual _TAO_HomeDef_Proxy_Impl &select_proxy (
HomeDef *object
- TAO_ENV_ARG_DECL_WITH_DEFAULTS
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS
) = 0;
protected:
@@ -6406,7 +6406,7 @@ TAO_NAMESPACE IR
virtual _TAO_HomeDef_Proxy_Impl &select_proxy (
HomeDef *object
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
);
private:
diff --git a/TAO/tao/IFR_Client/IFR_ExtendedC.cpp b/TAO/tao/IFR_Client/IFR_ExtendedC.cpp
index 32bb3083735..2db5acb3533 100644
--- a/TAO/tao/IFR_Client/IFR_ExtendedC.cpp
+++ b/TAO/tao/IFR_Client/IFR_ExtendedC.cpp
@@ -66,10 +66,10 @@ tao_CORBA_FixedDef_nil (
CORBA_FixedDef_ptr
tao_CORBA_FixedDef_narrow (
CORBA::Object *p
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
- return CORBA_FixedDef::_narrow (p TAO_ENV_ARG_PARAMETER);
+ return CORBA_FixedDef::_narrow (p ACE_ENV_ARG_PARAMETER);
}
CORBA::Object *
@@ -193,10 +193,10 @@ CORBA_FixedDef_var::tao_nil (void)
::CORBA_FixedDef_ptr
CORBA_FixedDef_var::tao_narrow (
CORBA::Object *p
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
- return ::CORBA_FixedDef::_narrow (p TAO_ENV_ARG_PARAMETER);
+ return ::CORBA_FixedDef::_narrow (p ACE_ENV_ARG_PARAMETER);
}
CORBA::Object *
@@ -274,21 +274,21 @@ public:
TAO_ClientRequestInfo_CORBA_FixedDef_digits_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -304,30 +304,30 @@ private:
TAO_ClientRequestInfo_CORBA_FixedDef_digits_get::TAO_ClientRequestInfo_CORBA_FixedDef_digits_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_FixedDef_digits_get::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_FixedDef_digits_get::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return parameter_list;
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_FixedDef_digits_get::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_FixedDef_digits_get::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -335,13 +335,13 @@ TAO_ClientRequestInfo_CORBA_FixedDef_digits_get::exceptions (TAO_ENV_SINGLE_ARG_
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_FixedDef_digits_get::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_FixedDef_digits_get::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -364,21 +364,21 @@ public:
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
const CORBA::UShort & digits
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -394,19 +394,19 @@ TAO_ClientRequestInfo_CORBA_FixedDef_digits_set::TAO_ClientRequestInfo_CORBA_Fix
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
const CORBA::UShort & digits
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target),
digits_ (digits)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_FixedDef_digits_set::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_FixedDef_digits_set::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
Dynamic::ParameterList_var safe_parameter_list = parameter_list;
@@ -422,12 +422,12 @@ TAO_ClientRequestInfo_CORBA_FixedDef_digits_set::arguments (TAO_ENV_SINGLE_ARG_D
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_FixedDef_digits_set::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_FixedDef_digits_set::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -435,13 +435,13 @@ TAO_ClientRequestInfo_CORBA_FixedDef_digits_set::exceptions (TAO_ENV_SINGLE_ARG_
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_FixedDef_digits_set::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_FixedDef_digits_set::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 1;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return result_any;
@@ -453,21 +453,21 @@ public:
TAO_ClientRequestInfo_CORBA_FixedDef_scale_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -483,30 +483,30 @@ private:
TAO_ClientRequestInfo_CORBA_FixedDef_scale_get::TAO_ClientRequestInfo_CORBA_FixedDef_scale_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_FixedDef_scale_get::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_FixedDef_scale_get::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return parameter_list;
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_FixedDef_scale_get::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_FixedDef_scale_get::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -514,13 +514,13 @@ TAO_ClientRequestInfo_CORBA_FixedDef_scale_get::exceptions (TAO_ENV_SINGLE_ARG_D
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_FixedDef_scale_get::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_FixedDef_scale_get::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -543,21 +543,21 @@ public:
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
const CORBA::Short & scale
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -573,19 +573,19 @@ TAO_ClientRequestInfo_CORBA_FixedDef_scale_set::TAO_ClientRequestInfo_CORBA_Fixe
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
const CORBA::Short & scale
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target),
scale_ (scale)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_FixedDef_scale_set::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_FixedDef_scale_set::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
Dynamic::ParameterList_var safe_parameter_list = parameter_list;
@@ -601,12 +601,12 @@ TAO_ClientRequestInfo_CORBA_FixedDef_scale_set::arguments (TAO_ENV_SINGLE_ARG_DE
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_FixedDef_scale_set::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_FixedDef_scale_set::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -614,13 +614,13 @@ TAO_ClientRequestInfo_CORBA_FixedDef_scale_set::exceptions (TAO_ENV_SINGLE_ARG_D
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_FixedDef_scale_set::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_FixedDef_scale_set::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 1;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return result_any;
@@ -642,7 +642,7 @@ _TAO_CORBA_FixedDef_Remote_Proxy_Impl::_TAO_CORBA_FixedDef_Remote_Proxy_Impl (vo
CORBA::UShort _TAO_CORBA_FixedDef_Remote_Proxy_Impl::digits (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -684,7 +684,7 @@ CORBA::UShort _TAO_CORBA_FixedDef_Remote_Proxy_Impl::digits (
TAO_ClientRequestInfo_CORBA_FixedDef_digits_get ri (
&_tao_call,
_collocated_tao_target_
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (_tao_retval);
@@ -700,7 +700,7 @@ CORBA::UShort _TAO_CORBA_FixedDef_Remote_Proxy_Impl::digits (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -712,17 +712,17 @@ CORBA::UShort _TAO_CORBA_FixedDef_Remote_Proxy_Impl::digits (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (_tao_retval);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (_tao_retval);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (_tao_retval);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -739,7 +739,7 @@ CORBA::UShort _TAO_CORBA_FixedDef_Remote_Proxy_Impl::digits (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -766,7 +766,7 @@ CORBA::UShort _TAO_CORBA_FixedDef_Remote_Proxy_Impl::digits (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -776,12 +776,12 @@ CORBA::UShort _TAO_CORBA_FixedDef_Remote_Proxy_Impl::digits (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -792,7 +792,7 @@ CORBA::UShort _TAO_CORBA_FixedDef_Remote_Proxy_Impl::digits (
ACE_CHECK_RETURN (_tao_retval);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (_tao_retval);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -809,7 +809,7 @@ return _tao_retval;
void _TAO_CORBA_FixedDef_Remote_Proxy_Impl::digits (
CORBA_Object *_collocated_tao_target_,
CORBA::UShort digits
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -852,7 +852,7 @@ void _TAO_CORBA_FixedDef_Remote_Proxy_Impl::digits (
&_tao_call,
_collocated_tao_target_,
digits
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK;
@@ -868,7 +868,7 @@ void _TAO_CORBA_FixedDef_Remote_Proxy_Impl::digits (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -880,12 +880,12 @@ void _TAO_CORBA_FixedDef_Remote_Proxy_Impl::digits (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK;
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK;
@@ -898,7 +898,7 @@ void _TAO_CORBA_FixedDef_Remote_Proxy_Impl::digits (
);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK;
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -914,7 +914,7 @@ void _TAO_CORBA_FixedDef_Remote_Proxy_Impl::digits (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -928,7 +928,7 @@ void _TAO_CORBA_FixedDef_Remote_Proxy_Impl::digits (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -938,12 +938,12 @@ void _TAO_CORBA_FixedDef_Remote_Proxy_Impl::digits (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -954,7 +954,7 @@ void _TAO_CORBA_FixedDef_Remote_Proxy_Impl::digits (
ACE_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -970,7 +970,7 @@ void _TAO_CORBA_FixedDef_Remote_Proxy_Impl::digits (
CORBA::Short _TAO_CORBA_FixedDef_Remote_Proxy_Impl::scale (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -1012,7 +1012,7 @@ CORBA::Short _TAO_CORBA_FixedDef_Remote_Proxy_Impl::scale (
TAO_ClientRequestInfo_CORBA_FixedDef_scale_get ri (
&_tao_call,
_collocated_tao_target_
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (_tao_retval);
@@ -1028,7 +1028,7 @@ CORBA::Short _TAO_CORBA_FixedDef_Remote_Proxy_Impl::scale (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -1040,17 +1040,17 @@ CORBA::Short _TAO_CORBA_FixedDef_Remote_Proxy_Impl::scale (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (_tao_retval);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (_tao_retval);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (_tao_retval);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -1067,7 +1067,7 @@ CORBA::Short _TAO_CORBA_FixedDef_Remote_Proxy_Impl::scale (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -1094,7 +1094,7 @@ CORBA::Short _TAO_CORBA_FixedDef_Remote_Proxy_Impl::scale (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -1104,12 +1104,12 @@ CORBA::Short _TAO_CORBA_FixedDef_Remote_Proxy_Impl::scale (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -1120,7 +1120,7 @@ CORBA::Short _TAO_CORBA_FixedDef_Remote_Proxy_Impl::scale (
ACE_CHECK_RETURN (_tao_retval);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (_tao_retval);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -1137,7 +1137,7 @@ return _tao_retval;
void _TAO_CORBA_FixedDef_Remote_Proxy_Impl::scale (
CORBA_Object *_collocated_tao_target_,
CORBA::Short scale
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -1180,7 +1180,7 @@ void _TAO_CORBA_FixedDef_Remote_Proxy_Impl::scale (
&_tao_call,
_collocated_tao_target_,
scale
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK;
@@ -1196,7 +1196,7 @@ void _TAO_CORBA_FixedDef_Remote_Proxy_Impl::scale (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -1208,12 +1208,12 @@ void _TAO_CORBA_FixedDef_Remote_Proxy_Impl::scale (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK;
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK;
@@ -1226,7 +1226,7 @@ void _TAO_CORBA_FixedDef_Remote_Proxy_Impl::scale (
);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK;
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -1242,7 +1242,7 @@ void _TAO_CORBA_FixedDef_Remote_Proxy_Impl::scale (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -1256,7 +1256,7 @@ void _TAO_CORBA_FixedDef_Remote_Proxy_Impl::scale (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -1266,12 +1266,12 @@ void _TAO_CORBA_FixedDef_Remote_Proxy_Impl::scale (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -1282,7 +1282,7 @@ void _TAO_CORBA_FixedDef_Remote_Proxy_Impl::scale (
ACE_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -1337,7 +1337,7 @@ _TAO_CORBA_FixedDef_Remote_Proxy_Broker::~_TAO_CORBA_FixedDef_Remote_Proxy_Broke
_TAO_CORBA_FixedDef_Proxy_Impl&
_TAO_CORBA_FixedDef_Remote_Proxy_Broker::select_proxy (
::CORBA_FixedDef *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
{
return this->remote_proxy_impl_;
@@ -1380,24 +1380,24 @@ void CORBA_FixedDef::_tao_any_destructor (void *_tao_void_pointer)
CORBA_FixedDef_ptr CORBA_FixedDef::_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
if (CORBA::is_nil (obj))
return CORBA_FixedDef::_nil ();
if (! obj->_is_local ())
{
- CORBA::Boolean is_a = obj->_is_a ("IDL:omg.org/CORBA/FixedDef:1.0" TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean is_a = obj->_is_a ("IDL:omg.org/CORBA/FixedDef:1.0" ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (CORBA_FixedDef::_nil ());
if (is_a == 0)
return CORBA_FixedDef::_nil ();
}
- return CORBA_FixedDef::_unchecked_narrow (obj TAO_ENV_ARG_PARAMETER);
+ return CORBA_FixedDef::_unchecked_narrow (obj ACE_ENV_ARG_PARAMETER);
}
CORBA_FixedDef_ptr CORBA_FixedDef::_unchecked_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
{
if (CORBA::is_nil (obj))
@@ -1452,7 +1452,7 @@ CORBA_FixedDef::_duplicate (CORBA_FixedDef_ptr obj)
return obj;
}
-CORBA::Boolean CORBA_FixedDef::_is_a (const CORBA::Char *value TAO_ENV_ARG_DECL)
+CORBA::Boolean CORBA_FixedDef::_is_a (const CORBA::Char *value ACE_ENV_ARG_DECL)
{
if (
(!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA/FixedDef:1.0")) ||
@@ -1461,7 +1461,7 @@ CORBA::Boolean CORBA_FixedDef::_is_a (const CORBA::Char *value TAO_ENV_ARG_DECL)
(!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA/Object:1.0")))
return 1; // success using local knowledge
else
- return this->CORBA_Object::_is_a (value TAO_ENV_ARG_PARAMETER);
+ return this->CORBA_Object::_is_a (value ACE_ENV_ARG_PARAMETER);
}
void *CORBA_FixedDef::_tao_QueryInterface (ptr_arith_t type)
@@ -1510,74 +1510,74 @@ const char* CORBA_FixedDef::_interface_repository_id (void) const
}
CORBA::UShort CORBA_FixedDef::digits (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_FixedDef_Proxy_Impl &proxy =
- this->the_TAO_CORBA_FixedDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_FixedDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.digits (
this
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
void CORBA_FixedDef::digits (
CORBA::UShort digits
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_FixedDef_Proxy_Impl &proxy =
- this->the_TAO_CORBA_FixedDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_FixedDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
proxy.digits (
this,
digits
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
CORBA::Short CORBA_FixedDef::scale (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_FixedDef_Proxy_Impl &proxy =
- this->the_TAO_CORBA_FixedDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_FixedDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.scale (
this
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
void CORBA_FixedDef::scale (
CORBA::Short scale
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_FixedDef_Proxy_Impl &proxy =
- this->the_TAO_CORBA_FixedDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_FixedDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
proxy.scale (
this,
scale
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
@@ -1711,10 +1711,10 @@ tao_CORBA_ValueMemberDef_nil (
CORBA_ValueMemberDef_ptr
tao_CORBA_ValueMemberDef_narrow (
CORBA::Object *p
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
- return CORBA_ValueMemberDef::_narrow (p TAO_ENV_ARG_PARAMETER);
+ return CORBA_ValueMemberDef::_narrow (p ACE_ENV_ARG_PARAMETER);
}
CORBA::Object *
@@ -1838,10 +1838,10 @@ CORBA_ValueMemberDef_var::tao_nil (void)
::CORBA_ValueMemberDef_ptr
CORBA_ValueMemberDef_var::tao_narrow (
CORBA::Object *p
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
- return ::CORBA_ValueMemberDef::_narrow (p TAO_ENV_ARG_PARAMETER);
+ return ::CORBA_ValueMemberDef::_narrow (p ACE_ENV_ARG_PARAMETER);
}
CORBA::Object *
@@ -1919,21 +1919,21 @@ public:
TAO_ClientRequestInfo_CORBA_ValueMemberDef_type_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -1949,30 +1949,30 @@ private:
TAO_ClientRequestInfo_CORBA_ValueMemberDef_type_get::TAO_ClientRequestInfo_CORBA_ValueMemberDef_type_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_ValueMemberDef_type_get::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ValueMemberDef_type_get::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return parameter_list;
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_ValueMemberDef_type_get::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ValueMemberDef_type_get::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -1980,13 +1980,13 @@ TAO_ClientRequestInfo_CORBA_ValueMemberDef_type_get::exceptions (TAO_ENV_SINGLE_
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_ValueMemberDef_type_get::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ValueMemberDef_type_get::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -2008,21 +2008,21 @@ public:
TAO_ClientRequestInfo_CORBA_ValueMemberDef_type_def_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -2038,30 +2038,30 @@ private:
TAO_ClientRequestInfo_CORBA_ValueMemberDef_type_def_get::TAO_ClientRequestInfo_CORBA_ValueMemberDef_type_def_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_ValueMemberDef_type_def_get::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ValueMemberDef_type_def_get::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return parameter_list;
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_ValueMemberDef_type_def_get::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ValueMemberDef_type_def_get::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -2069,13 +2069,13 @@ TAO_ClientRequestInfo_CORBA_ValueMemberDef_type_def_get::exceptions (TAO_ENV_SIN
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_ValueMemberDef_type_def_get::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ValueMemberDef_type_def_get::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -2098,21 +2098,21 @@ public:
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
CORBA_IDLType_ptr type_def
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -2128,19 +2128,19 @@ TAO_ClientRequestInfo_CORBA_ValueMemberDef_type_def_set::TAO_ClientRequestInfo_C
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
CORBA_IDLType_ptr type_def
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target),
type_def_ (type_def)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_ValueMemberDef_type_def_set::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ValueMemberDef_type_def_set::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
Dynamic::ParameterList_var safe_parameter_list = parameter_list;
@@ -2156,12 +2156,12 @@ TAO_ClientRequestInfo_CORBA_ValueMemberDef_type_def_set::arguments (TAO_ENV_SING
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_ValueMemberDef_type_def_set::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ValueMemberDef_type_def_set::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -2169,13 +2169,13 @@ TAO_ClientRequestInfo_CORBA_ValueMemberDef_type_def_set::exceptions (TAO_ENV_SIN
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_ValueMemberDef_type_def_set::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ValueMemberDef_type_def_set::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 1;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return result_any;
@@ -2187,21 +2187,21 @@ public:
TAO_ClientRequestInfo_CORBA_ValueMemberDef_access_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -2217,30 +2217,30 @@ private:
TAO_ClientRequestInfo_CORBA_ValueMemberDef_access_get::TAO_ClientRequestInfo_CORBA_ValueMemberDef_access_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_ValueMemberDef_access_get::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ValueMemberDef_access_get::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return parameter_list;
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_ValueMemberDef_access_get::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ValueMemberDef_access_get::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -2248,13 +2248,13 @@ TAO_ClientRequestInfo_CORBA_ValueMemberDef_access_get::exceptions (TAO_ENV_SINGL
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_ValueMemberDef_access_get::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ValueMemberDef_access_get::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -2277,21 +2277,21 @@ public:
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
const CORBA::Visibility & access
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -2307,19 +2307,19 @@ TAO_ClientRequestInfo_CORBA_ValueMemberDef_access_set::TAO_ClientRequestInfo_COR
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
const CORBA::Visibility & access
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target),
access_ (access)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_ValueMemberDef_access_set::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ValueMemberDef_access_set::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
Dynamic::ParameterList_var safe_parameter_list = parameter_list;
@@ -2335,12 +2335,12 @@ TAO_ClientRequestInfo_CORBA_ValueMemberDef_access_set::arguments (TAO_ENV_SINGLE
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_ValueMemberDef_access_set::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ValueMemberDef_access_set::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -2348,13 +2348,13 @@ TAO_ClientRequestInfo_CORBA_ValueMemberDef_access_set::exceptions (TAO_ENV_SINGL
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_ValueMemberDef_access_set::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ValueMemberDef_access_set::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 1;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return result_any;
@@ -2376,7 +2376,7 @@ _TAO_CORBA_ValueMemberDef_Remote_Proxy_Impl::_TAO_CORBA_ValueMemberDef_Remote_Pr
CORBA::TypeCode_ptr _TAO_CORBA_ValueMemberDef_Remote_Proxy_Impl::type (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -2419,7 +2419,7 @@ CORBA::TypeCode_ptr _TAO_CORBA_ValueMemberDef_Remote_Proxy_Impl::type (
TAO_ClientRequestInfo_CORBA_ValueMemberDef_type_get ri (
&_tao_call,
_collocated_tao_target_
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -2435,7 +2435,7 @@ CORBA::TypeCode_ptr _TAO_CORBA_ValueMemberDef_Remote_Proxy_Impl::type (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -2447,17 +2447,17 @@ CORBA::TypeCode_ptr _TAO_CORBA_ValueMemberDef_Remote_Proxy_Impl::type (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -2474,7 +2474,7 @@ CORBA::TypeCode_ptr _TAO_CORBA_ValueMemberDef_Remote_Proxy_Impl::type (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -2502,7 +2502,7 @@ CORBA::TypeCode_ptr _TAO_CORBA_ValueMemberDef_Remote_Proxy_Impl::type (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -2512,12 +2512,12 @@ CORBA::TypeCode_ptr _TAO_CORBA_ValueMemberDef_Remote_Proxy_Impl::type (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -2528,7 +2528,7 @@ CORBA::TypeCode_ptr _TAO_CORBA_ValueMemberDef_Remote_Proxy_Impl::type (
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -2544,7 +2544,7 @@ return _tao_safe_retval._retn ();
CORBA_IDLType_ptr _TAO_CORBA_ValueMemberDef_Remote_Proxy_Impl::type_def (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -2587,7 +2587,7 @@ CORBA_IDLType_ptr _TAO_CORBA_ValueMemberDef_Remote_Proxy_Impl::type_def (
TAO_ClientRequestInfo_CORBA_ValueMemberDef_type_def_get ri (
&_tao_call,
_collocated_tao_target_
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -2603,7 +2603,7 @@ CORBA_IDLType_ptr _TAO_CORBA_ValueMemberDef_Remote_Proxy_Impl::type_def (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -2615,17 +2615,17 @@ CORBA_IDLType_ptr _TAO_CORBA_ValueMemberDef_Remote_Proxy_Impl::type_def (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -2642,7 +2642,7 @@ CORBA_IDLType_ptr _TAO_CORBA_ValueMemberDef_Remote_Proxy_Impl::type_def (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -2670,7 +2670,7 @@ CORBA_IDLType_ptr _TAO_CORBA_ValueMemberDef_Remote_Proxy_Impl::type_def (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -2680,12 +2680,12 @@ CORBA_IDLType_ptr _TAO_CORBA_ValueMemberDef_Remote_Proxy_Impl::type_def (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -2696,7 +2696,7 @@ CORBA_IDLType_ptr _TAO_CORBA_ValueMemberDef_Remote_Proxy_Impl::type_def (
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -2713,7 +2713,7 @@ return _tao_safe_retval._retn ();
void _TAO_CORBA_ValueMemberDef_Remote_Proxy_Impl::type_def (
CORBA_Object *_collocated_tao_target_,
CORBA_IDLType_ptr type_def
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -2756,7 +2756,7 @@ void _TAO_CORBA_ValueMemberDef_Remote_Proxy_Impl::type_def (
&_tao_call,
_collocated_tao_target_,
type_def
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK;
@@ -2772,7 +2772,7 @@ void _TAO_CORBA_ValueMemberDef_Remote_Proxy_Impl::type_def (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -2784,12 +2784,12 @@ void _TAO_CORBA_ValueMemberDef_Remote_Proxy_Impl::type_def (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK;
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK;
@@ -2802,7 +2802,7 @@ void _TAO_CORBA_ValueMemberDef_Remote_Proxy_Impl::type_def (
);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK;
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -2818,7 +2818,7 @@ void _TAO_CORBA_ValueMemberDef_Remote_Proxy_Impl::type_def (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -2832,7 +2832,7 @@ void _TAO_CORBA_ValueMemberDef_Remote_Proxy_Impl::type_def (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -2842,12 +2842,12 @@ void _TAO_CORBA_ValueMemberDef_Remote_Proxy_Impl::type_def (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -2858,7 +2858,7 @@ void _TAO_CORBA_ValueMemberDef_Remote_Proxy_Impl::type_def (
ACE_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -2874,7 +2874,7 @@ void _TAO_CORBA_ValueMemberDef_Remote_Proxy_Impl::type_def (
CORBA::Visibility _TAO_CORBA_ValueMemberDef_Remote_Proxy_Impl::access (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -2916,7 +2916,7 @@ CORBA::Visibility _TAO_CORBA_ValueMemberDef_Remote_Proxy_Impl::access (
TAO_ClientRequestInfo_CORBA_ValueMemberDef_access_get ri (
&_tao_call,
_collocated_tao_target_
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (_tao_retval);
@@ -2932,7 +2932,7 @@ CORBA::Visibility _TAO_CORBA_ValueMemberDef_Remote_Proxy_Impl::access (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -2944,17 +2944,17 @@ CORBA::Visibility _TAO_CORBA_ValueMemberDef_Remote_Proxy_Impl::access (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (_tao_retval);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (_tao_retval);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (_tao_retval);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -2971,7 +2971,7 @@ CORBA::Visibility _TAO_CORBA_ValueMemberDef_Remote_Proxy_Impl::access (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -2998,7 +2998,7 @@ CORBA::Visibility _TAO_CORBA_ValueMemberDef_Remote_Proxy_Impl::access (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -3008,12 +3008,12 @@ CORBA::Visibility _TAO_CORBA_ValueMemberDef_Remote_Proxy_Impl::access (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -3024,7 +3024,7 @@ CORBA::Visibility _TAO_CORBA_ValueMemberDef_Remote_Proxy_Impl::access (
ACE_CHECK_RETURN (_tao_retval);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (_tao_retval);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -3041,7 +3041,7 @@ return _tao_retval;
void _TAO_CORBA_ValueMemberDef_Remote_Proxy_Impl::access (
CORBA_Object *_collocated_tao_target_,
CORBA::Visibility access
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -3084,7 +3084,7 @@ void _TAO_CORBA_ValueMemberDef_Remote_Proxy_Impl::access (
&_tao_call,
_collocated_tao_target_,
access
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK;
@@ -3100,7 +3100,7 @@ void _TAO_CORBA_ValueMemberDef_Remote_Proxy_Impl::access (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -3112,12 +3112,12 @@ void _TAO_CORBA_ValueMemberDef_Remote_Proxy_Impl::access (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK;
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK;
@@ -3130,7 +3130,7 @@ void _TAO_CORBA_ValueMemberDef_Remote_Proxy_Impl::access (
);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK;
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -3146,7 +3146,7 @@ void _TAO_CORBA_ValueMemberDef_Remote_Proxy_Impl::access (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -3160,7 +3160,7 @@ void _TAO_CORBA_ValueMemberDef_Remote_Proxy_Impl::access (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -3170,12 +3170,12 @@ void _TAO_CORBA_ValueMemberDef_Remote_Proxy_Impl::access (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -3186,7 +3186,7 @@ void _TAO_CORBA_ValueMemberDef_Remote_Proxy_Impl::access (
ACE_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -3241,7 +3241,7 @@ _TAO_CORBA_ValueMemberDef_Remote_Proxy_Broker::~_TAO_CORBA_ValueMemberDef_Remote
_TAO_CORBA_ValueMemberDef_Proxy_Impl&
_TAO_CORBA_ValueMemberDef_Remote_Proxy_Broker::select_proxy (
::CORBA_ValueMemberDef *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
{
return this->remote_proxy_impl_;
@@ -3284,24 +3284,24 @@ void CORBA_ValueMemberDef::_tao_any_destructor (void *_tao_void_pointer)
CORBA_ValueMemberDef_ptr CORBA_ValueMemberDef::_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
if (CORBA::is_nil (obj))
return CORBA_ValueMemberDef::_nil ();
if (! obj->_is_local ())
{
- CORBA::Boolean is_a = obj->_is_a ("IDL:omg.org/CORBA/ValueMemberDef:1.0" TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean is_a = obj->_is_a ("IDL:omg.org/CORBA/ValueMemberDef:1.0" ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (CORBA_ValueMemberDef::_nil ());
if (is_a == 0)
return CORBA_ValueMemberDef::_nil ();
}
- return CORBA_ValueMemberDef::_unchecked_narrow (obj TAO_ENV_ARG_PARAMETER);
+ return CORBA_ValueMemberDef::_unchecked_narrow (obj ACE_ENV_ARG_PARAMETER);
}
CORBA_ValueMemberDef_ptr CORBA_ValueMemberDef::_unchecked_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
{
if (CORBA::is_nil (obj))
@@ -3356,7 +3356,7 @@ CORBA_ValueMemberDef::_duplicate (CORBA_ValueMemberDef_ptr obj)
return obj;
}
-CORBA::Boolean CORBA_ValueMemberDef::_is_a (const CORBA::Char *value TAO_ENV_ARG_DECL)
+CORBA::Boolean CORBA_ValueMemberDef::_is_a (const CORBA::Char *value ACE_ENV_ARG_DECL)
{
if (
(!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA/ValueMemberDef:1.0")) ||
@@ -3365,7 +3365,7 @@ CORBA::Boolean CORBA_ValueMemberDef::_is_a (const CORBA::Char *value TAO_ENV_ARG
(!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA/Object:1.0")))
return 1; // success using local knowledge
else
- return this->CORBA_Object::_is_a (value TAO_ENV_ARG_PARAMETER);
+ return this->CORBA_Object::_is_a (value ACE_ENV_ARG_PARAMETER);
}
void *CORBA_ValueMemberDef::_tao_QueryInterface (ptr_arith_t type)
@@ -3414,91 +3414,91 @@ const char* CORBA_ValueMemberDef::_interface_repository_id (void) const
}
CORBA::TypeCode_ptr CORBA_ValueMemberDef::type (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_ValueMemberDef_Proxy_Impl &proxy =
- this->the_TAO_CORBA_ValueMemberDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_ValueMemberDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.type (
this
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
CORBA_IDLType_ptr CORBA_ValueMemberDef::type_def (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_ValueMemberDef_Proxy_Impl &proxy =
- this->the_TAO_CORBA_ValueMemberDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_ValueMemberDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.type_def (
this
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
void CORBA_ValueMemberDef::type_def (
CORBA_IDLType_ptr type_def
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_ValueMemberDef_Proxy_Impl &proxy =
- this->the_TAO_CORBA_ValueMemberDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_ValueMemberDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
proxy.type_def (
this,
type_def
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
CORBA::Visibility CORBA_ValueMemberDef::access (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_ValueMemberDef_Proxy_Impl &proxy =
- this->the_TAO_CORBA_ValueMemberDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_ValueMemberDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.access (
this
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
void CORBA_ValueMemberDef::access (
CORBA::Visibility access
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_ValueMemberDef_Proxy_Impl &proxy =
- this->the_TAO_CORBA_ValueMemberDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_ValueMemberDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
proxy.access (
this,
access
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
@@ -3529,10 +3529,10 @@ tao_CORBA_ValueDef_nil (
CORBA_ValueDef_ptr
tao_CORBA_ValueDef_narrow (
CORBA::Object *p
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
- return CORBA_ValueDef::_narrow (p TAO_ENV_ARG_PARAMETER);
+ return CORBA_ValueDef::_narrow (p ACE_ENV_ARG_PARAMETER);
}
CORBA::Object *
@@ -3656,10 +3656,10 @@ CORBA_ValueDef_var::tao_nil (void)
::CORBA_ValueDef_ptr
CORBA_ValueDef_var::tao_narrow (
CORBA::Object *p
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
- return ::CORBA_ValueDef::_narrow (p TAO_ENV_ARG_PARAMETER);
+ return ::CORBA_ValueDef::_narrow (p ACE_ENV_ARG_PARAMETER);
}
CORBA::Object *
@@ -3737,21 +3737,21 @@ public:
TAO_ClientRequestInfo_CORBA_ValueDef_supported_interfaces_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -3767,30 +3767,30 @@ private:
TAO_ClientRequestInfo_CORBA_ValueDef_supported_interfaces_get::TAO_ClientRequestInfo_CORBA_ValueDef_supported_interfaces_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_ValueDef_supported_interfaces_get::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ValueDef_supported_interfaces_get::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return parameter_list;
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_ValueDef_supported_interfaces_get::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ValueDef_supported_interfaces_get::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -3798,13 +3798,13 @@ TAO_ClientRequestInfo_CORBA_ValueDef_supported_interfaces_get::exceptions (TAO_E
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_ValueDef_supported_interfaces_get::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ValueDef_supported_interfaces_get::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -3827,21 +3827,21 @@ public:
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
const CORBA_InterfaceDefSeq & supported_interfaces
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -3857,19 +3857,19 @@ TAO_ClientRequestInfo_CORBA_ValueDef_supported_interfaces_set::TAO_ClientRequest
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
const CORBA_InterfaceDefSeq & supported_interfaces
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target),
supported_interfaces_ (supported_interfaces)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_ValueDef_supported_interfaces_set::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ValueDef_supported_interfaces_set::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
Dynamic::ParameterList_var safe_parameter_list = parameter_list;
@@ -3885,12 +3885,12 @@ TAO_ClientRequestInfo_CORBA_ValueDef_supported_interfaces_set::arguments (TAO_EN
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_ValueDef_supported_interfaces_set::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ValueDef_supported_interfaces_set::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -3898,13 +3898,13 @@ TAO_ClientRequestInfo_CORBA_ValueDef_supported_interfaces_set::exceptions (TAO_E
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_ValueDef_supported_interfaces_set::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ValueDef_supported_interfaces_set::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 1;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return result_any;
@@ -3916,21 +3916,21 @@ public:
TAO_ClientRequestInfo_CORBA_ValueDef_initializers_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -3946,30 +3946,30 @@ private:
TAO_ClientRequestInfo_CORBA_ValueDef_initializers_get::TAO_ClientRequestInfo_CORBA_ValueDef_initializers_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_ValueDef_initializers_get::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ValueDef_initializers_get::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return parameter_list;
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_ValueDef_initializers_get::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ValueDef_initializers_get::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -3977,13 +3977,13 @@ TAO_ClientRequestInfo_CORBA_ValueDef_initializers_get::exceptions (TAO_ENV_SINGL
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_ValueDef_initializers_get::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ValueDef_initializers_get::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -4006,21 +4006,21 @@ public:
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
const CORBA_InitializerSeq & initializers
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -4036,19 +4036,19 @@ TAO_ClientRequestInfo_CORBA_ValueDef_initializers_set::TAO_ClientRequestInfo_COR
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
const CORBA_InitializerSeq & initializers
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target),
initializers_ (initializers)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_ValueDef_initializers_set::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ValueDef_initializers_set::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
Dynamic::ParameterList_var safe_parameter_list = parameter_list;
@@ -4064,12 +4064,12 @@ TAO_ClientRequestInfo_CORBA_ValueDef_initializers_set::arguments (TAO_ENV_SINGLE
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_ValueDef_initializers_set::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ValueDef_initializers_set::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -4077,13 +4077,13 @@ TAO_ClientRequestInfo_CORBA_ValueDef_initializers_set::exceptions (TAO_ENV_SINGL
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_ValueDef_initializers_set::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ValueDef_initializers_set::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 1;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return result_any;
@@ -4095,21 +4095,21 @@ public:
TAO_ClientRequestInfo_CORBA_ValueDef_base_value_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -4125,30 +4125,30 @@ private:
TAO_ClientRequestInfo_CORBA_ValueDef_base_value_get::TAO_ClientRequestInfo_CORBA_ValueDef_base_value_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_ValueDef_base_value_get::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ValueDef_base_value_get::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return parameter_list;
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_ValueDef_base_value_get::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ValueDef_base_value_get::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -4156,13 +4156,13 @@ TAO_ClientRequestInfo_CORBA_ValueDef_base_value_get::exceptions (TAO_ENV_SINGLE_
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_ValueDef_base_value_get::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ValueDef_base_value_get::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -4185,21 +4185,21 @@ public:
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
CORBA_ValueDef_ptr base_value
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -4215,19 +4215,19 @@ TAO_ClientRequestInfo_CORBA_ValueDef_base_value_set::TAO_ClientRequestInfo_CORBA
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
CORBA_ValueDef_ptr base_value
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target),
base_value_ (base_value)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_ValueDef_base_value_set::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ValueDef_base_value_set::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
Dynamic::ParameterList_var safe_parameter_list = parameter_list;
@@ -4243,12 +4243,12 @@ TAO_ClientRequestInfo_CORBA_ValueDef_base_value_set::arguments (TAO_ENV_SINGLE_A
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_ValueDef_base_value_set::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ValueDef_base_value_set::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -4256,13 +4256,13 @@ TAO_ClientRequestInfo_CORBA_ValueDef_base_value_set::exceptions (TAO_ENV_SINGLE_
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_ValueDef_base_value_set::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ValueDef_base_value_set::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 1;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return result_any;
@@ -4274,21 +4274,21 @@ public:
TAO_ClientRequestInfo_CORBA_ValueDef_abstract_base_values_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -4304,30 +4304,30 @@ private:
TAO_ClientRequestInfo_CORBA_ValueDef_abstract_base_values_get::TAO_ClientRequestInfo_CORBA_ValueDef_abstract_base_values_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_ValueDef_abstract_base_values_get::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ValueDef_abstract_base_values_get::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return parameter_list;
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_ValueDef_abstract_base_values_get::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ValueDef_abstract_base_values_get::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -4335,13 +4335,13 @@ TAO_ClientRequestInfo_CORBA_ValueDef_abstract_base_values_get::exceptions (TAO_E
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_ValueDef_abstract_base_values_get::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ValueDef_abstract_base_values_get::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -4364,21 +4364,21 @@ public:
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
const CORBA_ValueDefSeq & abstract_base_values
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -4394,19 +4394,19 @@ TAO_ClientRequestInfo_CORBA_ValueDef_abstract_base_values_set::TAO_ClientRequest
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
const CORBA_ValueDefSeq & abstract_base_values
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target),
abstract_base_values_ (abstract_base_values)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_ValueDef_abstract_base_values_set::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ValueDef_abstract_base_values_set::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
Dynamic::ParameterList_var safe_parameter_list = parameter_list;
@@ -4422,12 +4422,12 @@ TAO_ClientRequestInfo_CORBA_ValueDef_abstract_base_values_set::arguments (TAO_EN
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_ValueDef_abstract_base_values_set::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ValueDef_abstract_base_values_set::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -4435,13 +4435,13 @@ TAO_ClientRequestInfo_CORBA_ValueDef_abstract_base_values_set::exceptions (TAO_E
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_ValueDef_abstract_base_values_set::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ValueDef_abstract_base_values_set::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 1;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return result_any;
@@ -4453,21 +4453,21 @@ public:
TAO_ClientRequestInfo_CORBA_ValueDef_is_abstract_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -4483,30 +4483,30 @@ private:
TAO_ClientRequestInfo_CORBA_ValueDef_is_abstract_get::TAO_ClientRequestInfo_CORBA_ValueDef_is_abstract_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_ValueDef_is_abstract_get::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ValueDef_is_abstract_get::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return parameter_list;
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_ValueDef_is_abstract_get::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ValueDef_is_abstract_get::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -4514,13 +4514,13 @@ TAO_ClientRequestInfo_CORBA_ValueDef_is_abstract_get::exceptions (TAO_ENV_SINGLE
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_ValueDef_is_abstract_get::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ValueDef_is_abstract_get::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -4543,21 +4543,21 @@ public:
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
const CORBA::Boolean & is_abstract
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -4573,19 +4573,19 @@ TAO_ClientRequestInfo_CORBA_ValueDef_is_abstract_set::TAO_ClientRequestInfo_CORB
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
const CORBA::Boolean & is_abstract
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target),
is_abstract_ (is_abstract)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_ValueDef_is_abstract_set::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ValueDef_is_abstract_set::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
Dynamic::ParameterList_var safe_parameter_list = parameter_list;
@@ -4601,12 +4601,12 @@ TAO_ClientRequestInfo_CORBA_ValueDef_is_abstract_set::arguments (TAO_ENV_SINGLE_
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_ValueDef_is_abstract_set::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ValueDef_is_abstract_set::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -4614,13 +4614,13 @@ TAO_ClientRequestInfo_CORBA_ValueDef_is_abstract_set::exceptions (TAO_ENV_SINGLE
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_ValueDef_is_abstract_set::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ValueDef_is_abstract_set::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 1;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return result_any;
@@ -4632,21 +4632,21 @@ public:
TAO_ClientRequestInfo_CORBA_ValueDef_is_custom_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -4662,30 +4662,30 @@ private:
TAO_ClientRequestInfo_CORBA_ValueDef_is_custom_get::TAO_ClientRequestInfo_CORBA_ValueDef_is_custom_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_ValueDef_is_custom_get::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ValueDef_is_custom_get::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return parameter_list;
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_ValueDef_is_custom_get::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ValueDef_is_custom_get::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -4693,13 +4693,13 @@ TAO_ClientRequestInfo_CORBA_ValueDef_is_custom_get::exceptions (TAO_ENV_SINGLE_A
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_ValueDef_is_custom_get::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ValueDef_is_custom_get::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -4722,21 +4722,21 @@ public:
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
const CORBA::Boolean & is_custom
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -4752,19 +4752,19 @@ TAO_ClientRequestInfo_CORBA_ValueDef_is_custom_set::TAO_ClientRequestInfo_CORBA_
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
const CORBA::Boolean & is_custom
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target),
is_custom_ (is_custom)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_ValueDef_is_custom_set::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ValueDef_is_custom_set::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
Dynamic::ParameterList_var safe_parameter_list = parameter_list;
@@ -4780,12 +4780,12 @@ TAO_ClientRequestInfo_CORBA_ValueDef_is_custom_set::arguments (TAO_ENV_SINGLE_AR
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_ValueDef_is_custom_set::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ValueDef_is_custom_set::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -4793,13 +4793,13 @@ TAO_ClientRequestInfo_CORBA_ValueDef_is_custom_set::exceptions (TAO_ENV_SINGLE_A
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_ValueDef_is_custom_set::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ValueDef_is_custom_set::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 1;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return result_any;
@@ -4811,21 +4811,21 @@ public:
TAO_ClientRequestInfo_CORBA_ValueDef_is_truncatable_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -4841,30 +4841,30 @@ private:
TAO_ClientRequestInfo_CORBA_ValueDef_is_truncatable_get::TAO_ClientRequestInfo_CORBA_ValueDef_is_truncatable_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_ValueDef_is_truncatable_get::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ValueDef_is_truncatable_get::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return parameter_list;
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_ValueDef_is_truncatable_get::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ValueDef_is_truncatable_get::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -4872,13 +4872,13 @@ TAO_ClientRequestInfo_CORBA_ValueDef_is_truncatable_get::exceptions (TAO_ENV_SIN
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_ValueDef_is_truncatable_get::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ValueDef_is_truncatable_get::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -4901,21 +4901,21 @@ public:
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
const CORBA::Boolean & is_truncatable
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -4931,19 +4931,19 @@ TAO_ClientRequestInfo_CORBA_ValueDef_is_truncatable_set::TAO_ClientRequestInfo_C
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
const CORBA::Boolean & is_truncatable
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target),
is_truncatable_ (is_truncatable)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_ValueDef_is_truncatable_set::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ValueDef_is_truncatable_set::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
Dynamic::ParameterList_var safe_parameter_list = parameter_list;
@@ -4959,12 +4959,12 @@ TAO_ClientRequestInfo_CORBA_ValueDef_is_truncatable_set::arguments (TAO_ENV_SING
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_ValueDef_is_truncatable_set::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ValueDef_is_truncatable_set::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -4972,13 +4972,13 @@ TAO_ClientRequestInfo_CORBA_ValueDef_is_truncatable_set::exceptions (TAO_ENV_SIN
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_ValueDef_is_truncatable_set::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ValueDef_is_truncatable_set::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 1;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return result_any;
@@ -4991,21 +4991,21 @@ public:
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
const char * id
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -5023,19 +5023,19 @@ TAO_ClientRequestInfo_CORBA_ValueDef_is_a::TAO_ClientRequestInfo_CORBA_ValueDef_
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
const char * id
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target),
id_ (id)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_ValueDef_is_a::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ValueDef_is_a::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
Dynamic::ParameterList_var safe_parameter_list = parameter_list;
@@ -5051,12 +5051,12 @@ TAO_ClientRequestInfo_CORBA_ValueDef_is_a::arguments (TAO_ENV_SINGLE_ARG_DECL)
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_ValueDef_is_a::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ValueDef_is_a::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -5064,13 +5064,13 @@ TAO_ClientRequestInfo_CORBA_ValueDef_is_a::exceptions (TAO_ENV_SINGLE_ARG_DECL)
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_ValueDef_is_a::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ValueDef_is_a::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -5092,21 +5092,21 @@ public:
TAO_ClientRequestInfo_CORBA_ValueDef_describe_value (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -5122,30 +5122,30 @@ private:
TAO_ClientRequestInfo_CORBA_ValueDef_describe_value::TAO_ClientRequestInfo_CORBA_ValueDef_describe_value (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_ValueDef_describe_value::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ValueDef_describe_value::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return parameter_list;
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_ValueDef_describe_value::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ValueDef_describe_value::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -5153,13 +5153,13 @@ TAO_ClientRequestInfo_CORBA_ValueDef_describe_value::exceptions (TAO_ENV_SINGLE_
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_ValueDef_describe_value::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ValueDef_describe_value::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -5186,21 +5186,21 @@ public:
const char * version,
CORBA_IDLType_ptr type,
const CORBA::Visibility & access
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -5226,7 +5226,7 @@ TAO_ClientRequestInfo_CORBA_ValueDef_create_value_member::TAO_ClientRequestInfo_
const char * version,
CORBA_IDLType_ptr type,
const CORBA::Visibility & access
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target),
id_ (id),
@@ -5237,12 +5237,12 @@ TAO_ClientRequestInfo_CORBA_ValueDef_create_value_member::TAO_ClientRequestInfo_
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_ValueDef_create_value_member::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ValueDef_create_value_member::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
Dynamic::ParameterList_var safe_parameter_list = parameter_list;
@@ -5270,12 +5270,12 @@ TAO_ClientRequestInfo_CORBA_ValueDef_create_value_member::arguments (TAO_ENV_SIN
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_ValueDef_create_value_member::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ValueDef_create_value_member::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -5283,13 +5283,13 @@ TAO_ClientRequestInfo_CORBA_ValueDef_create_value_member::exceptions (TAO_ENV_SI
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_ValueDef_create_value_member::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ValueDef_create_value_member::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -5316,21 +5316,21 @@ public:
const char * version,
CORBA_IDLType_ptr type,
CORBA::AttributeMode & mode
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -5356,7 +5356,7 @@ TAO_ClientRequestInfo_CORBA_ValueDef_create_attribute::TAO_ClientRequestInfo_COR
const char * version,
CORBA_IDLType_ptr type,
CORBA::AttributeMode & mode
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target),
id_ (id),
@@ -5367,12 +5367,12 @@ TAO_ClientRequestInfo_CORBA_ValueDef_create_attribute::TAO_ClientRequestInfo_COR
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_ValueDef_create_attribute::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ValueDef_create_attribute::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
Dynamic::ParameterList_var safe_parameter_list = parameter_list;
@@ -5400,12 +5400,12 @@ TAO_ClientRequestInfo_CORBA_ValueDef_create_attribute::arguments (TAO_ENV_SINGLE
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_ValueDef_create_attribute::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ValueDef_create_attribute::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -5413,13 +5413,13 @@ TAO_ClientRequestInfo_CORBA_ValueDef_create_attribute::exceptions (TAO_ENV_SINGL
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_ValueDef_create_attribute::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ValueDef_create_attribute::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -5449,21 +5449,21 @@ public:
const CORBA_ParDescriptionSeq & params,
const CORBA_ExceptionDefSeq & exceptions,
const CORBA_ContextIdSeq & contexts
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -5495,7 +5495,7 @@ TAO_ClientRequestInfo_CORBA_ValueDef_create_operation::TAO_ClientRequestInfo_COR
const CORBA_ParDescriptionSeq & params,
const CORBA_ExceptionDefSeq & exceptions,
const CORBA_ContextIdSeq & contexts
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target),
id_ (id),
@@ -5509,12 +5509,12 @@ TAO_ClientRequestInfo_CORBA_ValueDef_create_operation::TAO_ClientRequestInfo_COR
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_ValueDef_create_operation::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ValueDef_create_operation::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
Dynamic::ParameterList_var safe_parameter_list = parameter_list;
@@ -5551,12 +5551,12 @@ TAO_ClientRequestInfo_CORBA_ValueDef_create_operation::arguments (TAO_ENV_SINGLE
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_ValueDef_create_operation::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ValueDef_create_operation::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -5564,13 +5564,13 @@ TAO_ClientRequestInfo_CORBA_ValueDef_create_operation::exceptions (TAO_ENV_SINGL
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_ValueDef_create_operation::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ValueDef_create_operation::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -5602,7 +5602,7 @@ _TAO_CORBA_ValueDef_Remote_Proxy_Impl::_TAO_CORBA_ValueDef_Remote_Proxy_Impl (vo
CORBA_InterfaceDefSeq * _TAO_CORBA_ValueDef_Remote_Proxy_Impl::supported_interfaces (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -5646,7 +5646,7 @@ CORBA_InterfaceDefSeq * _TAO_CORBA_ValueDef_Remote_Proxy_Impl::supported_interfa
TAO_ClientRequestInfo_CORBA_ValueDef_supported_interfaces_get ri (
&_tao_call,
_collocated_tao_target_
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -5662,7 +5662,7 @@ CORBA_InterfaceDefSeq * _TAO_CORBA_ValueDef_Remote_Proxy_Impl::supported_interfa
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -5674,17 +5674,17 @@ CORBA_InterfaceDefSeq * _TAO_CORBA_ValueDef_Remote_Proxy_Impl::supported_interfa
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -5701,7 +5701,7 @@ CORBA_InterfaceDefSeq * _TAO_CORBA_ValueDef_Remote_Proxy_Impl::supported_interfa
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -5729,7 +5729,7 @@ CORBA_InterfaceDefSeq * _TAO_CORBA_ValueDef_Remote_Proxy_Impl::supported_interfa
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -5739,12 +5739,12 @@ CORBA_InterfaceDefSeq * _TAO_CORBA_ValueDef_Remote_Proxy_Impl::supported_interfa
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -5755,7 +5755,7 @@ CORBA_InterfaceDefSeq * _TAO_CORBA_ValueDef_Remote_Proxy_Impl::supported_interfa
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -5772,7 +5772,7 @@ return _tao_safe_retval._retn ();
void _TAO_CORBA_ValueDef_Remote_Proxy_Impl::supported_interfaces (
CORBA_Object *_collocated_tao_target_,
const CORBA_InterfaceDefSeq & supported_interfaces
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -5815,7 +5815,7 @@ void _TAO_CORBA_ValueDef_Remote_Proxy_Impl::supported_interfaces (
&_tao_call,
_collocated_tao_target_,
supported_interfaces
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK;
@@ -5831,7 +5831,7 @@ void _TAO_CORBA_ValueDef_Remote_Proxy_Impl::supported_interfaces (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -5843,12 +5843,12 @@ void _TAO_CORBA_ValueDef_Remote_Proxy_Impl::supported_interfaces (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK;
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK;
@@ -5861,7 +5861,7 @@ void _TAO_CORBA_ValueDef_Remote_Proxy_Impl::supported_interfaces (
);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK;
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -5877,7 +5877,7 @@ void _TAO_CORBA_ValueDef_Remote_Proxy_Impl::supported_interfaces (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -5891,7 +5891,7 @@ void _TAO_CORBA_ValueDef_Remote_Proxy_Impl::supported_interfaces (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -5901,12 +5901,12 @@ void _TAO_CORBA_ValueDef_Remote_Proxy_Impl::supported_interfaces (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -5917,7 +5917,7 @@ void _TAO_CORBA_ValueDef_Remote_Proxy_Impl::supported_interfaces (
ACE_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -5933,7 +5933,7 @@ void _TAO_CORBA_ValueDef_Remote_Proxy_Impl::supported_interfaces (
CORBA_InitializerSeq * _TAO_CORBA_ValueDef_Remote_Proxy_Impl::initializers (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -5977,7 +5977,7 @@ CORBA_InitializerSeq * _TAO_CORBA_ValueDef_Remote_Proxy_Impl::initializers (
TAO_ClientRequestInfo_CORBA_ValueDef_initializers_get ri (
&_tao_call,
_collocated_tao_target_
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -5993,7 +5993,7 @@ CORBA_InitializerSeq * _TAO_CORBA_ValueDef_Remote_Proxy_Impl::initializers (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -6005,17 +6005,17 @@ CORBA_InitializerSeq * _TAO_CORBA_ValueDef_Remote_Proxy_Impl::initializers (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -6032,7 +6032,7 @@ CORBA_InitializerSeq * _TAO_CORBA_ValueDef_Remote_Proxy_Impl::initializers (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -6060,7 +6060,7 @@ CORBA_InitializerSeq * _TAO_CORBA_ValueDef_Remote_Proxy_Impl::initializers (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -6070,12 +6070,12 @@ CORBA_InitializerSeq * _TAO_CORBA_ValueDef_Remote_Proxy_Impl::initializers (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -6086,7 +6086,7 @@ CORBA_InitializerSeq * _TAO_CORBA_ValueDef_Remote_Proxy_Impl::initializers (
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -6103,7 +6103,7 @@ return _tao_safe_retval._retn ();
void _TAO_CORBA_ValueDef_Remote_Proxy_Impl::initializers (
CORBA_Object *_collocated_tao_target_,
const CORBA_InitializerSeq & initializers
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -6146,7 +6146,7 @@ void _TAO_CORBA_ValueDef_Remote_Proxy_Impl::initializers (
&_tao_call,
_collocated_tao_target_,
initializers
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK;
@@ -6162,7 +6162,7 @@ void _TAO_CORBA_ValueDef_Remote_Proxy_Impl::initializers (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -6174,12 +6174,12 @@ void _TAO_CORBA_ValueDef_Remote_Proxy_Impl::initializers (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK;
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK;
@@ -6192,7 +6192,7 @@ void _TAO_CORBA_ValueDef_Remote_Proxy_Impl::initializers (
);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK;
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -6208,7 +6208,7 @@ void _TAO_CORBA_ValueDef_Remote_Proxy_Impl::initializers (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -6222,7 +6222,7 @@ void _TAO_CORBA_ValueDef_Remote_Proxy_Impl::initializers (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -6232,12 +6232,12 @@ void _TAO_CORBA_ValueDef_Remote_Proxy_Impl::initializers (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -6248,7 +6248,7 @@ void _TAO_CORBA_ValueDef_Remote_Proxy_Impl::initializers (
ACE_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -6264,7 +6264,7 @@ void _TAO_CORBA_ValueDef_Remote_Proxy_Impl::initializers (
CORBA_ValueDef_ptr _TAO_CORBA_ValueDef_Remote_Proxy_Impl::base_value (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -6307,7 +6307,7 @@ CORBA_ValueDef_ptr _TAO_CORBA_ValueDef_Remote_Proxy_Impl::base_value (
TAO_ClientRequestInfo_CORBA_ValueDef_base_value_get ri (
&_tao_call,
_collocated_tao_target_
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -6323,7 +6323,7 @@ CORBA_ValueDef_ptr _TAO_CORBA_ValueDef_Remote_Proxy_Impl::base_value (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -6335,17 +6335,17 @@ CORBA_ValueDef_ptr _TAO_CORBA_ValueDef_Remote_Proxy_Impl::base_value (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -6362,7 +6362,7 @@ CORBA_ValueDef_ptr _TAO_CORBA_ValueDef_Remote_Proxy_Impl::base_value (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -6390,7 +6390,7 @@ CORBA_ValueDef_ptr _TAO_CORBA_ValueDef_Remote_Proxy_Impl::base_value (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -6400,12 +6400,12 @@ CORBA_ValueDef_ptr _TAO_CORBA_ValueDef_Remote_Proxy_Impl::base_value (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -6416,7 +6416,7 @@ CORBA_ValueDef_ptr _TAO_CORBA_ValueDef_Remote_Proxy_Impl::base_value (
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -6433,7 +6433,7 @@ return _tao_safe_retval._retn ();
void _TAO_CORBA_ValueDef_Remote_Proxy_Impl::base_value (
CORBA_Object *_collocated_tao_target_,
CORBA_ValueDef_ptr base_value
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -6476,7 +6476,7 @@ void _TAO_CORBA_ValueDef_Remote_Proxy_Impl::base_value (
&_tao_call,
_collocated_tao_target_,
base_value
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK;
@@ -6492,7 +6492,7 @@ void _TAO_CORBA_ValueDef_Remote_Proxy_Impl::base_value (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -6504,12 +6504,12 @@ void _TAO_CORBA_ValueDef_Remote_Proxy_Impl::base_value (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK;
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK;
@@ -6522,7 +6522,7 @@ void _TAO_CORBA_ValueDef_Remote_Proxy_Impl::base_value (
);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK;
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -6538,7 +6538,7 @@ void _TAO_CORBA_ValueDef_Remote_Proxy_Impl::base_value (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -6552,7 +6552,7 @@ void _TAO_CORBA_ValueDef_Remote_Proxy_Impl::base_value (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -6562,12 +6562,12 @@ void _TAO_CORBA_ValueDef_Remote_Proxy_Impl::base_value (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -6578,7 +6578,7 @@ void _TAO_CORBA_ValueDef_Remote_Proxy_Impl::base_value (
ACE_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -6594,7 +6594,7 @@ void _TAO_CORBA_ValueDef_Remote_Proxy_Impl::base_value (
CORBA_ValueDefSeq * _TAO_CORBA_ValueDef_Remote_Proxy_Impl::abstract_base_values (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -6638,7 +6638,7 @@ CORBA_ValueDefSeq * _TAO_CORBA_ValueDef_Remote_Proxy_Impl::abstract_base_values
TAO_ClientRequestInfo_CORBA_ValueDef_abstract_base_values_get ri (
&_tao_call,
_collocated_tao_target_
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -6654,7 +6654,7 @@ CORBA_ValueDefSeq * _TAO_CORBA_ValueDef_Remote_Proxy_Impl::abstract_base_values
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -6666,17 +6666,17 @@ CORBA_ValueDefSeq * _TAO_CORBA_ValueDef_Remote_Proxy_Impl::abstract_base_values
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -6693,7 +6693,7 @@ CORBA_ValueDefSeq * _TAO_CORBA_ValueDef_Remote_Proxy_Impl::abstract_base_values
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -6721,7 +6721,7 @@ CORBA_ValueDefSeq * _TAO_CORBA_ValueDef_Remote_Proxy_Impl::abstract_base_values
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -6731,12 +6731,12 @@ CORBA_ValueDefSeq * _TAO_CORBA_ValueDef_Remote_Proxy_Impl::abstract_base_values
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -6747,7 +6747,7 @@ CORBA_ValueDefSeq * _TAO_CORBA_ValueDef_Remote_Proxy_Impl::abstract_base_values
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -6764,7 +6764,7 @@ return _tao_safe_retval._retn ();
void _TAO_CORBA_ValueDef_Remote_Proxy_Impl::abstract_base_values (
CORBA_Object *_collocated_tao_target_,
const CORBA_ValueDefSeq & abstract_base_values
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -6807,7 +6807,7 @@ void _TAO_CORBA_ValueDef_Remote_Proxy_Impl::abstract_base_values (
&_tao_call,
_collocated_tao_target_,
abstract_base_values
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK;
@@ -6823,7 +6823,7 @@ void _TAO_CORBA_ValueDef_Remote_Proxy_Impl::abstract_base_values (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -6835,12 +6835,12 @@ void _TAO_CORBA_ValueDef_Remote_Proxy_Impl::abstract_base_values (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK;
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK;
@@ -6853,7 +6853,7 @@ void _TAO_CORBA_ValueDef_Remote_Proxy_Impl::abstract_base_values (
);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK;
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -6869,7 +6869,7 @@ void _TAO_CORBA_ValueDef_Remote_Proxy_Impl::abstract_base_values (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -6883,7 +6883,7 @@ void _TAO_CORBA_ValueDef_Remote_Proxy_Impl::abstract_base_values (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -6893,12 +6893,12 @@ void _TAO_CORBA_ValueDef_Remote_Proxy_Impl::abstract_base_values (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -6909,7 +6909,7 @@ void _TAO_CORBA_ValueDef_Remote_Proxy_Impl::abstract_base_values (
ACE_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -6925,7 +6925,7 @@ void _TAO_CORBA_ValueDef_Remote_Proxy_Impl::abstract_base_values (
CORBA::Boolean _TAO_CORBA_ValueDef_Remote_Proxy_Impl::is_abstract (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -6967,7 +6967,7 @@ CORBA::Boolean _TAO_CORBA_ValueDef_Remote_Proxy_Impl::is_abstract (
TAO_ClientRequestInfo_CORBA_ValueDef_is_abstract_get ri (
&_tao_call,
_collocated_tao_target_
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (_tao_retval);
@@ -6983,7 +6983,7 @@ CORBA::Boolean _TAO_CORBA_ValueDef_Remote_Proxy_Impl::is_abstract (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -6995,17 +6995,17 @@ CORBA::Boolean _TAO_CORBA_ValueDef_Remote_Proxy_Impl::is_abstract (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (_tao_retval);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (_tao_retval);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (_tao_retval);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -7022,7 +7022,7 @@ CORBA::Boolean _TAO_CORBA_ValueDef_Remote_Proxy_Impl::is_abstract (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -7049,7 +7049,7 @@ CORBA::Boolean _TAO_CORBA_ValueDef_Remote_Proxy_Impl::is_abstract (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -7059,12 +7059,12 @@ CORBA::Boolean _TAO_CORBA_ValueDef_Remote_Proxy_Impl::is_abstract (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -7075,7 +7075,7 @@ CORBA::Boolean _TAO_CORBA_ValueDef_Remote_Proxy_Impl::is_abstract (
ACE_CHECK_RETURN (_tao_retval);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (_tao_retval);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -7092,7 +7092,7 @@ return _tao_retval;
void _TAO_CORBA_ValueDef_Remote_Proxy_Impl::is_abstract (
CORBA_Object *_collocated_tao_target_,
CORBA::Boolean is_abstract
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -7135,7 +7135,7 @@ void _TAO_CORBA_ValueDef_Remote_Proxy_Impl::is_abstract (
&_tao_call,
_collocated_tao_target_,
is_abstract
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK;
@@ -7151,7 +7151,7 @@ void _TAO_CORBA_ValueDef_Remote_Proxy_Impl::is_abstract (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -7163,12 +7163,12 @@ void _TAO_CORBA_ValueDef_Remote_Proxy_Impl::is_abstract (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK;
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK;
@@ -7181,7 +7181,7 @@ void _TAO_CORBA_ValueDef_Remote_Proxy_Impl::is_abstract (
);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK;
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -7197,7 +7197,7 @@ void _TAO_CORBA_ValueDef_Remote_Proxy_Impl::is_abstract (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -7211,7 +7211,7 @@ void _TAO_CORBA_ValueDef_Remote_Proxy_Impl::is_abstract (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -7221,12 +7221,12 @@ void _TAO_CORBA_ValueDef_Remote_Proxy_Impl::is_abstract (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -7237,7 +7237,7 @@ void _TAO_CORBA_ValueDef_Remote_Proxy_Impl::is_abstract (
ACE_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -7253,7 +7253,7 @@ void _TAO_CORBA_ValueDef_Remote_Proxy_Impl::is_abstract (
CORBA::Boolean _TAO_CORBA_ValueDef_Remote_Proxy_Impl::is_custom (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -7295,7 +7295,7 @@ CORBA::Boolean _TAO_CORBA_ValueDef_Remote_Proxy_Impl::is_custom (
TAO_ClientRequestInfo_CORBA_ValueDef_is_custom_get ri (
&_tao_call,
_collocated_tao_target_
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (_tao_retval);
@@ -7311,7 +7311,7 @@ CORBA::Boolean _TAO_CORBA_ValueDef_Remote_Proxy_Impl::is_custom (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -7323,17 +7323,17 @@ CORBA::Boolean _TAO_CORBA_ValueDef_Remote_Proxy_Impl::is_custom (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (_tao_retval);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (_tao_retval);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (_tao_retval);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -7350,7 +7350,7 @@ CORBA::Boolean _TAO_CORBA_ValueDef_Remote_Proxy_Impl::is_custom (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -7377,7 +7377,7 @@ CORBA::Boolean _TAO_CORBA_ValueDef_Remote_Proxy_Impl::is_custom (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -7387,12 +7387,12 @@ CORBA::Boolean _TAO_CORBA_ValueDef_Remote_Proxy_Impl::is_custom (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -7403,7 +7403,7 @@ CORBA::Boolean _TAO_CORBA_ValueDef_Remote_Proxy_Impl::is_custom (
ACE_CHECK_RETURN (_tao_retval);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (_tao_retval);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -7420,7 +7420,7 @@ return _tao_retval;
void _TAO_CORBA_ValueDef_Remote_Proxy_Impl::is_custom (
CORBA_Object *_collocated_tao_target_,
CORBA::Boolean is_custom
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -7463,7 +7463,7 @@ void _TAO_CORBA_ValueDef_Remote_Proxy_Impl::is_custom (
&_tao_call,
_collocated_tao_target_,
is_custom
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK;
@@ -7479,7 +7479,7 @@ void _TAO_CORBA_ValueDef_Remote_Proxy_Impl::is_custom (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -7491,12 +7491,12 @@ void _TAO_CORBA_ValueDef_Remote_Proxy_Impl::is_custom (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK;
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK;
@@ -7509,7 +7509,7 @@ void _TAO_CORBA_ValueDef_Remote_Proxy_Impl::is_custom (
);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK;
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -7525,7 +7525,7 @@ void _TAO_CORBA_ValueDef_Remote_Proxy_Impl::is_custom (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -7539,7 +7539,7 @@ void _TAO_CORBA_ValueDef_Remote_Proxy_Impl::is_custom (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -7549,12 +7549,12 @@ void _TAO_CORBA_ValueDef_Remote_Proxy_Impl::is_custom (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -7565,7 +7565,7 @@ void _TAO_CORBA_ValueDef_Remote_Proxy_Impl::is_custom (
ACE_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -7581,7 +7581,7 @@ void _TAO_CORBA_ValueDef_Remote_Proxy_Impl::is_custom (
CORBA::Boolean _TAO_CORBA_ValueDef_Remote_Proxy_Impl::is_truncatable (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -7623,7 +7623,7 @@ CORBA::Boolean _TAO_CORBA_ValueDef_Remote_Proxy_Impl::is_truncatable (
TAO_ClientRequestInfo_CORBA_ValueDef_is_truncatable_get ri (
&_tao_call,
_collocated_tao_target_
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (_tao_retval);
@@ -7639,7 +7639,7 @@ CORBA::Boolean _TAO_CORBA_ValueDef_Remote_Proxy_Impl::is_truncatable (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -7651,17 +7651,17 @@ CORBA::Boolean _TAO_CORBA_ValueDef_Remote_Proxy_Impl::is_truncatable (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (_tao_retval);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (_tao_retval);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (_tao_retval);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -7678,7 +7678,7 @@ CORBA::Boolean _TAO_CORBA_ValueDef_Remote_Proxy_Impl::is_truncatable (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -7705,7 +7705,7 @@ CORBA::Boolean _TAO_CORBA_ValueDef_Remote_Proxy_Impl::is_truncatable (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -7715,12 +7715,12 @@ CORBA::Boolean _TAO_CORBA_ValueDef_Remote_Proxy_Impl::is_truncatable (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -7731,7 +7731,7 @@ CORBA::Boolean _TAO_CORBA_ValueDef_Remote_Proxy_Impl::is_truncatable (
ACE_CHECK_RETURN (_tao_retval);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (_tao_retval);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -7748,7 +7748,7 @@ return _tao_retval;
void _TAO_CORBA_ValueDef_Remote_Proxy_Impl::is_truncatable (
CORBA_Object *_collocated_tao_target_,
CORBA::Boolean is_truncatable
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -7791,7 +7791,7 @@ void _TAO_CORBA_ValueDef_Remote_Proxy_Impl::is_truncatable (
&_tao_call,
_collocated_tao_target_,
is_truncatable
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK;
@@ -7807,7 +7807,7 @@ void _TAO_CORBA_ValueDef_Remote_Proxy_Impl::is_truncatable (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -7819,12 +7819,12 @@ void _TAO_CORBA_ValueDef_Remote_Proxy_Impl::is_truncatable (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK;
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK;
@@ -7837,7 +7837,7 @@ void _TAO_CORBA_ValueDef_Remote_Proxy_Impl::is_truncatable (
);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK;
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -7853,7 +7853,7 @@ void _TAO_CORBA_ValueDef_Remote_Proxy_Impl::is_truncatable (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -7867,7 +7867,7 @@ void _TAO_CORBA_ValueDef_Remote_Proxy_Impl::is_truncatable (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -7877,12 +7877,12 @@ void _TAO_CORBA_ValueDef_Remote_Proxy_Impl::is_truncatable (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -7893,7 +7893,7 @@ void _TAO_CORBA_ValueDef_Remote_Proxy_Impl::is_truncatable (
ACE_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -7910,7 +7910,7 @@ void _TAO_CORBA_ValueDef_Remote_Proxy_Impl::is_truncatable (
CORBA::Boolean _TAO_CORBA_ValueDef_Remote_Proxy_Impl::is_a (
CORBA_Object *_collocated_tao_target_,
const char * id
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -7953,7 +7953,7 @@ CORBA::Boolean _TAO_CORBA_ValueDef_Remote_Proxy_Impl::is_a (
&_tao_call,
_collocated_tao_target_,
id
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (_tao_retval);
@@ -7969,7 +7969,7 @@ CORBA::Boolean _TAO_CORBA_ValueDef_Remote_Proxy_Impl::is_a (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -7981,12 +7981,12 @@ CORBA::Boolean _TAO_CORBA_ValueDef_Remote_Proxy_Impl::is_a (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (_tao_retval);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (_tao_retval);
@@ -8000,7 +8000,7 @@ CORBA::Boolean _TAO_CORBA_ValueDef_Remote_Proxy_Impl::is_a (
);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (_tao_retval);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -8017,7 +8017,7 @@ CORBA::Boolean _TAO_CORBA_ValueDef_Remote_Proxy_Impl::is_a (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -8044,7 +8044,7 @@ CORBA::Boolean _TAO_CORBA_ValueDef_Remote_Proxy_Impl::is_a (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -8054,12 +8054,12 @@ CORBA::Boolean _TAO_CORBA_ValueDef_Remote_Proxy_Impl::is_a (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -8070,7 +8070,7 @@ CORBA::Boolean _TAO_CORBA_ValueDef_Remote_Proxy_Impl::is_a (
ACE_CHECK_RETURN (_tao_retval);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (_tao_retval);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -8086,7 +8086,7 @@ return _tao_retval;
CORBA_ValueDef::FullValueDescription * _TAO_CORBA_ValueDef_Remote_Proxy_Impl::describe_value (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -8129,7 +8129,7 @@ CORBA_ValueDef::FullValueDescription * _TAO_CORBA_ValueDef_Remote_Proxy_Impl::de
TAO_ClientRequestInfo_CORBA_ValueDef_describe_value ri (
&_tao_call,
_collocated_tao_target_
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -8145,7 +8145,7 @@ CORBA_ValueDef::FullValueDescription * _TAO_CORBA_ValueDef_Remote_Proxy_Impl::de
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -8157,17 +8157,17 @@ CORBA_ValueDef::FullValueDescription * _TAO_CORBA_ValueDef_Remote_Proxy_Impl::de
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -8184,7 +8184,7 @@ CORBA_ValueDef::FullValueDescription * _TAO_CORBA_ValueDef_Remote_Proxy_Impl::de
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -8212,7 +8212,7 @@ CORBA_ValueDef::FullValueDescription * _TAO_CORBA_ValueDef_Remote_Proxy_Impl::de
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -8222,12 +8222,12 @@ CORBA_ValueDef::FullValueDescription * _TAO_CORBA_ValueDef_Remote_Proxy_Impl::de
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -8238,7 +8238,7 @@ CORBA_ValueDef::FullValueDescription * _TAO_CORBA_ValueDef_Remote_Proxy_Impl::de
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -8259,7 +8259,7 @@ CORBA_ValueMemberDef_ptr _TAO_CORBA_ValueDef_Remote_Proxy_Impl::create_value_mem
const char * version,
CORBA_IDLType_ptr type,
CORBA::Visibility access
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -8307,7 +8307,7 @@ CORBA_ValueMemberDef_ptr _TAO_CORBA_ValueDef_Remote_Proxy_Impl::create_value_mem
version,
type,
access
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -8323,7 +8323,7 @@ CORBA_ValueMemberDef_ptr _TAO_CORBA_ValueDef_Remote_Proxy_Impl::create_value_mem
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -8335,12 +8335,12 @@ CORBA_ValueMemberDef_ptr _TAO_CORBA_ValueDef_Remote_Proxy_Impl::create_value_mem
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
@@ -8358,7 +8358,7 @@ CORBA_ValueMemberDef_ptr _TAO_CORBA_ValueDef_Remote_Proxy_Impl::create_value_mem
);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -8375,7 +8375,7 @@ CORBA_ValueMemberDef_ptr _TAO_CORBA_ValueDef_Remote_Proxy_Impl::create_value_mem
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -8403,7 +8403,7 @@ CORBA_ValueMemberDef_ptr _TAO_CORBA_ValueDef_Remote_Proxy_Impl::create_value_mem
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -8413,12 +8413,12 @@ CORBA_ValueMemberDef_ptr _TAO_CORBA_ValueDef_Remote_Proxy_Impl::create_value_mem
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -8429,7 +8429,7 @@ CORBA_ValueMemberDef_ptr _TAO_CORBA_ValueDef_Remote_Proxy_Impl::create_value_mem
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -8450,7 +8450,7 @@ CORBA_AttributeDef_ptr _TAO_CORBA_ValueDef_Remote_Proxy_Impl::create_attribute (
const char * version,
CORBA_IDLType_ptr type,
CORBA::AttributeMode mode
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -8498,7 +8498,7 @@ CORBA_AttributeDef_ptr _TAO_CORBA_ValueDef_Remote_Proxy_Impl::create_attribute (
version,
type,
mode
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -8514,7 +8514,7 @@ CORBA_AttributeDef_ptr _TAO_CORBA_ValueDef_Remote_Proxy_Impl::create_attribute (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -8526,12 +8526,12 @@ CORBA_AttributeDef_ptr _TAO_CORBA_ValueDef_Remote_Proxy_Impl::create_attribute (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
@@ -8549,7 +8549,7 @@ CORBA_AttributeDef_ptr _TAO_CORBA_ValueDef_Remote_Proxy_Impl::create_attribute (
);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -8566,7 +8566,7 @@ CORBA_AttributeDef_ptr _TAO_CORBA_ValueDef_Remote_Proxy_Impl::create_attribute (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -8594,7 +8594,7 @@ CORBA_AttributeDef_ptr _TAO_CORBA_ValueDef_Remote_Proxy_Impl::create_attribute (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -8604,12 +8604,12 @@ CORBA_AttributeDef_ptr _TAO_CORBA_ValueDef_Remote_Proxy_Impl::create_attribute (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -8620,7 +8620,7 @@ CORBA_AttributeDef_ptr _TAO_CORBA_ValueDef_Remote_Proxy_Impl::create_attribute (
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -8644,7 +8644,7 @@ CORBA_OperationDef_ptr _TAO_CORBA_ValueDef_Remote_Proxy_Impl::create_operation (
const CORBA_ParDescriptionSeq & params,
const CORBA_ExceptionDefSeq & exceptions,
const CORBA_ContextIdSeq & contexts
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -8695,7 +8695,7 @@ CORBA_OperationDef_ptr _TAO_CORBA_ValueDef_Remote_Proxy_Impl::create_operation (
params,
exceptions,
contexts
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -8711,7 +8711,7 @@ CORBA_OperationDef_ptr _TAO_CORBA_ValueDef_Remote_Proxy_Impl::create_operation (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -8723,12 +8723,12 @@ CORBA_OperationDef_ptr _TAO_CORBA_ValueDef_Remote_Proxy_Impl::create_operation (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
@@ -8749,7 +8749,7 @@ CORBA_OperationDef_ptr _TAO_CORBA_ValueDef_Remote_Proxy_Impl::create_operation (
);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -8766,7 +8766,7 @@ CORBA_OperationDef_ptr _TAO_CORBA_ValueDef_Remote_Proxy_Impl::create_operation (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -8794,7 +8794,7 @@ CORBA_OperationDef_ptr _TAO_CORBA_ValueDef_Remote_Proxy_Impl::create_operation (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -8804,12 +8804,12 @@ CORBA_OperationDef_ptr _TAO_CORBA_ValueDef_Remote_Proxy_Impl::create_operation (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -8820,7 +8820,7 @@ CORBA_OperationDef_ptr _TAO_CORBA_ValueDef_Remote_Proxy_Impl::create_operation (
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -8875,7 +8875,7 @@ _TAO_CORBA_ValueDef_Remote_Proxy_Broker::~_TAO_CORBA_ValueDef_Remote_Proxy_Broke
_TAO_CORBA_ValueDef_Proxy_Impl&
_TAO_CORBA_ValueDef_Remote_Proxy_Broker::select_proxy (
::CORBA_ValueDef *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
{
return this->remote_proxy_impl_;
@@ -8922,24 +8922,24 @@ void CORBA_ValueDef::_tao_any_destructor (void *_tao_void_pointer)
CORBA_ValueDef_ptr CORBA_ValueDef::_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
if (CORBA::is_nil (obj))
return CORBA_ValueDef::_nil ();
if (! obj->_is_local ())
{
- CORBA::Boolean is_a = obj->_is_a ("IDL:omg.org/CORBA/ValueDef:1.0" TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean is_a = obj->_is_a ("IDL:omg.org/CORBA/ValueDef:1.0" ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (CORBA_ValueDef::_nil ());
if (is_a == 0)
return CORBA_ValueDef::_nil ();
}
- return CORBA_ValueDef::_unchecked_narrow (obj TAO_ENV_ARG_PARAMETER);
+ return CORBA_ValueDef::_unchecked_narrow (obj ACE_ENV_ARG_PARAMETER);
}
CORBA_ValueDef_ptr CORBA_ValueDef::_unchecked_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
{
if (CORBA::is_nil (obj))
@@ -8994,7 +8994,7 @@ CORBA_ValueDef::_duplicate (CORBA_ValueDef_ptr obj)
return obj;
}
-CORBA::Boolean CORBA_ValueDef::_is_a (const CORBA::Char *value TAO_ENV_ARG_DECL)
+CORBA::Boolean CORBA_ValueDef::_is_a (const CORBA::Char *value ACE_ENV_ARG_DECL)
{
if (
(!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA/ValueDef:1.0")) ||
@@ -9005,7 +9005,7 @@ CORBA::Boolean CORBA_ValueDef::_is_a (const CORBA::Char *value TAO_ENV_ARG_DECL)
(!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA/Object:1.0")))
return 1; // success using local knowledge
else
- return this->CORBA_Object::_is_a (value TAO_ENV_ARG_PARAMETER);
+ return this->CORBA_Object::_is_a (value ACE_ENV_ARG_PARAMETER);
}
void *CORBA_ValueDef::_tao_QueryInterface (ptr_arith_t type)
@@ -9078,273 +9078,273 @@ const char* CORBA_ValueDef::_interface_repository_id (void) const
}
CORBA_InterfaceDefSeq * CORBA_ValueDef::supported_interfaces (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_ValueDef_Proxy_Impl &proxy =
- this->the_TAO_CORBA_ValueDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_ValueDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.supported_interfaces (
this
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
void CORBA_ValueDef::supported_interfaces (
const CORBA_InterfaceDefSeq & supported_interfaces
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_ValueDef_Proxy_Impl &proxy =
- this->the_TAO_CORBA_ValueDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_ValueDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
proxy.supported_interfaces (
this,
supported_interfaces
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
CORBA_InitializerSeq * CORBA_ValueDef::initializers (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_ValueDef_Proxy_Impl &proxy =
- this->the_TAO_CORBA_ValueDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_ValueDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.initializers (
this
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
void CORBA_ValueDef::initializers (
const CORBA_InitializerSeq & initializers
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_ValueDef_Proxy_Impl &proxy =
- this->the_TAO_CORBA_ValueDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_ValueDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
proxy.initializers (
this,
initializers
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
CORBA_ValueDef_ptr CORBA_ValueDef::base_value (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_ValueDef_Proxy_Impl &proxy =
- this->the_TAO_CORBA_ValueDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_ValueDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.base_value (
this
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
void CORBA_ValueDef::base_value (
CORBA_ValueDef_ptr base_value
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_ValueDef_Proxy_Impl &proxy =
- this->the_TAO_CORBA_ValueDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_ValueDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
proxy.base_value (
this,
base_value
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
CORBA_ValueDefSeq * CORBA_ValueDef::abstract_base_values (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_ValueDef_Proxy_Impl &proxy =
- this->the_TAO_CORBA_ValueDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_ValueDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.abstract_base_values (
this
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
void CORBA_ValueDef::abstract_base_values (
const CORBA_ValueDefSeq & abstract_base_values
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_ValueDef_Proxy_Impl &proxy =
- this->the_TAO_CORBA_ValueDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_ValueDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
proxy.abstract_base_values (
this,
abstract_base_values
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
CORBA::Boolean CORBA_ValueDef::is_abstract (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_ValueDef_Proxy_Impl &proxy =
- this->the_TAO_CORBA_ValueDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_ValueDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.is_abstract (
this
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
void CORBA_ValueDef::is_abstract (
CORBA::Boolean is_abstract
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_ValueDef_Proxy_Impl &proxy =
- this->the_TAO_CORBA_ValueDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_ValueDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
proxy.is_abstract (
this,
is_abstract
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
CORBA::Boolean CORBA_ValueDef::is_custom (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_ValueDef_Proxy_Impl &proxy =
- this->the_TAO_CORBA_ValueDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_ValueDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.is_custom (
this
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
void CORBA_ValueDef::is_custom (
CORBA::Boolean is_custom
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_ValueDef_Proxy_Impl &proxy =
- this->the_TAO_CORBA_ValueDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_ValueDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
proxy.is_custom (
this,
is_custom
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
CORBA::Boolean CORBA_ValueDef::is_truncatable (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_ValueDef_Proxy_Impl &proxy =
- this->the_TAO_CORBA_ValueDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_ValueDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.is_truncatable (
this
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
void CORBA_ValueDef::is_truncatable (
CORBA::Boolean is_truncatable
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_ValueDef_Proxy_Impl &proxy =
- this->the_TAO_CORBA_ValueDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_ValueDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
proxy.is_truncatable (
this,
is_truncatable
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
CORBA::Boolean CORBA_ValueDef::is_a (
const char * id
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_ValueDef_Proxy_Impl &proxy =
- this->the_TAO_CORBA_ValueDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_ValueDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.is_a (
this,
id
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
@@ -10728,19 +10728,19 @@ void CORBA_ValueDef::FullValueDescription::_tao_any_destructor (void *_tao_void_
}
CORBA_ValueDef::FullValueDescription * CORBA_ValueDef::describe_value (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_ValueDef_Proxy_Impl &proxy =
- this->the_TAO_CORBA_ValueDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_ValueDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.describe_value (
this
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
@@ -10750,14 +10750,14 @@ CORBA_ValueMemberDef_ptr CORBA_ValueDef::create_value_member (
const char * version,
CORBA_IDLType_ptr type,
CORBA::Visibility access
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_ValueDef_Proxy_Impl &proxy =
- this->the_TAO_CORBA_ValueDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_ValueDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.create_value_member (
@@ -10767,7 +10767,7 @@ CORBA_ValueMemberDef_ptr CORBA_ValueDef::create_value_member (
version,
type,
access
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
@@ -10777,14 +10777,14 @@ CORBA_AttributeDef_ptr CORBA_ValueDef::create_attribute (
const char * version,
CORBA_IDLType_ptr type,
CORBA::AttributeMode mode
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_ValueDef_Proxy_Impl &proxy =
- this->the_TAO_CORBA_ValueDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_ValueDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.create_attribute (
@@ -10794,7 +10794,7 @@ CORBA_AttributeDef_ptr CORBA_ValueDef::create_attribute (
version,
type,
mode
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
@@ -10807,14 +10807,14 @@ CORBA_OperationDef_ptr CORBA_ValueDef::create_operation (
const CORBA_ParDescriptionSeq & params,
const CORBA_ExceptionDefSeq & exceptions,
const CORBA_ContextIdSeq & contexts
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_ValueDef_Proxy_Impl &proxy =
- this->the_TAO_CORBA_ValueDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_ValueDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.create_operation (
@@ -10827,7 +10827,7 @@ CORBA_OperationDef_ptr CORBA_ValueDef::create_operation (
params,
exceptions,
contexts
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
@@ -10865,10 +10865,10 @@ tao_CORBA_ValueBoxDef_nil (
CORBA_ValueBoxDef_ptr
tao_CORBA_ValueBoxDef_narrow (
CORBA::Object *p
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
- return CORBA_ValueBoxDef::_narrow (p TAO_ENV_ARG_PARAMETER);
+ return CORBA_ValueBoxDef::_narrow (p ACE_ENV_ARG_PARAMETER);
}
CORBA::Object *
@@ -10992,10 +10992,10 @@ CORBA_ValueBoxDef_var::tao_nil (void)
::CORBA_ValueBoxDef_ptr
CORBA_ValueBoxDef_var::tao_narrow (
CORBA::Object *p
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
- return ::CORBA_ValueBoxDef::_narrow (p TAO_ENV_ARG_PARAMETER);
+ return ::CORBA_ValueBoxDef::_narrow (p ACE_ENV_ARG_PARAMETER);
}
CORBA::Object *
@@ -11073,21 +11073,21 @@ public:
TAO_ClientRequestInfo_CORBA_ValueBoxDef_original_type_def_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -11103,30 +11103,30 @@ private:
TAO_ClientRequestInfo_CORBA_ValueBoxDef_original_type_def_get::TAO_ClientRequestInfo_CORBA_ValueBoxDef_original_type_def_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_ValueBoxDef_original_type_def_get::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ValueBoxDef_original_type_def_get::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return parameter_list;
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_ValueBoxDef_original_type_def_get::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ValueBoxDef_original_type_def_get::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -11134,13 +11134,13 @@ TAO_ClientRequestInfo_CORBA_ValueBoxDef_original_type_def_get::exceptions (TAO_E
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_ValueBoxDef_original_type_def_get::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ValueBoxDef_original_type_def_get::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 0;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
CORBA::Any_var safe_result_any = result_any;
@@ -11163,21 +11163,21 @@ public:
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
CORBA_IDLType_ptr original_type_def
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -11193,19 +11193,19 @@ TAO_ClientRequestInfo_CORBA_ValueBoxDef_original_type_def_set::TAO_ClientRequest
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target,
CORBA_IDLType_ptr original_type_def
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
: TAO_ClientRequestInfo_i (_tao_invocation, _tao_target),
original_type_def_ (original_type_def)
{}
Dynamic::ParameterList *
-TAO_ClientRequestInfo_CORBA_ValueBoxDef_original_type_def_set::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ValueBoxDef_original_type_def_set::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the argument list on demand.
Dynamic::ParameterList *parameter_list =
- TAO_RequestInfo_Util::make_parameter_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_parameter_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
Dynamic::ParameterList_var safe_parameter_list = parameter_list;
@@ -11221,12 +11221,12 @@ TAO_ClientRequestInfo_CORBA_ValueBoxDef_original_type_def_set::arguments (TAO_EN
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo_CORBA_ValueBoxDef_original_type_def_set::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ValueBoxDef_original_type_def_set::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the exception list on demand.
Dynamic::ExceptionList *exception_list =
- TAO_RequestInfo_Util::make_exception_list (TAO_ENV_SINGLE_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_exception_list (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return exception_list;
@@ -11234,13 +11234,13 @@ TAO_ClientRequestInfo_CORBA_ValueBoxDef_original_type_def_set::exceptions (TAO_E
CORBA::Any *
-TAO_ClientRequestInfo_CORBA_ValueBoxDef_original_type_def_set::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo_CORBA_ValueBoxDef_original_type_def_set::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Generate the result on demand.
CORBA::Boolean tk_void_any = 1;
CORBA::Any *result_any =
- TAO_RequestInfo_Util::make_any (tk_void_any TAO_ENV_ARG_PARAMETER);
+ TAO_RequestInfo_Util::make_any (tk_void_any ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return result_any;
@@ -11262,7 +11262,7 @@ _TAO_CORBA_ValueBoxDef_Remote_Proxy_Impl::_TAO_CORBA_ValueBoxDef_Remote_Proxy_Im
CORBA_IDLType_ptr _TAO_CORBA_ValueBoxDef_Remote_Proxy_Impl::original_type_def (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -11305,7 +11305,7 @@ CORBA_IDLType_ptr _TAO_CORBA_ValueBoxDef_Remote_Proxy_Impl::original_type_def (
TAO_ClientRequestInfo_CORBA_ValueBoxDef_original_type_def_get ri (
&_tao_call,
_collocated_tao_target_
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK_RETURN (0);
@@ -11321,7 +11321,7 @@ CORBA_IDLType_ptr _TAO_CORBA_ValueBoxDef_Remote_Proxy_Impl::original_type_def (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -11333,17 +11333,17 @@ CORBA_IDLType_ptr _TAO_CORBA_ValueBoxDef_Remote_Proxy_Impl::original_type_def (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK_RETURN (0);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK_RETURN (0);
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -11360,7 +11360,7 @@ CORBA_IDLType_ptr _TAO_CORBA_ValueBoxDef_Remote_Proxy_Impl::original_type_def (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -11388,7 +11388,7 @@ CORBA_IDLType_ptr _TAO_CORBA_ValueBoxDef_Remote_Proxy_Impl::original_type_def (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -11398,12 +11398,12 @@ CORBA_IDLType_ptr _TAO_CORBA_ValueBoxDef_Remote_Proxy_Impl::original_type_def (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -11414,7 +11414,7 @@ CORBA_IDLType_ptr _TAO_CORBA_ValueBoxDef_Remote_Proxy_Impl::original_type_def (
ACE_CHECK_RETURN (0);
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -11431,7 +11431,7 @@ return _tao_safe_retval._retn ();
void _TAO_CORBA_ValueBoxDef_Remote_Proxy_Impl::original_type_def (
CORBA_Object *_collocated_tao_target_,
CORBA_IDLType_ptr original_type_def
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -11474,7 +11474,7 @@ void _TAO_CORBA_ValueBoxDef_Remote_Proxy_Impl::original_type_def (
&_tao_call,
_collocated_tao_target_,
original_type_def
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_CHECK;
@@ -11490,7 +11490,7 @@ void _TAO_CORBA_ValueBoxDef_Remote_Proxy_Impl::original_type_def (
{
_tao_vfr.send_request (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -11502,12 +11502,12 @@ void _TAO_CORBA_ValueBoxDef_Remote_Proxy_Impl::original_type_def (
#endif /* TAO_HAS_INTERCEPTORS */
- _tao_call.start (TAO_ENV_SINGLE_ARG_PARAMETER);
+ _tao_call.start (ACE_ENV_SINGLE_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK;
_tao_call.prepare_header (
ACE_static_cast (CORBA::Octet, _tao_response_flag)
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
TAO_INTERCEPTOR_CHECK;
@@ -11520,7 +11520,7 @@ void _TAO_CORBA_ValueBoxDef_Remote_Proxy_Impl::original_type_def (
);
_invoke_status =
- _tao_call.invoke (0, 0 TAO_ENV_ARG_PARAMETER);
+ _tao_call.invoke (0, 0 ACE_ENV_ARG_PARAMETER);
TAO_INTERCEPTOR_CHECK;
if (_invoke_status == TAO_INVOKE_EXCEPTION)
@@ -11536,7 +11536,7 @@ void _TAO_CORBA_ValueBoxDef_Remote_Proxy_Impl::original_type_def (
ri.reply_status (_invoke_status);
_tao_vfr.receive_other (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
)
@@ -11550,7 +11550,7 @@ void _TAO_CORBA_ValueBoxDef_Remote_Proxy_Impl::original_type_def (
ri.reply_status (_invoke_status);
_tao_vfr.receive_reply (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
@@ -11560,12 +11560,12 @@ void _TAO_CORBA_ValueBoxDef_Remote_Proxy_Impl::original_type_def (
ri.exception (&ACE_ANY_EXCEPTION);
_tao_vfr.receive_exception (
&ri
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
if (_tao_status == PortableInterceptor::SYSTEM_EXCEPTION
@@ -11576,7 +11576,7 @@ void _TAO_CORBA_ValueBoxDef_Remote_Proxy_Impl::original_type_def (
ACE_CHECK;
PortableInterceptor::ReplyStatus _tao_status =
- ri.reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ ri.reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
if (_tao_status == PortableInterceptor::LOCATION_FORWARD
@@ -11631,7 +11631,7 @@ _TAO_CORBA_ValueBoxDef_Remote_Proxy_Broker::~_TAO_CORBA_ValueBoxDef_Remote_Proxy
_TAO_CORBA_ValueBoxDef_Proxy_Impl&
_TAO_CORBA_ValueBoxDef_Remote_Proxy_Broker::select_proxy (
::CORBA_ValueBoxDef *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
{
return this->remote_proxy_impl_;
@@ -11674,24 +11674,24 @@ void CORBA_ValueBoxDef::_tao_any_destructor (void *_tao_void_pointer)
CORBA_ValueBoxDef_ptr CORBA_ValueBoxDef::_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
{
if (CORBA::is_nil (obj))
return CORBA_ValueBoxDef::_nil ();
if (! obj->_is_local ())
{
- CORBA::Boolean is_a = obj->_is_a ("IDL:omg.org/CORBA/ValueBoxDef:1.0" TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean is_a = obj->_is_a ("IDL:omg.org/CORBA/ValueBoxDef:1.0" ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (CORBA_ValueBoxDef::_nil ());
if (is_a == 0)
return CORBA_ValueBoxDef::_nil ();
}
- return CORBA_ValueBoxDef::_unchecked_narrow (obj TAO_ENV_ARG_PARAMETER);
+ return CORBA_ValueBoxDef::_unchecked_narrow (obj ACE_ENV_ARG_PARAMETER);
}
CORBA_ValueBoxDef_ptr CORBA_ValueBoxDef::_unchecked_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
)
{
if (CORBA::is_nil (obj))
@@ -11746,7 +11746,7 @@ CORBA_ValueBoxDef::_duplicate (CORBA_ValueBoxDef_ptr obj)
return obj;
}
-CORBA::Boolean CORBA_ValueBoxDef::_is_a (const CORBA::Char *value TAO_ENV_ARG_DECL)
+CORBA::Boolean CORBA_ValueBoxDef::_is_a (const CORBA::Char *value ACE_ENV_ARG_DECL)
{
if (
(!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA/ValueBoxDef:1.0")) ||
@@ -11757,7 +11757,7 @@ CORBA::Boolean CORBA_ValueBoxDef::_is_a (const CORBA::Char *value TAO_ENV_ARG_DE
(!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA/Object:1.0")))
return 1; // success using local knowledge
else
- return this->CORBA_Object::_is_a (value TAO_ENV_ARG_PARAMETER);
+ return this->CORBA_Object::_is_a (value ACE_ENV_ARG_PARAMETER);
}
void *CORBA_ValueBoxDef::_tao_QueryInterface (ptr_arith_t type)
@@ -11830,38 +11830,38 @@ const char* CORBA_ValueBoxDef::_interface_repository_id (void) const
}
CORBA_IDLType_ptr CORBA_ValueBoxDef::original_type_def (
- TAO_ENV_SINGLE_ARG_DECL
+ ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_ValueBoxDef_Proxy_Impl &proxy =
- this->the_TAO_CORBA_ValueBoxDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_ValueBoxDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return proxy.original_type_def (
this
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
void CORBA_ValueBoxDef::original_type_def (
CORBA_IDLType_ptr original_type_def
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
))
{
_TAO_CORBA_ValueBoxDef_Proxy_Impl &proxy =
- this->the_TAO_CORBA_ValueBoxDef_Proxy_Broker_->select_proxy (this TAO_ENV_ARG_PARAMETER);
+ this->the_TAO_CORBA_ValueBoxDef_Proxy_Broker_->select_proxy (this ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
proxy.original_type_def (
this,
original_type_def
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
}
@@ -11888,7 +11888,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, CORBA_FixedDef_ptr &_tao
_tao_elem = CORBA_FixedDef::_nil ();
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (CORBA::_tc_FixedDef TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (CORBA::_tc_FixedDef ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -11963,7 +11963,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, const CORBA_ValueMember
{
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (CORBA::_tc_ValueMember TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (CORBA::_tc_ValueMember ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -12054,7 +12054,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, const CORBA_ValueMemberS
{
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (CORBA::_tc_ValueMemberSeq TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (CORBA::_tc_ValueMemberSeq ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -12123,7 +12123,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, CORBA_ValueMemberDef_ptr
_tao_elem = CORBA_ValueMemberDef::_nil ();
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (CORBA::_tc_ValueMemberDef TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (CORBA::_tc_ValueMemberDef ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -12184,7 +12184,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, CORBA_ValueDef_ptr &_tao
_tao_elem = CORBA_ValueDef::_nil ();
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (CORBA::_tc_ValueDef TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (CORBA::_tc_ValueDef ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -12259,7 +12259,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, const CORBA_ValueDef::Fu
{
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (CORBA_ValueDef::_tc_FullValueDescription TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (CORBA_ValueDef::_tc_FullValueDescription ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -12342,7 +12342,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, const CORBA_ValueDescrip
{
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (CORBA::_tc_ValueDescription TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (CORBA::_tc_ValueDescription ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -12411,7 +12411,7 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, CORBA_ValueBoxDef_ptr &_
_tao_elem = CORBA_ValueBoxDef::_nil ();
CORBA::TypeCode_var type = _tao_any.type ();
- CORBA::Boolean result = type->equivalent (CORBA::_tc_ValueBoxDef TAO_ENV_ARG_PARAMETER);
+ CORBA::Boolean result = type->equivalent (CORBA::_tc_ValueBoxDef ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
if (!result)
@@ -12472,7 +12472,7 @@ CORBA::Boolean operator>> (
_tao_objref =
CORBA_FixedDef::_unchecked_narrow (
obj.in ()
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
return 1;
@@ -12550,7 +12550,7 @@ CORBA::Boolean operator>> (
_tao_objref =
CORBA_ValueMemberDef::_unchecked_narrow (
obj.in ()
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
return 1;
@@ -12586,7 +12586,7 @@ CORBA::Boolean operator>> (
_tao_objref =
CORBA_ValueDef::_unchecked_narrow (
obj.in ()
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
return 1;
@@ -12622,7 +12622,7 @@ CORBA::Boolean operator>> (
_tao_objref =
CORBA_ValueBoxDef::_unchecked_narrow (
obj.in ()
- TAO_ENV_ARG_PARAMETER
+ ACE_ENV_ARG_PARAMETER
);
ACE_TRY_CHECK;
return 1;
diff --git a/TAO/tao/IFR_Client/IFR_ExtendedC.h b/TAO/tao/IFR_Client/IFR_ExtendedC.h
index fe1c8246aff..c0e04325f97 100644
--- a/TAO/tao/IFR_Client/IFR_ExtendedC.h
+++ b/TAO/tao/IFR_Client/IFR_ExtendedC.h
@@ -93,7 +93,7 @@ public:
static CORBA_FixedDef_ptr tao_nil (void);
static CORBA_FixedDef_ptr tao_narrow (
CORBA::Object *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
);
static CORBA::Object * tao_upcast (void *);
@@ -157,12 +157,12 @@ public:
static CORBA_FixedDef_ptr _narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
static CORBA_FixedDef_ptr _unchecked_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
static CORBA_FixedDef_ptr _nil (void)
@@ -173,7 +173,7 @@ public:
static void _tao_any_destructor (void*);
virtual CORBA::UShort digits (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -181,14 +181,14 @@ public:
virtual void digits (
CORBA::UShort digits
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
));
virtual CORBA::Short scale (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -196,7 +196,7 @@ public:
virtual void scale (
CORBA::Short scale
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -204,7 +204,7 @@ public:
virtual CORBA::Boolean _is_a (
const CORBA::Char *type_id
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual void *_tao_QueryInterface (ptr_arith_t type);
@@ -254,7 +254,7 @@ public:
virtual ~_TAO_CORBA_FixedDef_Proxy_Impl (void) { }
virtual CORBA::UShort digits (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -263,7 +263,7 @@ public:
virtual void digits (
CORBA_Object *_collocated_tao_target_,
CORBA::UShort digits
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -271,7 +271,7 @@ public:
virtual CORBA::Short scale (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -280,7 +280,7 @@ public:
virtual void scale (
CORBA_Object *_collocated_tao_target_,
CORBA::Short scale
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -311,7 +311,7 @@ public:
virtual ~_TAO_CORBA_FixedDef_Remote_Proxy_Impl (void) { }
virtual CORBA::UShort digits (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -320,7 +320,7 @@ public:
virtual void digits (
CORBA_Object *_collocated_tao_target_,
CORBA::UShort digits
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -328,7 +328,7 @@ public:
virtual CORBA::Short scale (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -337,7 +337,7 @@ public:
virtual void scale (
CORBA_Object *_collocated_tao_target_,
CORBA::Short scale
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -366,7 +366,7 @@ public:
virtual ~_TAO_CORBA_FixedDef_Proxy_Broker (void);
virtual _TAO_CORBA_FixedDef_Proxy_Impl &select_proxy (
CORBA_FixedDef *object
- TAO_ENV_ARG_DECL_WITH_DEFAULTS
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS
) = 0;
protected:
@@ -393,7 +393,7 @@ public:
virtual _TAO_CORBA_FixedDef_Proxy_Impl &select_proxy (
CORBA_FixedDef *object
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
);
private:
@@ -685,7 +685,7 @@ public:
static CORBA_ValueMemberDef_ptr tao_nil (void);
static CORBA_ValueMemberDef_ptr tao_narrow (
CORBA::Object *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
);
static CORBA::Object * tao_upcast (void *);
@@ -749,12 +749,12 @@ public:
static CORBA_ValueMemberDef_ptr _narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
static CORBA_ValueMemberDef_ptr _unchecked_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
static CORBA_ValueMemberDef_ptr _nil (void)
@@ -765,14 +765,14 @@ public:
static void _tao_any_destructor (void*);
virtual CORBA::TypeCode_ptr type (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
));
virtual CORBA_IDLType_ptr type_def (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -780,14 +780,14 @@ public:
virtual void type_def (
CORBA_IDLType_ptr type_def
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
));
virtual CORBA::Visibility access (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -795,7 +795,7 @@ public:
virtual void access (
CORBA::Visibility access
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -803,7 +803,7 @@ public:
virtual CORBA::Boolean _is_a (
const CORBA::Char *type_id
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual void *_tao_QueryInterface (ptr_arith_t type);
@@ -853,7 +853,7 @@ public:
virtual ~_TAO_CORBA_ValueMemberDef_Proxy_Impl (void) { }
virtual CORBA::TypeCode_ptr type (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -861,7 +861,7 @@ public:
virtual CORBA_IDLType_ptr type_def (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -870,7 +870,7 @@ public:
virtual void type_def (
CORBA_Object *_collocated_tao_target_,
CORBA_IDLType_ptr type_def
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -878,7 +878,7 @@ public:
virtual CORBA::Visibility access (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -887,7 +887,7 @@ public:
virtual void access (
CORBA_Object *_collocated_tao_target_,
CORBA::Visibility access
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -918,7 +918,7 @@ public:
virtual ~_TAO_CORBA_ValueMemberDef_Remote_Proxy_Impl (void) { }
virtual CORBA::TypeCode_ptr type (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -926,7 +926,7 @@ public:
virtual CORBA_IDLType_ptr type_def (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -935,7 +935,7 @@ public:
virtual void type_def (
CORBA_Object *_collocated_tao_target_,
CORBA_IDLType_ptr type_def
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -943,7 +943,7 @@ public:
virtual CORBA::Visibility access (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -952,7 +952,7 @@ public:
virtual void access (
CORBA_Object *_collocated_tao_target_,
CORBA::Visibility access
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -981,7 +981,7 @@ public:
virtual ~_TAO_CORBA_ValueMemberDef_Proxy_Broker (void);
virtual _TAO_CORBA_ValueMemberDef_Proxy_Impl &select_proxy (
CORBA_ValueMemberDef *object
- TAO_ENV_ARG_DECL_WITH_DEFAULTS
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS
) = 0;
protected:
@@ -1008,7 +1008,7 @@ public:
virtual _TAO_CORBA_ValueMemberDef_Proxy_Impl &select_proxy (
CORBA_ValueMemberDef *object
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
);
private:
@@ -1069,7 +1069,7 @@ public:
static CORBA_ValueDef_ptr tao_nil (void);
static CORBA_ValueDef_ptr tao_narrow (
CORBA::Object *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
);
static CORBA::Object * tao_upcast (void *);
@@ -1135,12 +1135,12 @@ public:
static CORBA_ValueDef_ptr _narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
static CORBA_ValueDef_ptr _unchecked_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
static CORBA_ValueDef_ptr _nil (void)
@@ -1151,7 +1151,7 @@ public:
static void _tao_any_destructor (void*);
virtual CORBA_InterfaceDefSeq * supported_interfaces (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -1159,14 +1159,14 @@ public:
virtual void supported_interfaces (
const CORBA_InterfaceDefSeq & supported_interfaces
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
));
virtual CORBA_InitializerSeq * initializers (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -1174,14 +1174,14 @@ public:
virtual void initializers (
const CORBA_InitializerSeq & initializers
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
));
virtual CORBA_ValueDef_ptr base_value (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -1189,14 +1189,14 @@ public:
virtual void base_value (
CORBA_ValueDef_ptr base_value
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
));
virtual CORBA_ValueDefSeq * abstract_base_values (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -1204,14 +1204,14 @@ public:
virtual void abstract_base_values (
const CORBA_ValueDefSeq & abstract_base_values
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
));
virtual CORBA::Boolean is_abstract (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -1219,14 +1219,14 @@ public:
virtual void is_abstract (
CORBA::Boolean is_abstract
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
));
virtual CORBA::Boolean is_custom (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -1234,14 +1234,14 @@ public:
virtual void is_custom (
CORBA::Boolean is_custom
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
));
virtual CORBA::Boolean is_truncatable (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -1249,7 +1249,7 @@ public:
virtual void is_truncatable (
CORBA::Boolean is_truncatable
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -1257,7 +1257,7 @@ public:
virtual CORBA::Boolean is_a (
const char * id
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -1344,7 +1344,7 @@ public:
static CORBA::TypeCode_ptr _tc_FullValueDescription;
virtual CORBA_ValueDef::FullValueDescription * describe_value (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -1356,7 +1356,7 @@ public:
const char * version,
CORBA_IDLType_ptr type,
CORBA::Visibility access
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -1368,7 +1368,7 @@ public:
const char * version,
CORBA_IDLType_ptr type,
CORBA::AttributeMode mode
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -1383,7 +1383,7 @@ public:
const CORBA_ParDescriptionSeq & params,
const CORBA_ExceptionDefSeq & exceptions,
const CORBA_ContextIdSeq & contexts
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -1391,7 +1391,7 @@ public:
virtual CORBA::Boolean _is_a (
const CORBA::Char *type_id
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual void *_tao_QueryInterface (ptr_arith_t type);
@@ -1443,7 +1443,7 @@ public:
virtual ~_TAO_CORBA_ValueDef_Proxy_Impl (void) { }
virtual CORBA_InterfaceDefSeq * supported_interfaces (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -1452,7 +1452,7 @@ public:
virtual void supported_interfaces (
CORBA_Object *_collocated_tao_target_,
const CORBA_InterfaceDefSeq & supported_interfaces
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -1460,7 +1460,7 @@ public:
virtual CORBA_InitializerSeq * initializers (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -1469,7 +1469,7 @@ public:
virtual void initializers (
CORBA_Object *_collocated_tao_target_,
const CORBA_InitializerSeq & initializers
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -1477,7 +1477,7 @@ public:
virtual CORBA_ValueDef_ptr base_value (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -1486,7 +1486,7 @@ public:
virtual void base_value (
CORBA_Object *_collocated_tao_target_,
CORBA_ValueDef_ptr base_value
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -1494,7 +1494,7 @@ public:
virtual CORBA_ValueDefSeq * abstract_base_values (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -1503,7 +1503,7 @@ public:
virtual void abstract_base_values (
CORBA_Object *_collocated_tao_target_,
const CORBA_ValueDefSeq & abstract_base_values
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -1511,7 +1511,7 @@ public:
virtual CORBA::Boolean is_abstract (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -1520,7 +1520,7 @@ public:
virtual void is_abstract (
CORBA_Object *_collocated_tao_target_,
CORBA::Boolean is_abstract
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -1528,7 +1528,7 @@ public:
virtual CORBA::Boolean is_custom (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -1537,7 +1537,7 @@ public:
virtual void is_custom (
CORBA_Object *_collocated_tao_target_,
CORBA::Boolean is_custom
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -1545,7 +1545,7 @@ public:
virtual CORBA::Boolean is_truncatable (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -1554,7 +1554,7 @@ public:
virtual void is_truncatable (
CORBA_Object *_collocated_tao_target_,
CORBA::Boolean is_truncatable
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -1563,7 +1563,7 @@ public:
virtual CORBA::Boolean is_a (
CORBA_Object *_collocated_tao_target_,
const char * id
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -1571,7 +1571,7 @@ public:
virtual CORBA_ValueDef::FullValueDescription * describe_value (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -1584,7 +1584,7 @@ public:
const char * version,
CORBA_IDLType_ptr type,
CORBA::Visibility access
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -1597,7 +1597,7 @@ public:
const char * version,
CORBA_IDLType_ptr type,
CORBA::AttributeMode mode
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -1613,7 +1613,7 @@ public:
const CORBA_ParDescriptionSeq & params,
const CORBA_ExceptionDefSeq & exceptions,
const CORBA_ContextIdSeq & contexts
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -1646,7 +1646,7 @@ public:
virtual ~_TAO_CORBA_ValueDef_Remote_Proxy_Impl (void) { }
virtual CORBA_InterfaceDefSeq * supported_interfaces (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -1655,7 +1655,7 @@ public:
virtual void supported_interfaces (
CORBA_Object *_collocated_tao_target_,
const CORBA_InterfaceDefSeq & supported_interfaces
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -1663,7 +1663,7 @@ public:
virtual CORBA_InitializerSeq * initializers (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -1672,7 +1672,7 @@ public:
virtual void initializers (
CORBA_Object *_collocated_tao_target_,
const CORBA_InitializerSeq & initializers
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -1680,7 +1680,7 @@ public:
virtual CORBA_ValueDef_ptr base_value (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -1689,7 +1689,7 @@ public:
virtual void base_value (
CORBA_Object *_collocated_tao_target_,
CORBA_ValueDef_ptr base_value
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -1697,7 +1697,7 @@ public:
virtual CORBA_ValueDefSeq * abstract_base_values (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -1706,7 +1706,7 @@ public:
virtual void abstract_base_values (
CORBA_Object *_collocated_tao_target_,
const CORBA_ValueDefSeq & abstract_base_values
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -1714,7 +1714,7 @@ public:
virtual CORBA::Boolean is_abstract (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -1723,7 +1723,7 @@ public:
virtual void is_abstract (
CORBA_Object *_collocated_tao_target_,
CORBA::Boolean is_abstract
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -1731,7 +1731,7 @@ public:
virtual CORBA::Boolean is_custom (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -1740,7 +1740,7 @@ public:
virtual void is_custom (
CORBA_Object *_collocated_tao_target_,
CORBA::Boolean is_custom
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -1748,7 +1748,7 @@ public:
virtual CORBA::Boolean is_truncatable (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -1757,7 +1757,7 @@ public:
virtual void is_truncatable (
CORBA_Object *_collocated_tao_target_,
CORBA::Boolean is_truncatable
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -1766,7 +1766,7 @@ public:
virtual CORBA::Boolean is_a (
CORBA_Object *_collocated_tao_target_,
const char * id
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -1774,7 +1774,7 @@ public:
virtual CORBA_ValueDef::FullValueDescription * describe_value (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -1787,7 +1787,7 @@ public:
const char * version,
CORBA_IDLType_ptr type,
CORBA::Visibility access
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -1800,7 +1800,7 @@ public:
const char * version,
CORBA_IDLType_ptr type,
CORBA::AttributeMode mode
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -1816,7 +1816,7 @@ public:
const CORBA_ParDescriptionSeq & params,
const CORBA_ExceptionDefSeq & exceptions,
const CORBA_ContextIdSeq & contexts
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -1845,7 +1845,7 @@ public:
virtual ~_TAO_CORBA_ValueDef_Proxy_Broker (void);
virtual _TAO_CORBA_ValueDef_Proxy_Impl &select_proxy (
CORBA_ValueDef *object
- TAO_ENV_ARG_DECL_WITH_DEFAULTS
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS
) = 0;
protected:
@@ -1872,7 +1872,7 @@ public:
virtual _TAO_CORBA_ValueDef_Proxy_Impl &select_proxy (
CORBA_ValueDef *object
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
);
private:
@@ -2006,7 +2006,7 @@ public:
static CORBA_ValueBoxDef_ptr tao_nil (void);
static CORBA_ValueBoxDef_ptr tao_narrow (
CORBA::Object *
- TAO_ENV_ARG_DECL_NOT_USED
+ ACE_ENV_ARG_DECL_NOT_USED
);
static CORBA::Object * tao_upcast (void *);
@@ -2070,12 +2070,12 @@ public:
static CORBA_ValueBoxDef_ptr _narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
static CORBA_ValueBoxDef_ptr _unchecked_narrow (
CORBA::Object_ptr obj
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
static CORBA_ValueBoxDef_ptr _nil (void)
@@ -2086,7 +2086,7 @@ public:
static void _tao_any_destructor (void*);
virtual CORBA_IDLType_ptr original_type_def (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -2094,7 +2094,7 @@ public:
virtual void original_type_def (
CORBA_IDLType_ptr original_type_def
- TAO_ENV_ARG_DECL_WITH_DEFAULTS)
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -2102,7 +2102,7 @@ public:
virtual CORBA::Boolean _is_a (
const CORBA::Char *type_id
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual void *_tao_QueryInterface (ptr_arith_t type);
@@ -2152,7 +2152,7 @@ public:
virtual ~_TAO_CORBA_ValueBoxDef_Proxy_Impl (void) { }
virtual CORBA_IDLType_ptr original_type_def (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -2161,7 +2161,7 @@ public:
virtual void original_type_def (
CORBA_Object *_collocated_tao_target_,
CORBA_IDLType_ptr original_type_def
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -2192,7 +2192,7 @@ public:
virtual ~_TAO_CORBA_ValueBoxDef_Remote_Proxy_Impl (void) { }
virtual CORBA_IDLType_ptr original_type_def (
CORBA_Object *_collocated_tao_target_
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -2201,7 +2201,7 @@ public:
virtual void original_type_def (
CORBA_Object *_collocated_tao_target_,
CORBA_IDLType_ptr original_type_def
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -2230,7 +2230,7 @@ public:
virtual ~_TAO_CORBA_ValueBoxDef_Proxy_Broker (void);
virtual _TAO_CORBA_ValueBoxDef_Proxy_Impl &select_proxy (
CORBA_ValueBoxDef *object
- TAO_ENV_ARG_DECL_WITH_DEFAULTS
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS
) = 0;
protected:
@@ -2257,7 +2257,7 @@ public:
virtual _TAO_CORBA_ValueBoxDef_Proxy_Impl &select_proxy (
CORBA_ValueBoxDef *object
- TAO_ENV_ARG_DECL
+ ACE_ENV_ARG_DECL
);
private: