summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors/ForwardRequest/Server_Request_Interceptor.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Portable_Interceptors/ForwardRequest/Server_Request_Interceptor.h')
-rw-r--r--TAO/tests/Portable_Interceptors/ForwardRequest/Server_Request_Interceptor.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tests/Portable_Interceptors/ForwardRequest/Server_Request_Interceptor.h b/TAO/tests/Portable_Interceptors/ForwardRequest/Server_Request_Interceptor.h
index 9d7bb209a90..0afdbc2cc13 100644
--- a/TAO/tests/Portable_Interceptors/ForwardRequest/Server_Request_Interceptor.h
+++ b/TAO/tests/Portable_Interceptors/ForwardRequest/Server_Request_Interceptor.h
@@ -58,7 +58,7 @@ class Server_Request_Interceptor
{
public:
/// Constructor.
- Server_Request_Interceptor (void);
+ Server_Request_Interceptor ();
/// Set the references to which requests will be forwarded.
virtual void forward_references (CORBA::Object_ptr obj1,
@@ -74,9 +74,9 @@ public:
*/
//@{
/// Return the name of this ServerRequestinterceptor.
- virtual char * name (void);
+ virtual char * name ();
- virtual void destroy (void);
+ virtual void destroy ();
virtual void receive_request_service_contexts (
PortableInterceptor::ServerRequestInfo_ptr ri);
@@ -96,7 +96,7 @@ public:
protected:
/// Destructor.
- ~Server_Request_Interceptor (void);
+ ~Server_Request_Interceptor ();
private:
/// The number of requests intercepted by this interceptor.