summaryrefslogtreecommitdiff
path: root/TAO/tao/ClientRequestInfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/ClientRequestInfo.cpp')
-rw-r--r--TAO/tao/ClientRequestInfo.cpp138
1 files changed, 69 insertions, 69 deletions
diff --git a/TAO/tao/ClientRequestInfo.cpp b/TAO/tao/ClientRequestInfo.cpp
index 08dedac5b24..0ea591e59a7 100644
--- a/TAO/tao/ClientRequestInfo.cpp
+++ b/TAO/tao/ClientRequestInfo.cpp
@@ -19,262 +19,262 @@ TAO_ClientRequestInfo::TAO_ClientRequestInfo (void)
}
CORBA::Object_ptr
-TAO_ClientRequestInfo::target (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo::target (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
- this->check_validity (TAO_ENV_SINGLE_ARG_PARAMETER);
+ this->check_validity (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (CORBA::Object::_nil ());
- return this->info_->target (TAO_ENV_SINGLE_ARG_PARAMETER);
+ return this->info_->target (ACE_ENV_SINGLE_ARG_PARAMETER);
}
CORBA::Object_ptr
-TAO_ClientRequestInfo::effective_target (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo::effective_target (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
- this->check_validity (TAO_ENV_SINGLE_ARG_PARAMETER);
+ this->check_validity (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (CORBA::Object::_nil ());
- return this->info_->effective_target (TAO_ENV_SINGLE_ARG_PARAMETER);
+ return this->info_->effective_target (ACE_ENV_SINGLE_ARG_PARAMETER);
}
IOP::TaggedProfile *
-TAO_ClientRequestInfo::effective_profile (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo::effective_profile (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
- this->check_validity (TAO_ENV_SINGLE_ARG_PARAMETER);
+ this->check_validity (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
- return this->info_->effective_profile (TAO_ENV_SINGLE_ARG_PARAMETER);
+ return this->info_->effective_profile (ACE_ENV_SINGLE_ARG_PARAMETER);
}
// Use at own risk. There is no way currently of extracting an
// exception from an Any. This method is in place just to be compliant
// with the spec.
CORBA::Any *
-TAO_ClientRequestInfo::received_exception (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo::received_exception (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
- this->check_validity (TAO_ENV_SINGLE_ARG_PARAMETER);
+ this->check_validity (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
- return this->info_->received_exception (TAO_ENV_SINGLE_ARG_PARAMETER);
+ return this->info_->received_exception (ACE_ENV_SINGLE_ARG_PARAMETER);
}
char *
TAO_ClientRequestInfo::received_exception_id (
- TAO_ENV_SINGLE_ARG_DECL)
+ ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
- this->check_validity (TAO_ENV_SINGLE_ARG_PARAMETER);
+ this->check_validity (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
- return this->info_->received_exception_id (TAO_ENV_SINGLE_ARG_PARAMETER);
+ return this->info_->received_exception_id (ACE_ENV_SINGLE_ARG_PARAMETER);
}
IOP::TaggedComponent *
TAO_ClientRequestInfo::get_effective_component (
IOP::ComponentId id
- TAO_ENV_ARG_DECL)
+ ACE_ENV_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
- this->check_validity (TAO_ENV_SINGLE_ARG_PARAMETER);
+ this->check_validity (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return this->info_->get_effective_component (id
- TAO_ENV_ARG_PARAMETER);
+ ACE_ENV_ARG_PARAMETER);
}
IOP::TaggedComponentSeq *
TAO_ClientRequestInfo::get_effective_components (
IOP::ComponentId id
- TAO_ENV_ARG_DECL)
+ ACE_ENV_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
- this->check_validity (TAO_ENV_SINGLE_ARG_PARAMETER);
+ this->check_validity (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return this->info_->get_effective_components (id
- TAO_ENV_ARG_PARAMETER);
+ ACE_ENV_ARG_PARAMETER);
}
CORBA::Policy_ptr
TAO_ClientRequestInfo::get_request_policy (CORBA::PolicyType type
- TAO_ENV_ARG_DECL)
+ ACE_ENV_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
- this->check_validity (TAO_ENV_SINGLE_ARG_PARAMETER);
+ this->check_validity (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (CORBA::Policy::_nil ());
return this->info_->get_request_policy (type
- TAO_ENV_ARG_PARAMETER);
+ ACE_ENV_ARG_PARAMETER);
}
void
TAO_ClientRequestInfo::add_request_service_context (
const IOP::ServiceContext & service_context,
CORBA::Boolean replace
- TAO_ENV_ARG_DECL)
+ ACE_ENV_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
- this->check_validity (TAO_ENV_SINGLE_ARG_PARAMETER);
+ this->check_validity (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK;
this->info_->add_request_service_context (service_context,
replace
- TAO_ENV_ARG_PARAMETER);
+ ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
CORBA::ULong
-TAO_ClientRequestInfo::request_id (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo::request_id (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
- this->check_validity (TAO_ENV_SINGLE_ARG_PARAMETER);
+ this->check_validity (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
- return this->info_->request_id (TAO_ENV_SINGLE_ARG_PARAMETER);
+ return this->info_->request_id (ACE_ENV_SINGLE_ARG_PARAMETER);
}
char *
-TAO_ClientRequestInfo::operation (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo::operation (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
- this->check_validity (TAO_ENV_SINGLE_ARG_PARAMETER);
+ this->check_validity (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
- return this->info_->operation (TAO_ENV_SINGLE_ARG_PARAMETER);
+ return this->info_->operation (ACE_ENV_SINGLE_ARG_PARAMETER);
}
Dynamic::ParameterList *
-TAO_ClientRequestInfo::arguments (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo::arguments (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
- this->check_validity (TAO_ENV_SINGLE_ARG_PARAMETER);
+ this->check_validity (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
- return this->info_->arguments (TAO_ENV_SINGLE_ARG_PARAMETER);
+ return this->info_->arguments (ACE_ENV_SINGLE_ARG_PARAMETER);
}
Dynamic::ExceptionList *
-TAO_ClientRequestInfo::exceptions (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo::exceptions (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
- this->check_validity (TAO_ENV_SINGLE_ARG_PARAMETER);
+ this->check_validity (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
- return this->info_->exceptions (TAO_ENV_SINGLE_ARG_PARAMETER);
+ return this->info_->exceptions (ACE_ENV_SINGLE_ARG_PARAMETER);
}
Dynamic::ContextList *
-TAO_ClientRequestInfo::contexts (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo::contexts (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
- this->check_validity (TAO_ENV_SINGLE_ARG_PARAMETER);
+ this->check_validity (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
- return this->info_->contexts (TAO_ENV_SINGLE_ARG_PARAMETER);
+ return this->info_->contexts (ACE_ENV_SINGLE_ARG_PARAMETER);
}
Dynamic::RequestContext *
-TAO_ClientRequestInfo::operation_context (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo::operation_context (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
- this->check_validity (TAO_ENV_SINGLE_ARG_PARAMETER);
+ this->check_validity (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
- return this->info_->operation_context (TAO_ENV_SINGLE_ARG_PARAMETER);
+ return this->info_->operation_context (ACE_ENV_SINGLE_ARG_PARAMETER);
}
CORBA::Any *
-TAO_ClientRequestInfo::result (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo::result (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
- this->check_validity (TAO_ENV_SINGLE_ARG_PARAMETER);
+ this->check_validity (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
- return this->info_->result (TAO_ENV_SINGLE_ARG_PARAMETER);
+ return this->info_->result (ACE_ENV_SINGLE_ARG_PARAMETER);
}
CORBA::Boolean
-TAO_ClientRequestInfo::response_expected (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo::response_expected (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
- this->check_validity (TAO_ENV_SINGLE_ARG_PARAMETER);
+ this->check_validity (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
- return this->info_->response_expected (TAO_ENV_SINGLE_ARG_PARAMETER);
+ return this->info_->response_expected (ACE_ENV_SINGLE_ARG_PARAMETER);
}
#if TAO_HAS_CORBA_MESSAGING == 1
CORBA::Short
-TAO_ClientRequestInfo::sync_scope (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo::sync_scope (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
- this->check_validity (TAO_ENV_SINGLE_ARG_PARAMETER);
+ this->check_validity (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
- return this->info_->sync_scope (TAO_ENV_SINGLE_ARG_PARAMETER);
+ return this->info_->sync_scope (ACE_ENV_SINGLE_ARG_PARAMETER);
}
#endif /* TAO_HAS_CORBA_MESSAGING == 1 */
PortableInterceptor::ReplyStatus
-TAO_ClientRequestInfo::reply_status (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo::reply_status (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
- this->check_validity (TAO_ENV_SINGLE_ARG_PARAMETER);
+ this->check_validity (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (PortableInterceptor::SYSTEM_EXCEPTION);
- return this->info_->reply_status (TAO_ENV_SINGLE_ARG_PARAMETER);
+ return this->info_->reply_status (ACE_ENV_SINGLE_ARG_PARAMETER);
}
CORBA::Object_ptr
-TAO_ClientRequestInfo::forward_reference (TAO_ENV_SINGLE_ARG_DECL)
+TAO_ClientRequestInfo::forward_reference (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
- this->check_validity (TAO_ENV_SINGLE_ARG_PARAMETER);
+ this->check_validity (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (CORBA::Object::_nil ());
- return this->info_->forward_reference (TAO_ENV_SINGLE_ARG_PARAMETER);
+ return this->info_->forward_reference (ACE_ENV_SINGLE_ARG_PARAMETER);
}
CORBA::Any *
TAO_ClientRequestInfo::get_slot (PortableInterceptor::SlotId id
- TAO_ENV_ARG_DECL)
+ ACE_ENV_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException,
PortableInterceptor::InvalidSlot))
{
- this->check_validity (TAO_ENV_SINGLE_ARG_PARAMETER);
+ this->check_validity (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return this->info_->get_slot (id
- TAO_ENV_ARG_PARAMETER);
+ ACE_ENV_ARG_PARAMETER);
}
IOP::ServiceContext *
TAO_ClientRequestInfo::get_request_service_context (
IOP::ServiceId id
- TAO_ENV_ARG_DECL)
+ ACE_ENV_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
- this->check_validity (TAO_ENV_SINGLE_ARG_PARAMETER);
+ this->check_validity (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return this->info_->get_request_service_context (id
- TAO_ENV_ARG_PARAMETER);
+ ACE_ENV_ARG_PARAMETER);
}
IOP::ServiceContext *
TAO_ClientRequestInfo::get_reply_service_context (
IOP::ServiceId id
- TAO_ENV_ARG_DECL)
+ ACE_ENV_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
- this->check_validity (TAO_ENV_SINGLE_ARG_PARAMETER);
+ this->check_validity (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (0);
return this->info_->get_reply_service_context (id
- TAO_ENV_ARG_PARAMETER);
+ ACE_ENV_ARG_PARAMETER);
}