Major cleanup in PortableServer library
commit322d0a3e30d2e608108e0d7caf6bdcddbd728081
authorJohnny Willemsen <jwillemsen@remedy.nl>
Mon, 13 Feb 2023 10:42:23 +0000 (13 11:42 +0100)
committerJohnny Willemsen <jwillemsen@remedy.nl>
Mon, 13 Feb 2023 10:42:23 +0000 (13 11:42 +0100)
treeb39a880512642221f2545276cc3f68c5e04a8ab1
parent69fbec6c475060cf01a710a3d7ed6e756538858c
Major cleanup in PortableServer library
107 files changed:
TAO/tao/PortableServer/Active_Policy_Strategies.cpp
TAO/tao/PortableServer/Active_Policy_Strategies.h
TAO/tao/PortableServer/Active_Policy_Strategies.inl
TAO/tao/PortableServer/Default_Servant_Dispatcher.h
TAO/tao/PortableServer/IdAssignmentPolicy.h
TAO/tao/PortableServer/IdAssignmentStrategy.cpp
TAO/tao/PortableServer/IdAssignmentStrategy.h
TAO/tao/PortableServer/IdAssignmentStrategyFactory.h [deleted file]
TAO/tao/PortableServer/IdAssignmentStrategyFactoryImpl.cpp [deleted file]
TAO/tao/PortableServer/IdAssignmentStrategyFactoryImpl.h [deleted file]
TAO/tao/PortableServer/IdAssignmentStrategySystem.cpp
TAO/tao/PortableServer/IdAssignmentStrategySystem.h
TAO/tao/PortableServer/IdAssignmentStrategyUser.cpp
TAO/tao/PortableServer/IdAssignmentStrategyUser.h
TAO/tao/PortableServer/IdUniquenessPolicy.cpp
TAO/tao/PortableServer/IdUniquenessPolicy.h
TAO/tao/PortableServer/IdUniquenessStrategy.cpp [new file with mode: 0644]
TAO/tao/PortableServer/IdUniquenessStrategy.h
TAO/tao/PortableServer/IdUniquenessStrategyFactory.h [deleted file]
TAO/tao/PortableServer/IdUniquenessStrategyFactoryImpl.cpp [deleted file]
TAO/tao/PortableServer/IdUniquenessStrategyFactoryImpl.h [deleted file]
TAO/tao/PortableServer/IdUniquenessStrategyMultiple.cpp
TAO/tao/PortableServer/IdUniquenessStrategyMultiple.h [copied from TAO/tao/PortableServer/ThreadStrategy.h with 54% similarity]
TAO/tao/PortableServer/IdUniquenessStrategyUnique.cpp
TAO/tao/PortableServer/IdUniquenessStrategyUnique.h
TAO/tao/PortableServer/IdUniquenessStrategyUniqueFactoryImpl.cpp [deleted file]
TAO/tao/PortableServer/IdUniquenessStrategyUniqueFactoryImpl.h [deleted file]
TAO/tao/PortableServer/ImplicitActivationStrategy.cpp [deleted file]
TAO/tao/PortableServer/ImplicitActivationStrategy.h
TAO/tao/PortableServer/ImplicitActivationStrategyExplicit.cpp
TAO/tao/PortableServer/ImplicitActivationStrategyExplicit.h
TAO/tao/PortableServer/ImplicitActivationStrategyFactory.h [deleted file]
TAO/tao/PortableServer/ImplicitActivationStrategyFactoryImpl.cpp [deleted file]
TAO/tao/PortableServer/ImplicitActivationStrategyFactoryImpl.h [deleted file]
TAO/tao/PortableServer/ImplicitActivationStrategyImplicit.cpp
TAO/tao/PortableServer/ImplicitActivationStrategyImplicit.h
TAO/tao/PortableServer/LifespanStrategy.cpp
TAO/tao/PortableServer/LifespanStrategy.h
TAO/tao/PortableServer/LifespanStrategyFactory.h [deleted file]
TAO/tao/PortableServer/LifespanStrategyFactoryImpl.cpp [deleted file]
TAO/tao/PortableServer/LifespanStrategyFactoryImpl.h [deleted file]
TAO/tao/PortableServer/LifespanStrategyPersistent.cpp
TAO/tao/PortableServer/LifespanStrategyPersistent.h
TAO/tao/PortableServer/LifespanStrategyPersistentFactoryImpl.cpp [deleted file]
TAO/tao/PortableServer/LifespanStrategyPersistentFactoryImpl.h [deleted file]
TAO/tao/PortableServer/LifespanStrategyTransient.cpp
TAO/tao/PortableServer/LifespanStrategyTransient.h
TAO/tao/PortableServer/LifespanStrategyTransientFactoryImpl.cpp [deleted file]
TAO/tao/PortableServer/LifespanStrategyTransientFactoryImpl.h [deleted file]
TAO/tao/PortableServer/Object_Adapter.cpp
TAO/tao/PortableServer/Object_Adapter.h
TAO/tao/PortableServer/Object_Adapter.inl
TAO/tao/PortableServer/Policy_Strategy.h [deleted file]
TAO/tao/PortableServer/PortableServer.cpp
TAO/tao/PortableServer/Regular_POA.cpp
TAO/tao/PortableServer/Regular_POA.h
TAO/tao/PortableServer/RequestProcessingStrategy.cpp
TAO/tao/PortableServer/RequestProcessingStrategy.h
TAO/tao/PortableServer/RequestProcessingStrategyAOMOnly.cpp
TAO/tao/PortableServer/RequestProcessingStrategyAOMOnly.h
TAO/tao/PortableServer/RequestProcessingStrategyAOMOnlyFactoryImpl.cpp [deleted file]
TAO/tao/PortableServer/RequestProcessingStrategyAOMOnlyFactoryImpl.h [deleted file]
TAO/tao/PortableServer/RequestProcessingStrategyDefaultServant.cpp
TAO/tao/PortableServer/RequestProcessingStrategyDefaultServant.h
TAO/tao/PortableServer/RequestProcessingStrategyDefaultServantFI.cpp [deleted file]
TAO/tao/PortableServer/RequestProcessingStrategyDefaultServantFI.h [deleted file]
TAO/tao/PortableServer/RequestProcessingStrategyFactory.h [deleted file]
TAO/tao/PortableServer/RequestProcessingStrategyFactoryImpl.cpp [deleted file]
TAO/tao/PortableServer/RequestProcessingStrategyFactoryImpl.h [deleted file]
TAO/tao/PortableServer/RequestProcessingStrategyServantActivator.cpp
TAO/tao/PortableServer/RequestProcessingStrategyServantActivator.h
TAO/tao/PortableServer/RequestProcessingStrategyServantActivatorFI.cpp [deleted file]
TAO/tao/PortableServer/RequestProcessingStrategyServantActivatorFI.h [deleted file]
TAO/tao/PortableServer/RequestProcessingStrategyServantLocator.cpp
TAO/tao/PortableServer/RequestProcessingStrategyServantLocator.h
TAO/tao/PortableServer/RequestProcessingStrategyServantLocatorFI.cpp [deleted file]
TAO/tao/PortableServer/RequestProcessingStrategyServantLocatorFI.h [deleted file]
TAO/tao/PortableServer/RequestProcessingStrategyServantManager.cpp
TAO/tao/PortableServer/RequestProcessingStrategyServantManager.h
TAO/tao/PortableServer/Root_POA.cpp
TAO/tao/PortableServer/Root_POA.h
TAO/tao/PortableServer/ServantRetentionStrategy.cpp [new file with mode: 0644]
TAO/tao/PortableServer/ServantRetentionStrategy.h
TAO/tao/PortableServer/ServantRetentionStrategyFactory.h [deleted file]
TAO/tao/PortableServer/ServantRetentionStrategyFactoryImpl.cpp [deleted file]
TAO/tao/PortableServer/ServantRetentionStrategyFactoryImpl.h [deleted file]
TAO/tao/PortableServer/ServantRetentionStrategyNonRetain.cpp
TAO/tao/PortableServer/ServantRetentionStrategyNonRetain.h
TAO/tao/PortableServer/ServantRetentionStrategyNonRetainFactoryImpl.cpp [deleted file]
TAO/tao/PortableServer/ServantRetentionStrategyNonRetainFactoryImpl.h [deleted file]
TAO/tao/PortableServer/ServantRetentionStrategyRetain.cpp
TAO/tao/PortableServer/ServantRetentionStrategyRetain.h
TAO/tao/PortableServer/ServantRetentionStrategyRetainFactoryImpl.cpp [deleted file]
TAO/tao/PortableServer/ServantRetentionStrategyRetainFactoryImpl.h [deleted file]
TAO/tao/PortableServer/Servant_Location.h
TAO/tao/PortableServer/Servant_Upcall.cpp
TAO/tao/PortableServer/ThreadStrategy.cpp [deleted file]
TAO/tao/PortableServer/ThreadStrategy.h
TAO/tao/PortableServer/ThreadStrategyFactory.h [deleted file]
TAO/tao/PortableServer/ThreadStrategyFactoryImpl.cpp [deleted file]
TAO/tao/PortableServer/ThreadStrategyFactoryImpl.h [deleted file]
TAO/tao/PortableServer/ThreadStrategyORBControl.cpp
TAO/tao/PortableServer/ThreadStrategyORBControl.h
TAO/tao/PortableServer/ThreadStrategySingle.cpp
TAO/tao/PortableServer/ThreadStrategySingle.h
TAO/tao/PortableServer/ThreadStrategySingleFactoryImpl.cpp [deleted file]
TAO/tao/PortableServer/ThreadStrategySingleFactoryImpl.h [deleted file]