summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/Root_POA.inl
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2011-03-07 09:37:27 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2011-03-07 09:37:27 +0000
commit662e6ecefef906817a6ace00b6a7ee5de2802fa7 (patch)
treed34f6ccb498698a33b3849b75448423a7fe1d86e /TAO/tao/PortableServer/Root_POA.inl
parent2fc70c1eb9f6748fa62af32227374baa0ff54997 (diff)
downloadATCD-662e6ecefef906817a6ace00b6a7ee5de2802fa7.tar.gz
Mon Mar 7 09:32:12 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
* 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.
Diffstat (limited to 'TAO/tao/PortableServer/Root_POA.inl')
-rw-r--r--TAO/tao/PortableServer/Root_POA.inl6
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)
{