summaryrefslogtreecommitdiff
path: root/TAO/tao/PolicyC.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PolicyC.cpp')
-rw-r--r--TAO/tao/PolicyC.cpp38
1 files changed, 19 insertions, 19 deletions
diff --git a/TAO/tao/PolicyC.cpp b/TAO/tao/PolicyC.cpp
index cffb7e72d30..bb044d3e0e1 100644
--- a/TAO/tao/PolicyC.cpp
+++ b/TAO/tao/PolicyC.cpp
@@ -28,7 +28,7 @@
#if TAO_HAS_INTERCEPTORS == 1
#include "tao/RequestInfo_Util.h"
-#include "tao/ClientRequestInfo.h"
+#include "tao/ClientRequestInfo_i.h"
#include "tao/ClientInterceptorAdapter.h"
#endif /* TAO_HAS_INTERCEPTORS == 1 */
@@ -590,27 +590,27 @@ CORBA_Policy_out::operator-> (void)
#if (TAO_HAS_INTERCEPTORS == 1)
-class TAO_ClientRequestInfo_CORBA_Policy_policy_type_get : public TAO_ClientRequestInfo
+class TAO_ClientRequestInfo_CORBA_Policy_policy_type_get : public TAO_ClientRequestInfo_i
{
public:
TAO_ClientRequestInfo_CORBA_Policy_policy_type_get (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ TAO_ENV_ARG_DECL);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ TAO_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ TAO_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ TAO_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -628,7 +628,7 @@ TAO_ClientRequestInfo_CORBA_Policy_policy_type_get::TAO_ClientRequestInfo_CORBA_
CORBA::Object_ptr _tao_target
TAO_ENV_ARG_DECL_NOT_USED
)
- : TAO_ClientRequestInfo (_tao_invocation, _tao_target)
+ : TAO_ClientRequestInfo_i (_tao_invocation, _tao_target)
{}
Dynamic::ParameterList *
@@ -679,27 +679,27 @@ TAO_ClientRequestInfo_CORBA_Policy_policy_type_get::result (CORBA::PolicyType re
this->_result = result;
}
-class TAO_ClientRequestInfo_CORBA_Policy_copy : public TAO_ClientRequestInfo
+class TAO_ClientRequestInfo_CORBA_Policy_copy : public TAO_ClientRequestInfo_i
{
public:
TAO_ClientRequestInfo_CORBA_Policy_copy (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ TAO_ENV_ARG_DECL);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ TAO_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ TAO_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ TAO_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -717,7 +717,7 @@ TAO_ClientRequestInfo_CORBA_Policy_copy::TAO_ClientRequestInfo_CORBA_Policy_copy
CORBA::Object_ptr _tao_target
TAO_ENV_ARG_DECL_NOT_USED
)
- : TAO_ClientRequestInfo (_tao_invocation, _tao_target)
+ : TAO_ClientRequestInfo_i (_tao_invocation, _tao_target)
{}
Dynamic::ParameterList *
@@ -768,27 +768,27 @@ TAO_ClientRequestInfo_CORBA_Policy_copy::result (CORBA::Policy_ptr result)
this->_result = result;
}
-class TAO_ClientRequestInfo_CORBA_Policy_destroy : public TAO_ClientRequestInfo
+class TAO_ClientRequestInfo_CORBA_Policy_destroy : public TAO_ClientRequestInfo_i
{
public:
TAO_ClientRequestInfo_CORBA_Policy_destroy (
TAO_GIOP_Invocation *_tao_invocation,
CORBA::Object_ptr _tao_target
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ TAO_ENV_ARG_DECL);
virtual Dynamic::ParameterList * arguments (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ TAO_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Dynamic::ExceptionList * exceptions (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ TAO_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual CORBA::Any * result (
- TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ TAO_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -804,7 +804,7 @@ TAO_ClientRequestInfo_CORBA_Policy_destroy::TAO_ClientRequestInfo_CORBA_Policy_d
CORBA::Object_ptr _tao_target
TAO_ENV_ARG_DECL_NOT_USED
)
- : TAO_ClientRequestInfo (_tao_invocation, _tao_target)
+ : TAO_ClientRequestInfo_i (_tao_invocation, _tao_target)
{}
Dynamic::ParameterList *