summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/CSD_Strategy/TestApps/ClientApp.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/CSD_Strategy/TestApps/ClientApp.h')
-rw-r--r--TAO/performance-tests/CSD_Strategy/TestApps/ClientApp.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/performance-tests/CSD_Strategy/TestApps/ClientApp.h b/TAO/performance-tests/CSD_Strategy/TestApps/ClientApp.h
index 9136ff9d27e..7b211e03de0 100644
--- a/TAO/performance-tests/CSD_Strategy/TestApps/ClientApp.h
+++ b/TAO/performance-tests/CSD_Strategy/TestApps/ClientApp.h
@@ -28,15 +28,15 @@ class ClientApp : public TestAppBase
protected:
- virtual int run_i(int argc, char* argv[] ACE_ENV_ARG_DECL);
+ virtual int run_i(int argc, char* argv[]);
private:
// These are all called, in order, by the run_i() method.
- int init(int argc, char* argv[] ACE_ENV_ARG_DECL);
- void client_setup(ACE_ENV_SINGLE_ARG_DECL);
- int run_engine(ACE_ENV_SINGLE_ARG_DECL);
+ int init(int argc, char* argv[]);
+ void client_setup(void);
+ int run_engine(void);
void cleanup();
// Helper methods used by the methods above.