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.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/TAO/orbsvcs/tests/Notify/Basic/AdminProperties.h b/TAO/orbsvcs/tests/Notify/Basic/AdminProperties.h
index f1a5eb3d8e4..91f171853f5 100644
--- a/TAO/orbsvcs/tests/Notify/Basic/AdminProperties.h
+++ b/TAO/orbsvcs/tests/Notify/Basic/AdminProperties.h
@@ -32,7 +32,6 @@ public:
// = StructuredPushSupplier methods
virtual void push_structured_event (const CosNotification::StructuredEvent & notification
- ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException,
@@ -107,13 +106,13 @@ public:
private:
void create_suppliers (void);
void create_consumers (void);
- void create_channel(bool reject ACE_ENV_ARG_DECL);
+ void create_channel(bool reject);
/// Test MaxSuppliers and MaxConsumers
void test_max_clients (void);
/// Test MaxQueueLength properties
- void test_max_queue_length (bool reject ACE_ENV_ARG_DECL);
+ void test_max_queue_length (bool reject);
// Data Members
CosNotifyChannelAdmin::EventChannel_var ec_;