summaryrefslogtreecommitdiff
path: root/TAO/tests/CSD_Strategy_Tests/TP_Test_4/ClientApp.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/CSD_Strategy_Tests/TP_Test_4/ClientApp.h')
-rw-r--r--TAO/tests/CSD_Strategy_Tests/TP_Test_4/ClientApp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/CSD_Strategy_Tests/TP_Test_4/ClientApp.h b/TAO/tests/CSD_Strategy_Tests/TP_Test_4/ClientApp.h
index 14691ecad41..1533218656c 100644
--- a/TAO/tests/CSD_Strategy_Tests/TP_Test_4/ClientApp.h
+++ b/TAO/tests/CSD_Strategy_Tests/TP_Test_4/ClientApp.h
@@ -20,8 +20,8 @@ class ClientApp : public TestAppBase
private:
// These are all called, in order, by the run_i() method.
int init(int argc, ACE_TCHAR* argv[]);
- void client_setup(void);
- int run_engine(void);
+ void client_setup();
+ int run_engine();
void cleanup();
// Helper methods used by the methods above.