summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Pluggable/PP_Test_Client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/Pluggable/PP_Test_Client.cpp')
-rw-r--r--TAO/performance-tests/Pluggable/PP_Test_Client.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/performance-tests/Pluggable/PP_Test_Client.cpp b/TAO/performance-tests/Pluggable/PP_Test_Client.cpp
index 7149a2ddb4c..784745f6ab9 100644
--- a/TAO/performance-tests/Pluggable/PP_Test_Client.cpp
+++ b/TAO/performance-tests/Pluggable/PP_Test_Client.cpp
@@ -103,7 +103,7 @@ PP_Test_Client::read_ior (ACE_TCHAR *filename)
// Parses the command line arguments and returns an error status.
int
-PP_Test_Client::parse_args (void)
+PP_Test_Client::parse_args ()
{
ACE_Get_Opt get_opts (argc_, argv_, ACE_TEXT("ovdn:f:k:x"));
int c;
@@ -164,7 +164,7 @@ PP_Test_Client::parse_args (void)
// Oneway test.
void
-PP_Test_Client::send_oneway (void)
+PP_Test_Client::send_oneway ()
{
try
{
@@ -183,7 +183,7 @@ PP_Test_Client::send_oneway (void)
// Twoway test.
void
-PP_Test_Client::send_void (void)
+PP_Test_Client::send_void ()
{
try
{
@@ -272,7 +272,7 @@ PP_Test_Client::shutdown_server (int do_shutdown)
}
int
-PP_Test_Client::run_oneway (void)
+PP_Test_Client::run_oneway ()
{
try
{
@@ -310,7 +310,7 @@ PP_Test_Client::run_oneway (void)
}
int
-PP_Test_Client::run_void (void)
+PP_Test_Client::run_void ()
{
try
{
@@ -347,7 +347,7 @@ PP_Test_Client::run_void (void)
return this->error_count_ == 0 ? 0 : 1;
}
-PP_Test_Client::~PP_Test_Client (void)
+PP_Test_Client::~PP_Test_Client ()
{
// Free resources and close the IOR files.
if (this->factory_ior_file_)