summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/Servant_var.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/Servant_var.inl')
-rw-r--r--TAO/tao/PortableServer/Servant_var.inl9
1 files changed, 1 insertions, 8 deletions
diff --git a/TAO/tao/PortableServer/Servant_var.inl b/TAO/tao/PortableServer/Servant_var.inl
index 66796f4499a..e1fd8abe2cc 100644
--- a/TAO/tao/PortableServer/Servant_var.inl
+++ b/TAO/tao/PortableServer/Servant_var.inl
@@ -100,15 +100,8 @@ PortableServer::Servant_var<T>::operator= (T * p)
*/
template <class T>
-ACE_INLINE T const *
-PortableServer::Servant_var<T>::operator->() const
-{
- return this->ptr_;
-}
-
-template <class T>
ACE_INLINE T *
-PortableServer::Servant_var<T>::operator->()
+PortableServer::Servant_var<T>::operator->() const
{
return this->ptr_;
}