diff options
Diffstat (limited to 'TAO/performance-tests/Latency/Thread_Pool/Client_Task.h')
-rw-r--r-- | TAO/performance-tests/Latency/Thread_Pool/Client_Task.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/performance-tests/Latency/Thread_Pool/Client_Task.h b/TAO/performance-tests/Latency/Thread_Pool/Client_Task.h index 476ee8bd23c..d9d933840c3 100644 --- a/TAO/performance-tests/Latency/Thread_Pool/Client_Task.h +++ b/TAO/performance-tests/Latency/Thread_Pool/Client_Task.h @@ -29,7 +29,7 @@ public: private: /// Make sure that the current thread has a connection available. - void validate_connection (ACE_ENV_SINGLE_ARG_DECL); + void validate_connection (void); private: /// The object reference used for this test |