summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/QoSProperties.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/QoSProperties.inl')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/QoSProperties.inl26
1 files changed, 13 insertions, 13 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/QoSProperties.inl b/TAO/orbsvcs/orbsvcs/Notify/QoSProperties.inl
index 2a0637c73d5..db79570bce6 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/QoSProperties.inl
+++ b/TAO/orbsvcs/orbsvcs/Notify/QoSProperties.inl
@@ -3,87 +3,87 @@ TAO_BEGIN_VERSIONED_NAMESPACE_DECL
ACE_INLINE
const TAO_Notify_Property_Short&
-TAO_Notify_QoSProperties::event_reliability(void) const
+TAO_Notify_QoSProperties::event_reliability() const
{
return this->event_reliability_;
}
ACE_INLINE
const TAO_Notify_Property_Short&
-TAO_Notify_QoSProperties::connection_reliability(void) const
+TAO_Notify_QoSProperties::connection_reliability() const
{
return this->connection_reliability_;
}
ACE_INLINE
const TAO_Notify_Property_Short&
-TAO_Notify_QoSProperties::priority(void) const
+TAO_Notify_QoSProperties::priority() const
{
return this->priority_;
}
ACE_INLINE
const TAO_Notify_Property_Time&
-TAO_Notify_QoSProperties::timeout(void) const
+TAO_Notify_QoSProperties::timeout() const
{
return this->timeout_;
}
ACE_INLINE
const TAO_Notify_Property_Boolean&
-TAO_Notify_QoSProperties::stop_time_supported(void) const
+TAO_Notify_QoSProperties::stop_time_supported() const
{
return this->stop_time_supported_;
}
ACE_INLINE const TAO_Notify_Property_Long&
-TAO_Notify_QoSProperties::maximum_batch_size (void) const
+TAO_Notify_QoSProperties::maximum_batch_size () const
{
return this->maximum_batch_size_;
}
ACE_INLINE const TAO_Notify_Property_Time&
-TAO_Notify_QoSProperties::pacing_interval (void) const
+TAO_Notify_QoSProperties::pacing_interval () const
{
return this->pacing_interval_;
}
ACE_INLINE
const TAO_Notify_Property_Long&
-TAO_Notify_QoSProperties::max_events_per_consumer (void) const
+TAO_Notify_QoSProperties::max_events_per_consumer () const
{
return this->max_events_per_consumer_;
}
ACE_INLINE
const TAO_Notify_Property_Short&
-TAO_Notify_QoSProperties::discard_policy(void) const
+TAO_Notify_QoSProperties::discard_policy() const
{
return this->discard_policy_;
}
ACE_INLINE
const TAO_Notify_Property_Short&
-TAO_Notify_QoSProperties::order_policy(void) const
+TAO_Notify_QoSProperties::order_policy() const
{
return this->order_policy_;
}
ACE_INLINE const TAO_Notify_Property_ThreadPool&
-TAO_Notify_QoSProperties::thread_pool (void) const
+TAO_Notify_QoSProperties::thread_pool () const
{
return this->thread_pool_;
}
ACE_INLINE const TAO_Notify_Property_ThreadPoolLanes&
-TAO_Notify_QoSProperties::thread_pool_lane (void) const
+TAO_Notify_QoSProperties::thread_pool_lane () const
{
return this->thread_pool_lane_;
}
ACE_INLINE
const TAO_Notify_Property_Time&
-TAO_Notify_QoSProperties::blocking_policy(void) const
+TAO_Notify_QoSProperties::blocking_policy() const
{
return this->blocking_policy_;
}