summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors/Bug_3080/Client_Request_Interceptor.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Portable_Interceptors/Bug_3080/Client_Request_Interceptor.h')
-rw-r--r--TAO/tests/Portable_Interceptors/Bug_3080/Client_Request_Interceptor.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tests/Portable_Interceptors/Bug_3080/Client_Request_Interceptor.h b/TAO/tests/Portable_Interceptors/Bug_3080/Client_Request_Interceptor.h
index cb3426d1ee7..1f0022bb517 100644
--- a/TAO/tests/Portable_Interceptors/Bug_3080/Client_Request_Interceptor.h
+++ b/TAO/tests/Portable_Interceptors/Bug_3080/Client_Request_Interceptor.h
@@ -28,7 +28,7 @@ class Client_Request_Interceptor
{
public:
/// Constructor.
- Client_Request_Interceptor (void);
+ Client_Request_Interceptor ();
/**
* @name Methods Required by the Client Request Interceptor
@@ -40,9 +40,9 @@ public:
*/
//@{
/// Return the name of this ClientRequestinterceptor.
- virtual char * name (void);
+ virtual char * name ();
- virtual void destroy (void);
+ virtual void destroy ();
virtual void send_request (
PortableInterceptor::ClientRequestInfo_ptr ri);