summaryrefslogtreecommitdiff
path: root/TAO/interop-tests/CdrOutArg/orbix/server_interceptor.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/interop-tests/CdrOutArg/orbix/server_interceptor.h')
-rw-r--r--TAO/interop-tests/CdrOutArg/orbix/server_interceptor.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/interop-tests/CdrOutArg/orbix/server_interceptor.h b/TAO/interop-tests/CdrOutArg/orbix/server_interceptor.h
index 019e4210026..2235d3beb57 100644
--- a/TAO/interop-tests/CdrOutArg/orbix/server_interceptor.h
+++ b/TAO/interop-tests/CdrOutArg/orbix/server_interceptor.h
@@ -10,16 +10,16 @@ class Echo_Server_Request_Interceptor
{
// = Server-side echo interceptor. For checking interceptor visually only.
public:
- Echo_Server_Request_Interceptor (void);
+ Echo_Server_Request_Interceptor ();
// cotr.
~Echo_Server_Request_Interceptor ();
// dotr.
- virtual char * name (void);
+ virtual char * name ();
// Canonical name of the interceptor.
- virtual void destroy (void);
+ virtual void destroy ();
virtual void receive_request (PortableInterceptor::ServerRequestInfo_ptr ri);