summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/Basic/AdminProperties.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/Basic/AdminProperties.h')
-rw-r--r--TAO/orbsvcs/tests/Notify/Basic/AdminProperties.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/orbsvcs/tests/Notify/Basic/AdminProperties.h b/TAO/orbsvcs/tests/Notify/Basic/AdminProperties.h
index 44abf483bf7..f1a5eb3d8e4 100644
--- a/TAO/orbsvcs/tests/Notify/Basic/AdminProperties.h
+++ b/TAO/orbsvcs/tests/Notify/Basic/AdminProperties.h
@@ -101,16 +101,16 @@ public:
// Initialization.
- void run_test (ACE_ENV_SINGLE_ARG_DECL);
+ void run_test (void);
// Run the test.
private:
- void create_suppliers (ACE_ENV_SINGLE_ARG_DECL);
- void create_consumers (ACE_ENV_SINGLE_ARG_DECL);
+ void create_suppliers (void);
+ void create_consumers (void);
void create_channel(bool reject ACE_ENV_ARG_DECL);
/// Test MaxSuppliers and MaxConsumers
- void test_max_clients (ACE_ENV_SINGLE_ARG_DECL);
+ void test_max_clients (void);
/// Test MaxQueueLength properties
void test_max_queue_length (bool reject ACE_ENV_ARG_DECL);