diff options
Diffstat (limited to 'TAO/tao/PortableServer/Root_POA.inl')
-rw-r--r-- | TAO/tao/PortableServer/Root_POA.inl | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/TAO/tao/PortableServer/Root_POA.inl b/TAO/tao/PortableServer/Root_POA.inl index d9da3792237..8a7338e4908 100644 --- a/TAO/tao/PortableServer/Root_POA.inl +++ b/TAO/tao/PortableServer/Root_POA.inl @@ -185,12 +185,6 @@ TAO_Root_POA::outstanding_requests (void) const return this->outstanding_requests_; } -ACE_INLINE void -TAO_Root_POA::outstanding_requests (CORBA::ULong new_outstanding_requests) -{ - this->outstanding_requests_ = new_outstanding_requests; -} - ACE_INLINE CORBA::ULong TAO_Root_POA::increment_outstanding_requests (void) { |