summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Sequence_Latency/Thread_Per_Connection/Client_Task.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/Sequence_Latency/Thread_Per_Connection/Client_Task.h')
-rw-r--r--TAO/performance-tests/Sequence_Latency/Thread_Per_Connection/Client_Task.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/TAO/performance-tests/Sequence_Latency/Thread_Per_Connection/Client_Task.h b/TAO/performance-tests/Sequence_Latency/Thread_Per_Connection/Client_Task.h
index 0bd8f60bd15..531173d8acd 100644
--- a/TAO/performance-tests/Sequence_Latency/Thread_Per_Connection/Client_Task.h
+++ b/TAO/performance-tests/Sequence_Latency/Thread_Per_Connection/Client_Task.h
@@ -28,15 +28,15 @@ public:
private:
/// Make sure that the current thread has a connection available.
- void validate_connection (void);
+ void validate_connection ();
/// Some performance test methods
- void test_octet_seq (void);
- void test_long_seq (void);
- void test_short_seq (void);
- void test_char_seq (void);
- void test_longlong_seq (void);
- void test_double_seq (void);
+ void test_octet_seq ();
+ void test_long_seq ();
+ void test_short_seq ();
+ void test_char_seq ();
+ void test_longlong_seq ();
+ void test_double_seq ();
private:
/// The data type of the sequence load to be tested