summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Sequence_Latency/Thread_Pool/Client_Task.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/Sequence_Latency/Thread_Pool/Client_Task.h')
-rw-r--r--TAO/performance-tests/Sequence_Latency/Thread_Pool/Client_Task.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/TAO/performance-tests/Sequence_Latency/Thread_Pool/Client_Task.h b/TAO/performance-tests/Sequence_Latency/Thread_Pool/Client_Task.h
index 340878b4354..59fd29d7eed 100644
--- a/TAO/performance-tests/Sequence_Latency/Thread_Pool/Client_Task.h
+++ b/TAO/performance-tests/Sequence_Latency/Thread_Pool/Client_Task.h
@@ -31,15 +31,15 @@ public:
private:
/// Make sure that the current thread has a connection available.
- void validate_connection (ACE_ENV_SINGLE_ARG_DECL);
+ void validate_connection (void);
/// Some performance test methods
- void test_octet_seq (ACE_ENV_SINGLE_ARG_DECL);
- void test_long_seq (ACE_ENV_SINGLE_ARG_DECL);
- void test_short_seq (ACE_ENV_SINGLE_ARG_DECL);
- void test_char_seq (ACE_ENV_SINGLE_ARG_DECL);
- void test_longlong_seq (ACE_ENV_SINGLE_ARG_DECL);
- void test_double_seq (ACE_ENV_SINGLE_ARG_DECL);
+ 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);
private:
/// The data type of the sequence load to be tested