summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Log/EventLog_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Log/EventLog_i.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Log/EventLog_i.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Log/EventLog_i.h b/TAO/orbsvcs/orbsvcs/Log/EventLog_i.h
index 545591ad31a..43f5f543dbd 100644
--- a/TAO/orbsvcs/orbsvcs/Log/EventLog_i.h
+++ b/TAO/orbsvcs/orbsvcs/Log/EventLog_i.h
@@ -82,22 +82,22 @@ public:
/// Destroy the log object and all contained records.
void
- destroy (ACE_ENV_SINGLE_ARG_DECL)
+ destroy (void)
ACE_THROW_SPEC ((CORBA::SystemException));
/// Activate the EventLog.
void
- activate (ACE_ENV_SINGLE_ARG_DECL);
+ activate (void);
// = The CosEventChannelAdmin::EventChannel interface methods.
CosEventChannelAdmin::ConsumerAdmin_ptr
- for_consumers (ACE_ENV_SINGLE_ARG_DECL)
+ for_consumers (void)
ACE_THROW_SPEC ((
CORBA::SystemException
));
CosEventChannelAdmin::SupplierAdmin_ptr
- for_suppliers (ACE_ENV_SINGLE_ARG_DECL)
+ for_suppliers (void)
ACE_THROW_SPEC ((
CORBA::SystemException
));