summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Log/LogNotification.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Log/LogNotification.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Log/LogNotification.h51
1 files changed, 18 insertions, 33 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Log/LogNotification.h b/TAO/orbsvcs/orbsvcs/Log/LogNotification.h
index 32b68ecae1f..c16782d6fe9 100644
--- a/TAO/orbsvcs/orbsvcs/Log/LogNotification.h
+++ b/TAO/orbsvcs/orbsvcs/Log/LogNotification.h
@@ -49,16 +49,15 @@ public:
virtual ~TAO_LogNotification (void);
/// Event generated when a new log is created.
- void object_creation (DsLogAdmin::LogId id ACE_ENV_ARG_DECL)
+ void object_creation (DsLogAdmin::LogId id)
ACE_THROW_SPEC ((CORBA::SystemException));
/// Event generated when a new log is deleted.
- void object_deletion (DsLogAdmin::LogId id ACE_ENV_ARG_DECL)
+ void object_deletion (DsLogAdmin::LogId id)
ACE_THROW_SPEC ((CORBA::SystemException));
/// Event generated.
- void processing_error_alarm (CORBA::ULong error_num, const char* error_string
- ACE_ENV_ARG_DECL)
+ void processing_error_alarm (CORBA::ULong error_num, const char* error_string)
ACE_THROW_SPEC ((CORBA::SystemException));
/// AttributeValueChange event generation method.
@@ -66,100 +65,88 @@ public:
DsLogAdmin::LogId id,
DsLogNotification::AttributeType type,
CORBA::Any oldValue,
- CORBA::Any newValue ACE_ENV_ARG_DECL)
+ CORBA::Any newValue)
ACE_THROW_SPEC ((CORBA::SystemException));
/// AttributeValueChange event generation method.
void capacity_alarm_threshold_value_change (DsLogAdmin::Log_ptr log,
DsLogAdmin::LogId id,
const DsLogAdmin::CapacityAlarmThresholdList& oldValue,
- const DsLogAdmin::CapacityAlarmThresholdList& newValue
- ACE_ENV_ARG_DECL)
+ const DsLogAdmin::CapacityAlarmThresholdList& newValue)
ACE_THROW_SPEC ((CORBA::SystemException));
/// AttributeValueChange event generation method.
void log_full_action_value_change (DsLogAdmin::Log_ptr log,
DsLogAdmin::LogId id,
CORBA::ULong oldValue,
- CORBA::ULong newValue
- ACE_ENV_ARG_DECL)
+ CORBA::ULong newValue)
ACE_THROW_SPEC ((CORBA::SystemException));
/// AttributeValueChange event generation method.
void max_log_size_value_change (DsLogAdmin::Log_ptr log,
DsLogAdmin::LogId id,
CORBA::ULongLong oldValue,
- CORBA::ULongLong newValue
- ACE_ENV_ARG_DECL)
+ CORBA::ULongLong newValue)
ACE_THROW_SPEC ((CORBA::SystemException));
/// AttributeValueChange event generation method.
void start_time_value_change (DsLogAdmin::Log_ptr log,
DsLogAdmin::LogId id,
DsLogAdmin::TimeT oldValue,
- DsLogAdmin::TimeT newValue
- ACE_ENV_ARG_DECL)
+ DsLogAdmin::TimeT newValue)
ACE_THROW_SPEC ((CORBA::SystemException));
/// AttributeValueChange event generation method.
void stop_time_value_change (DsLogAdmin::Log_ptr log,
DsLogAdmin::LogId id,
DsLogAdmin::TimeT oldValue,
- DsLogAdmin::TimeT newValue
- ACE_ENV_ARG_DECL)
+ DsLogAdmin::TimeT newValue)
ACE_THROW_SPEC ((CORBA::SystemException));
/// AttributeValueChange event generation method.
void week_mask_value_change (DsLogAdmin::Log_ptr log,
DsLogAdmin::LogId id,
const DsLogAdmin::WeekMask& oldValue,
- const DsLogAdmin::WeekMask& newValue
- ACE_ENV_ARG_DECL)
+ const DsLogAdmin::WeekMask& newValue)
ACE_THROW_SPEC ((CORBA::SystemException));
/// AttributeValueChange event generation method.
void max_record_life_value_change (DsLogAdmin::Log_ptr log,
DsLogAdmin::LogId id,
CORBA::ULong oldValue,
- CORBA::ULong newValue
- ACE_ENV_ARG_DECL)
+ CORBA::ULong newValue)
ACE_THROW_SPEC ((CORBA::SystemException));
/// AttributeValueChange event generation method.
void quality_of_service_value_change (DsLogAdmin::Log_ptr log,
DsLogAdmin::LogId id,
const DsLogAdmin::QoSList& oldValue,
- const DsLogAdmin::QoSList& newValue
- ACE_ENV_ARG_DECL)
+ const DsLogAdmin::QoSList& newValue)
ACE_THROW_SPEC ((CORBA::SystemException));
/// StateChange event generation method.
void state_change (DsLogAdmin::Log_ptr log,
DsLogAdmin::LogId id,
DsLogNotification::StateType type,
- CORBA::Any newValue
- ACE_ENV_ARG_DECL)
+ CORBA::Any newValue)
ACE_THROW_SPEC ((CORBA::SystemException));
/// StateChange event generation method.
void administrative_state_change (DsLogAdmin::Log_ptr log,
DsLogAdmin::LogId id,
- DsLogAdmin::AdministrativeState newValue
- ACE_ENV_ARG_DECL)
+ DsLogAdmin::AdministrativeState newValue)
ACE_THROW_SPEC ((CORBA::SystemException));
/// StateChange event generation method.
void operational_state_change (DsLogAdmin::Log_ptr log,
DsLogAdmin::LogId id,
- DsLogAdmin::OperationalState newValue
- ACE_ENV_ARG_DECL)
+ DsLogAdmin::OperationalState newValue)
ACE_THROW_SPEC ((CORBA::SystemException));
/// StateChange event generation method.
void forwarding_state_change (DsLogAdmin::Log_ptr log,
DsLogAdmin::LogId id,
- DsLogAdmin::ForwardingState newValue
- ACE_ENV_ARG_DECL)
+ DsLogAdmin::ForwardingState newValue)
ACE_THROW_SPEC ((CORBA::SystemException));
/// StateChange event generation method.
@@ -167,14 +154,12 @@ public:
DsLogAdmin::LogId id,
DsLogAdmin::Threshold crossedValue,
DsLogAdmin::Threshold observedValue,
- DsLogNotification::PerceivedSeverityType severity
- ACE_ENV_ARG_DECL)
+ DsLogNotification::PerceivedSeverityType severity)
ACE_THROW_SPEC ((CORBA::SystemException));
/// Method overriden by by event-aware logging services to cause
/// a notification event to be sent.
- virtual void send_notification (const CORBA::Any &
- ACE_ENV_ARG_DECL)
+ virtual void send_notification (const CORBA::Any &)
ACE_THROW_SPEC ((CORBA::SystemException));
};