summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/AdminProperties.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/AdminProperties.inl')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/AdminProperties.inl18
1 files changed, 9 insertions, 9 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/AdminProperties.inl b/TAO/orbsvcs/orbsvcs/Notify/AdminProperties.inl
index 7ef751cc024..c35e3bf6748 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/AdminProperties.inl
+++ b/TAO/orbsvcs/orbsvcs/Notify/AdminProperties.inl
@@ -8,7 +8,7 @@ TAO_Notify_AdminProperties::max_global_queue_length () const
}
ACE_INLINE TAO_Notify_Property_Long&
-TAO_Notify_AdminProperties::max_global_queue_length (void)
+TAO_Notify_AdminProperties::max_global_queue_length ()
{
return this->max_global_queue_length_;
}
@@ -20,7 +20,7 @@ TAO_Notify_AdminProperties::max_consumers () const
}
ACE_INLINE TAO_Notify_Property_Long&
-TAO_Notify_AdminProperties::max_consumers (void)
+TAO_Notify_AdminProperties::max_consumers ()
{
return this->max_consumers_;
}
@@ -32,7 +32,7 @@ TAO_Notify_AdminProperties::max_suppliers () const
}
ACE_INLINE TAO_Notify_Property_Long&
-TAO_Notify_AdminProperties::max_suppliers (void)
+TAO_Notify_AdminProperties::max_suppliers ()
{
return this->max_suppliers_;
}
@@ -44,37 +44,37 @@ TAO_Notify_AdminProperties::reject_new_events () const
}
ACE_INLINE TAO_Notify_Property_Boolean&
-TAO_Notify_AdminProperties::reject_new_events (void)
+TAO_Notify_AdminProperties::reject_new_events ()
{
return this->reject_new_events_;
}
ACE_INLINE CORBA::Long&
-TAO_Notify_AdminProperties::global_queue_length (void)
+TAO_Notify_AdminProperties::global_queue_length ()
{
return this->global_queue_length_;
}
ACE_INLINE TAO_SYNCH_MUTEX&
-TAO_Notify_AdminProperties::global_queue_lock (void)
+TAO_Notify_AdminProperties::global_queue_lock ()
{
return this->global_queue_lock_;
}
ACE_INLINE TAO_SYNCH_CONDITION&
-TAO_Notify_AdminProperties::global_queue_not_full(void)
+TAO_Notify_AdminProperties::global_queue_not_full()
{
return this->global_queue_not_full_;
}
ACE_INLINE TAO_Notify_Atomic_Property_Long&
-TAO_Notify_AdminProperties::consumers (void)
+TAO_Notify_AdminProperties::consumers ()
{
return this->consumers_;
}
ACE_INLINE TAO_Notify_Atomic_Property_Long&
-TAO_Notify_AdminProperties::suppliers (void)
+TAO_Notify_AdminProperties::suppliers ()
{
return this->suppliers_;
}