summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors/Collocated/Dynamic/interceptors.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Portable_Interceptors/Collocated/Dynamic/interceptors.h')
-rw-r--r--TAO/tests/Portable_Interceptors/Collocated/Dynamic/interceptors.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/TAO/tests/Portable_Interceptors/Collocated/Dynamic/interceptors.h b/TAO/tests/Portable_Interceptors/Collocated/Dynamic/interceptors.h
index 4fc60a541bc..27ee8755b50 100644
--- a/TAO/tests/Portable_Interceptors/Collocated/Dynamic/interceptors.h
+++ b/TAO/tests/Portable_Interceptors/Collocated/Dynamic/interceptors.h
@@ -41,8 +41,7 @@ public:
virtual void send_request (PortableInterceptor::ClientRequestInfo_ptr ri);
virtual void receive_other (
- PortableInterceptor::ClientRequestInfo_ptr
- );
+ PortableInterceptor::ClientRequestInfo_ptr);
virtual void receive_reply (PortableInterceptor::ClientRequestInfo_ptr ri);
@@ -80,9 +79,7 @@ public:
virtual void send_exception (PortableInterceptor::ServerRequestInfo_ptr ri);
- virtual void send_other (
- PortableInterceptor::ServerRequestInfo_ptr
- );
+ virtual void send_other (PortableInterceptor::ServerRequestInfo_ptr);
// Some identifiers that are used for error checking
static CORBA::ULong server_interceptor_check_;