summaryrefslogtreecommitdiff
path: root/TAO/tao/ClientRequestInterceptor_Adapter.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-01-24 13:42:44 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-01-24 13:42:44 +0000
commit1ce4bfe566cacc77785f53a0133d4c40f1d4146b (patch)
tree847cc2e50062a205e1c6b9d74eafe66e135e9b73 /TAO/tao/ClientRequestInterceptor_Adapter.h
parent58c2d4f3d71d8c8258a9e659a37ca03e5f4bc5cf (diff)
downloadATCD-1ce4bfe566cacc77785f53a0133d4c40f1d4146b.tar.gz
Wed Jan 24 12:25:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/ClientRequestInterceptor_Adapter.h')
-rw-r--r--TAO/tao/ClientRequestInterceptor_Adapter.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/TAO/tao/ClientRequestInterceptor_Adapter.h b/TAO/tao/ClientRequestInterceptor_Adapter.h
index 45edce1884e..c3b86edf0a2 100644
--- a/TAO/tao/ClientRequestInterceptor_Adapter.h
+++ b/TAO/tao/ClientRequestInterceptor_Adapter.h
@@ -78,35 +78,35 @@ namespace TAO
/// This method implements one of the "starting" client side
/// interception points.
virtual void send_request (Invocation_Base &invocation
- ACE_ENV_ARG_DECL) = 0;
+ ) = 0;
/// This method implements one of the "ending" client side
/// interception point.
virtual void receive_reply (Invocation_Base &invocation
- ACE_ENV_ARG_DECL) = 0;
+ ) = 0;
/// This method implements one of the "ending" client side
/// interception point.
virtual void receive_exception (Invocation_Base &invocation
- ACE_ENV_ARG_DECL) = 0;
+ ) = 0;
/// This method implements one of the "ending" client side
/// interception point.
virtual void receive_other (Invocation_Base &invocation
- ACE_ENV_ARG_DECL) = 0;
+ ) = 0;
/// Register an interceptor.
virtual void add_interceptor (
PortableInterceptor::ClientRequestInterceptor_ptr interceptor
- ACE_ENV_ARG_DECL) = 0;
+ ) = 0;
/// Register an interceptor with policies.
virtual void add_interceptor (
PortableInterceptor::ClientRequestInterceptor_ptr interceptor,
const CORBA::PolicyList& policies
- ACE_ENV_ARG_DECL) = 0;
+ ) = 0;
- virtual void destroy_interceptors (ACE_ENV_SINGLE_ARG_DECL) = 0;
+ virtual void destroy_interceptors (void) = 0;
/// Convert TAO Invocation status to a PI status
virtual PortableInterceptor::ReplyStatus reply_status (