summaryrefslogtreecommitdiff
path: root/TAO/performance-tests
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests')
-rw-r--r--TAO/performance-tests/Latency/AMI/Roundtrip_Handler.cpp2
-rw-r--r--TAO/performance-tests/Latency/AMI/Roundtrip_Handler.h2
-rw-r--r--TAO/performance-tests/Sequence_Latency/AMI/Roundtrip_Handler.cpp2
-rw-r--r--TAO/performance-tests/Sequence_Latency/AMI/Roundtrip_Handler.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/TAO/performance-tests/Latency/AMI/Roundtrip_Handler.cpp b/TAO/performance-tests/Latency/AMI/Roundtrip_Handler.cpp
index 981b3480ff6..a7b12e089c8 100644
--- a/TAO/performance-tests/Latency/AMI/Roundtrip_Handler.cpp
+++ b/TAO/performance-tests/Latency/AMI/Roundtrip_Handler.cpp
@@ -7,7 +7,7 @@ Roundtrip_Handler::Roundtrip_Handler (int expected_callbacks)
}
int
-Roundtrip_Handler::pending_callbacks (void) const
+Roundtrip_Handler::pending_callbacks () const
{
return this->pending_callbacks_;
}
diff --git a/TAO/performance-tests/Latency/AMI/Roundtrip_Handler.h b/TAO/performance-tests/Latency/AMI/Roundtrip_Handler.h
index 1c5482c6a3f..b7f3332e45a 100644
--- a/TAO/performance-tests/Latency/AMI/Roundtrip_Handler.h
+++ b/TAO/performance-tests/Latency/AMI/Roundtrip_Handler.h
@@ -15,7 +15,7 @@ public:
Roundtrip_Handler (int expected_callbacks);
/// Return the number of pending callbacks
- int pending_callbacks (void) const;
+ int pending_callbacks () const;
/// Dump the results
void dump_results (ACE_High_Res_Timer::global_scale_factor_type gsf);
diff --git a/TAO/performance-tests/Sequence_Latency/AMI/Roundtrip_Handler.cpp b/TAO/performance-tests/Sequence_Latency/AMI/Roundtrip_Handler.cpp
index ae2ce1f7833..63acb1c980c 100644
--- a/TAO/performance-tests/Sequence_Latency/AMI/Roundtrip_Handler.cpp
+++ b/TAO/performance-tests/Sequence_Latency/AMI/Roundtrip_Handler.cpp
@@ -7,7 +7,7 @@ Roundtrip_Handler::Roundtrip_Handler (int expected_callbacks)
}
int
-Roundtrip_Handler::pending_callbacks (void) const
+Roundtrip_Handler::pending_callbacks () const
{
return this->pending_callbacks_;
}
diff --git a/TAO/performance-tests/Sequence_Latency/AMI/Roundtrip_Handler.h b/TAO/performance-tests/Sequence_Latency/AMI/Roundtrip_Handler.h
index 1689bf80ef4..15644ab0415 100644
--- a/TAO/performance-tests/Sequence_Latency/AMI/Roundtrip_Handler.h
+++ b/TAO/performance-tests/Sequence_Latency/AMI/Roundtrip_Handler.h
@@ -15,7 +15,7 @@ public:
Roundtrip_Handler (int expected_callbacks);
/// Return the number of pending callbacks
- int pending_callbacks (void) const;
+ int pending_callbacks () const;
/// Dump the results
void dump_results (ACE_High_Res_Timer::global_scale_factor_type gsf);