diff options
Diffstat (limited to 'TAO/tests/Client_Leaks/Client_Task.h')
-rw-r--r-- | TAO/tests/Client_Leaks/Client_Task.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/Client_Leaks/Client_Task.h b/TAO/tests/Client_Leaks/Client_Task.h index 573697926b1..b6df65e973e 100644 --- a/TAO/tests/Client_Leaks/Client_Task.h +++ b/TAO/tests/Client_Leaks/Client_Task.h @@ -29,10 +29,10 @@ public: private: /// Run one iteration of the test - int one_iteration (ACE_ENV_SINGLE_ARG_DECL); + int one_iteration (void); /// Make sure that the thread has a connection available - void validate_connection (ACE_ENV_SINGLE_ARG_DECL); + void validate_connection (void); private: /// Reference to the test interface |