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.inl8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/AdminProperties.inl b/TAO/orbsvcs/orbsvcs/Notify/AdminProperties.inl
index c6be9762948..7ef751cc024 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/AdminProperties.inl
+++ b/TAO/orbsvcs/orbsvcs/Notify/AdminProperties.inl
@@ -2,7 +2,7 @@
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
ACE_INLINE const TAO_Notify_Property_Long&
-TAO_Notify_AdminProperties::max_global_queue_length (void) const
+TAO_Notify_AdminProperties::max_global_queue_length () const
{
return this->max_global_queue_length_;
}
@@ -14,7 +14,7 @@ TAO_Notify_AdminProperties::max_global_queue_length (void)
}
ACE_INLINE const TAO_Notify_Property_Long&
-TAO_Notify_AdminProperties::max_consumers (void) const
+TAO_Notify_AdminProperties::max_consumers () const
{
return this->max_consumers_;
}
@@ -26,7 +26,7 @@ TAO_Notify_AdminProperties::max_consumers (void)
}
ACE_INLINE const TAO_Notify_Property_Long&
-TAO_Notify_AdminProperties::max_suppliers (void) const
+TAO_Notify_AdminProperties::max_suppliers () const
{
return this->max_suppliers_;
}
@@ -38,7 +38,7 @@ TAO_Notify_AdminProperties::max_suppliers (void)
}
ACE_INLINE const TAO_Notify_Property_Boolean&
-TAO_Notify_AdminProperties::reject_new_events (void) const
+TAO_Notify_AdminProperties::reject_new_events () const
{
return this->reject_new_events_;
}