summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Log/RTEventLogFactory_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Log/RTEventLogFactory_i.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Log/RTEventLogFactory_i.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Log/RTEventLogFactory_i.h b/TAO/orbsvcs/orbsvcs/Log/RTEventLogFactory_i.h
index 335f2d86a52..4b2d5889cb2 100644
--- a/TAO/orbsvcs/orbsvcs/Log/RTEventLogFactory_i.h
+++ b/TAO/orbsvcs/orbsvcs/Log/RTEventLogFactory_i.h
@@ -63,8 +63,7 @@ public:
/// pointer to it.
int
init (CORBA::ORB_ptr orb,
- PortableServer::POA_ptr poa
- ACE_ENV_ARG_DECL);
+ PortableServer::POA_ptr poa);
/// Activate this servant
RTEventLogAdmin::EventLogFactory_ptr
@@ -76,7 +75,6 @@ public:
CORBA::ULongLong max_size,
const DsLogAdmin::CapacityAlarmThresholdList & thresholds,
DsLogAdmin::LogId_out id
- ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException,
@@ -90,7 +88,6 @@ public:
DsLogAdmin::LogFullActionType full_action,
CORBA::ULongLong max_size,
const DsLogAdmin::CapacityAlarmThresholdList & thresholds
- ACE_ENV_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException,
@@ -101,7 +98,6 @@ public:
// = Implementation of the RtecEventChannelAdmin::ConsumerAdmin methods.
RtecEventChannelAdmin::ProxyPushSupplier_ptr obtain_push_supplier (
- ACE_ENV_SINGLE_ARG_DECL
)
ACE_THROW_SPEC ((
CORBA::SystemException
@@ -112,8 +108,7 @@ protected:
create_repositoryid ();
virtual PortableServer::ServantBase*
- create_log_servant (DsLogAdmin::LogId id
- ACE_ENV_ARG_DECL);
+ create_log_servant (DsLogAdmin::LogId id);
/// Our object ref. after <active>ation.
DsLogAdmin::LogMgr_var log_mgr_;