summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Event_Utilities.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Event_Utilities.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Event_Utilities.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Event_Utilities.h b/TAO/orbsvcs/orbsvcs/Event_Utilities.h
index ce31c1afdaf..1b6671c5093 100644
--- a/TAO/orbsvcs/orbsvcs/Event_Utilities.h
+++ b/TAO/orbsvcs/orbsvcs/Event_Utilities.h
@@ -98,7 +98,7 @@ public:
CORBA::ULong qos_max_len = 0);
/// Death and destruction.
- ~ACE_ConsumerQOS_Factory (void);
+ ~ACE_ConsumerQOS_Factory ();
/**
* The Event Channel waits until all the children have accepted at
@@ -117,7 +117,7 @@ public:
/// The consumer wants all the events *except* the group that
/// follows.
- int start_negation (void);
+ int start_negation ();
/// Insert a bitmask filter, this acts as a quick rejection mechanism
/// for the subsequent filters.
@@ -136,7 +136,7 @@ public:
CORBA::ULong type_value);
/// Insert a node that accepts any event, useful for bitmask filters.
- int insert_null_terminator (void);
+ int insert_null_terminator ();
// = Insert operations add to the current conjunction or disjunction
// group. These return 0 on success, -1 on failure. Before insert
@@ -179,10 +179,10 @@ public:
/// Allows conversions to ConsumerQOS, which is expected by the
/// PushSupplierProxy::connect_push_consumer interface.
- const RtecEventChannelAdmin::ConsumerQOS &get_ConsumerQOS (void);
+ const RtecEventChannelAdmin::ConsumerQOS &get_ConsumerQOS ();
/// Calls this->get_ConsumerQOS.
- operator const RtecEventChannelAdmin::ConsumerQOS &(void);
+ operator const RtecEventChannelAdmin::ConsumerQOS &();
static void debug (const RtecEventChannelAdmin::ConsumerQOS& qos);
@@ -224,10 +224,10 @@ public:
/// Allows conversions to SupplierQOS, which is expected by the
/// PushSupplierProxy::connect_push_supplier interface.
- const RtecEventChannelAdmin::SupplierQOS &get_SupplierQOS (void);
+ const RtecEventChannelAdmin::SupplierQOS &get_SupplierQOS ();
/// Calls this->get_SupplierQOS().
- operator const RtecEventChannelAdmin::SupplierQOS &(void);
+ operator const RtecEventChannelAdmin::SupplierQOS &();
static void debug (const RtecEventChannelAdmin::SupplierQOS& qos);