TAO_PortableServer
2.0.8
|
#include <ThreadStrategySingleFactoryImpl.h>
Public Member Functions | |
virtual ThreadStrategy * | create (::PortableServer::ThreadPolicyValue value) |
Create a new thread strategy. | |
virtual void | destroy (ThreadStrategy *strategy) |
Cleanup the given strategy instance. |
ThreadStrategy * TAO::Portable_Server::ThreadStrategySingleFactoryImpl::create | ( | ::PortableServer::ThreadPolicyValue | value | ) | [virtual] |
Create a new thread strategy.
Implements TAO::Portable_Server::ThreadStrategyFactory.
void TAO::Portable_Server::ThreadStrategySingleFactoryImpl::destroy | ( | ThreadStrategy * | strategy | ) | [virtual] |
Cleanup the given strategy instance.
Implements TAO::Portable_Server::ThreadStrategyFactory.