summaryrefslogtreecommitdiff
path: root/TAO/tests/CSD_Strategy_Tests/TP_Test_3/ClientApp.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/CSD_Strategy_Tests/TP_Test_3/ClientApp.h')
-rw-r--r--TAO/tests/CSD_Strategy_Tests/TP_Test_3/ClientApp.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/tests/CSD_Strategy_Tests/TP_Test_3/ClientApp.h b/TAO/tests/CSD_Strategy_Tests/TP_Test_3/ClientApp.h
index 8d8bf95dcd7..8160a063995 100644
--- a/TAO/tests/CSD_Strategy_Tests/TP_Test_3/ClientApp.h
+++ b/TAO/tests/CSD_Strategy_Tests/TP_Test_3/ClientApp.h
@@ -24,12 +24,12 @@ class ClientApp : public TestAppBase
private:
// These are all called, in order, by the run_i() method.
int init(int argc, ACE_TCHAR* argv[]);
- void poa_setup(void);
- void csd_setup(void);
- void client_setup(void);
- void poa_activate(void);
+ void poa_setup();
+ void csd_setup();
+ void client_setup();
+ void poa_activate();
void run_clients();
- void run_orb_event_loop(void);
+ void run_orb_event_loop();
bool check_validity ();
void cleanup();