From 662e6ecefef906817a6ace00b6a7ee5de2802fa7 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Mon, 7 Mar 2011 09:37:27 +0000 Subject: Mon Mar 7 09:32:12 UTC 2011 Johnny Willemsen * tao/Client_Strategy_Factory.h: * tao/Client_Strategy_Factory.cpp: * tao/ORB_Core.h: * tao/PortableServer/Non_Servant_Upcall.cpp: * tao/PortableServer/Object_Adapter.h: * tao/PortableServer/Object_Adapter.inl: * tao/PortableServer/Object_Adapter.cpp: * tao/PortableServer/Root_POA.h: * tao/PortableServer/Root_POA.inl: * tao/PortableServer/Root_POA.cpp: * tao/PortableServer/ServantRetentionStrategyRetain.cpp: * tao/PortableServer/Servant_Upcall.cpp: * tao/Resource_Factory.h: * tao/Resource_Factory.cpp: * tao/Server_Strategy_Factory.h: * tao/Server_Strategy_Factory.cpp: * tao/Stub.cpp: * tao/Transport_Mux_Strategy.h: * tao/default_client.h: * tao/default_client.cpp: * tao/default_resource.h: * tao/default_resource.cpp: * tao/default_server.h: * tao/default_server.cpp: * tao/tao.mpc: Reapplied the changes reverted on Mon Feb 14 10:44:30 * tao/Configurable_Refcount.h: * tao/Configurable_Refcount.inl: * tao/Configurable_Refcount.cpp: Removed these files. --- TAO/tao/PortableServer/Root_POA.inl | 6 ------ 1 file changed, 6 deletions(-) (limited to 'TAO/tao/PortableServer/Root_POA.inl') 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) { -- cgit v1.2.1