summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Property_Boolean.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/Property_Boolean.inl')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Property_Boolean.inl6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Property_Boolean.inl b/TAO/orbsvcs/orbsvcs/Notify/Property_Boolean.inl
index 589012eace3..fd624841f29 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Property_Boolean.inl
+++ b/TAO/orbsvcs/orbsvcs/Notify/Property_Boolean.inl
@@ -39,19 +39,19 @@ TAO_Notify_Property_Boolean::operator!= (const CORBA::Boolean &rhs) const
ACE_INLINE
const char *
-TAO_Notify_Property_Boolean::name (void) const
+TAO_Notify_Property_Boolean::name () const
{
return this->name_;
}
ACE_INLINE CORBA::Boolean
-TAO_Notify_Property_Boolean::value (void) const
+TAO_Notify_Property_Boolean::value () const
{
return this->value_;
}
ACE_INLINE CORBA::Boolean
-TAO_Notify_Property_Boolean::is_valid (void) const
+TAO_Notify_Property_Boolean::is_valid () const
{
return this->valid_;
}