summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/POA/Demux/demux_test_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/POA/Demux/demux_test_client.h')
-rw-r--r--TAO/performance-tests/POA/Demux/demux_test_client.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/TAO/performance-tests/POA/Demux/demux_test_client.h b/TAO/performance-tests/POA/Demux/demux_test_client.h
index 7b0a3714f32..9a2ab30a4d3 100644
--- a/TAO/performance-tests/POA/Demux/demux_test_client.h
+++ b/TAO/performance-tests/POA/Demux/demux_test_client.h
@@ -38,7 +38,7 @@ public:
WORST
};
- typedef void (*OP_PTR) (Demux_Test_ptr ACE_ENV_ARG_DECL_NOT_USED);
+ typedef void (*OP_PTR) (Demux_Test_ptr);
struct Operation_DB_Entry
{
@@ -51,10 +51,10 @@ public:
~Demux_Test_Client (void);
// DTOR
- int init (int argc, char *argv [] ACE_ENV_ARG_DECL_WITH_DEFAULTS);
+ int init (int argc, char *argv []);
// initialize the client test bed
- int run (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS);
+ int run (void);
// run the tests
private:
@@ -65,16 +65,16 @@ private:
int init_operation_db (void);
// initialize the operation database
- int run_linear_test (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS);
+ int run_linear_test (void);
// run linear strategy
- int run_random_test (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS);
+ int run_random_test (void);
// run random strategy
- int run_best_test (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS);
+ int run_best_test (void);
// run best strategy (w.r.t to linear)
- int run_worst_test (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS);
+ int run_worst_test (void);
// run worst strategy (w.r.t to linear)
int print_results (void);