summaryrefslogtreecommitdiff
path: root/TAO/tao/RTScheduling/Current.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/RTScheduling/Current.cpp')
-rw-r--r--TAO/tao/RTScheduling/Current.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/RTScheduling/Current.cpp b/TAO/tao/RTScheduling/Current.cpp
index 7865ac7dc3b..4cb6456e278 100644
--- a/TAO/tao/RTScheduling/Current.cpp
+++ b/TAO/tao/RTScheduling/Current.cpp
@@ -814,13 +814,13 @@ TAO_RTScheduler_Current_var::operator ::TAO_RTScheduler_Current_ptr &()
}
TAO_RTScheduler_Current_ptr
-TAO_RTScheduler_Current_var::operator-> (void) const
+TAO_RTScheduler_Current_var::operator-> () const
{
return this->ptr_;
}
TAO_RTScheduler_Current_ptr
-TAO_RTScheduler_Current_var::in (void) const
+TAO_RTScheduler_Current_var::in () const
{
return this->ptr_;
}
@@ -896,7 +896,7 @@ TAO_RTScheduler_Current::_duplicate (TAO_RTScheduler_Current_ptr obj)
return obj;
}
-const char* TAO_RTScheduler_Current::_interface_repository_id (void) const
+const char* TAO_RTScheduler_Current::_interface_repository_id () const
{
return "IDL:TAO_RTScheduler_Current:1.0";
}