summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Event.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/Event.inl')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Event.inl10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Event.inl b/TAO/orbsvcs/orbsvcs/Notify/Event.inl
index 13215cceee2..4270742ef5a 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Event.inl
+++ b/TAO/orbsvcs/orbsvcs/Notify/Event.inl
@@ -2,32 +2,32 @@
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
ACE_INLINE const TAO_Notify_Property_Short&
-TAO_Notify_Event::priority (void) const
+TAO_Notify_Event::priority () const
{
return this->priority_;
}
ACE_INLINE const TAO_Notify_Property_Time&
-TAO_Notify_Event::timeout (void) const
+TAO_Notify_Event::timeout () const
{
return this->timeout_;
}
ACE_INLINE const TAO_Notify_Property_Boolean&
-TAO_Notify_Event::reliable (void) const
+TAO_Notify_Event::reliable () const
{
return this->reliable_;
}
ACE_INLINE const ACE_Time_Value&
-TAO_Notify_Event::creation_time (void) const
+TAO_Notify_Event::creation_time () const
{
return this->time_;
}
ACE_INLINE
TAO_Notify_Event*
-TAO_Notify_Event::queueable_copy (void) const
+TAO_Notify_Event::queueable_copy () const
{
if ( is_on_heap_ )
{