summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors/AMI/Client_Interceptor.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Portable_Interceptors/AMI/Client_Interceptor.h')
-rw-r--r--TAO/tests/Portable_Interceptors/AMI/Client_Interceptor.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tests/Portable_Interceptors/AMI/Client_Interceptor.h b/TAO/tests/Portable_Interceptors/AMI/Client_Interceptor.h
index 9caeacbf816..423d2b4c3c5 100644
--- a/TAO/tests/Portable_Interceptors/AMI/Client_Interceptor.h
+++ b/TAO/tests/Portable_Interceptors/AMI/Client_Interceptor.h
@@ -16,17 +16,17 @@ class Echo_Client_Request_Interceptor
, public virtual ::CORBA::LocalObject
{
public:
- Echo_Client_Request_Interceptor (void);
+ Echo_Client_Request_Interceptor ();
static unsigned long request_count;
static unsigned long reply_count;
static unsigned long other_count;
static unsigned long exception_count;
- virtual char * name (void);
+ virtual char * name ();
// Canonical name of the interceptor.
- virtual void destroy (void);
+ virtual void destroy ();
virtual void send_poll (PortableInterceptor::ClientRequestInfo_ptr);