summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Event/EC_ProxyConsumer.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Event/EC_ProxyConsumer.inl')
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/EC_ProxyConsumer.inl14
1 files changed, 7 insertions, 7 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Event/EC_ProxyConsumer.inl b/TAO/orbsvcs/orbsvcs/Event/EC_ProxyConsumer.inl
index fce2b690b8c..e30a5788f06 100644
--- a/TAO/orbsvcs/orbsvcs/Event/EC_ProxyConsumer.inl
+++ b/TAO/orbsvcs/orbsvcs/Event/EC_ProxyConsumer.inl
@@ -2,13 +2,13 @@
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
ACE_INLINE CORBA::Boolean
-TAO_EC_ProxyPushConsumer::is_connected_i (void) const
+TAO_EC_ProxyPushConsumer::is_connected_i () const
{
return this->connected_;
}
ACE_INLINE CORBA::Boolean
-TAO_EC_ProxyPushConsumer::is_connected (void) const
+TAO_EC_ProxyPushConsumer::is_connected () const
{
ACE_GUARD_RETURN (ACE_Lock, ace_mon, *this->lock_, false);
@@ -16,7 +16,7 @@ TAO_EC_ProxyPushConsumer::is_connected (void) const
}
ACE_INLINE RtecEventComm::PushSupplier_ptr
-TAO_EC_ProxyPushConsumer::supplier (void) const
+TAO_EC_ProxyPushConsumer::supplier () const
{
ACE_GUARD_RETURN (ACE_Lock, ace_mon, *this->lock_, 0);
return RtecEventComm::PushSupplier::_duplicate (this->supplier_.in ());
@@ -37,7 +37,7 @@ TAO_EC_ProxyPushConsumer::supplier (RtecEventComm::PushSupplier_ptr supplier)
}
ACE_INLINE const RtecEventChannelAdmin::SupplierQOS&
-TAO_EC_ProxyPushConsumer::publications (void) const
+TAO_EC_ProxyPushConsumer::publications () const
{
// @@ TODO There should some way to signal errors here.
ACE_GUARD_RETURN (ACE_Lock, ace_mon, *this->lock_, this->qos_);
@@ -46,13 +46,13 @@ TAO_EC_ProxyPushConsumer::publications (void) const
}
ACE_INLINE const RtecEventChannelAdmin::SupplierQOS&
-TAO_EC_ProxyPushConsumer::publications_i (void) const
+TAO_EC_ProxyPushConsumer::publications_i () const
{
return this->qos_;
}
ACE_INLINE TAO_EC_Supplier_Filter *
-TAO_EC_ProxyPushConsumer::filter_i (void) const
+TAO_EC_ProxyPushConsumer::filter_i () const
{
return this->filter_;
}
@@ -60,7 +60,7 @@ TAO_EC_ProxyPushConsumer::filter_i (void) const
// ****************************************************************
ACE_INLINE bool
-TAO_EC_ProxyPushConsumer_Guard::locked (void) const
+TAO_EC_ProxyPushConsumer_Guard::locked () const
{
return this->locked_;
}