summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors/Bug_3080/Client_Request_Interceptor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Portable_Interceptors/Bug_3080/Client_Request_Interceptor.cpp')
-rw-r--r--TAO/tests/Portable_Interceptors/Bug_3080/Client_Request_Interceptor.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tests/Portable_Interceptors/Bug_3080/Client_Request_Interceptor.cpp b/TAO/tests/Portable_Interceptors/Bug_3080/Client_Request_Interceptor.cpp
index 696af631cbd..98c570dbe97 100644
--- a/TAO/tests/Portable_Interceptors/Bug_3080/Client_Request_Interceptor.cpp
+++ b/TAO/tests/Portable_Interceptors/Bug_3080/Client_Request_Interceptor.cpp
@@ -3,7 +3,7 @@
#include "testC.h"
#include "ace/Log_Msg.h"
-Client_Request_Interceptor::Client_Request_Interceptor (void)
+Client_Request_Interceptor::Client_Request_Interceptor ()
: request_count_ (0),
receive_exception_count_ (0)
{
@@ -22,13 +22,13 @@ Client_Request_Interceptor::request_count () const
}
char *
-Client_Request_Interceptor::name (void)
+Client_Request_Interceptor::name ()
{
return CORBA::string_dup ("Client_Request_Interceptor");
}
void
-Client_Request_Interceptor::destroy (void)
+Client_Request_Interceptor::destroy ()
{
}