summaryrefslogtreecommitdiff
path: root/TAO/tao/Pseudo_VarOut_T.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Pseudo_VarOut_T.inl')
-rw-r--r--TAO/tao/Pseudo_VarOut_T.inl6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/Pseudo_VarOut_T.inl b/TAO/tao/Pseudo_VarOut_T.inl
index 92e327d3f18..b311939f02a 100644
--- a/TAO/tao/Pseudo_VarOut_T.inl
+++ b/TAO/tao/Pseudo_VarOut_T.inl
@@ -56,7 +56,7 @@ TAO_Pseudo_Var_T<T>::operator typename T::_ptr_type & ()
template <typename T>
ACE_INLINE
typename T::_ptr_type
-TAO_Pseudo_Var_T<T>::operator-> (void) const
+TAO_Pseudo_Var_T<T>::operator-> () const
{
return this->ptr_;
}
@@ -64,7 +64,7 @@ TAO_Pseudo_Var_T<T>::operator-> (void) const
template <typename T>
ACE_INLINE
typename T::_ptr_type
-TAO_Pseudo_Var_T<T>::in (void) const
+TAO_Pseudo_Var_T<T>::in () const
{
return this->ptr_;
}
@@ -100,7 +100,7 @@ TAO_Pseudo_Var_T<T>::_retn (void)
template <typename T>
ACE_INLINE
typename T::_ptr_type
-TAO_Pseudo_Var_T<T>::ptr (void) const
+TAO_Pseudo_Var_T<T>::ptr () const
{
return this->ptr_;
}