TAO_PortableServer
2.0.8
|
#include <LifespanStrategyFactoryImpl.h>
Public Member Functions | |
virtual LifespanStrategy * | create (::PortableServer::LifespanPolicyValue value) |
Create a new servant retention strategy. | |
virtual void | destroy (LifespanStrategy *strategy) |
Cleanup the given strategy instance. |
LifespanStrategy * TAO::Portable_Server::LifespanStrategyFactoryImpl::create | ( | ::PortableServer::LifespanPolicyValue | value | ) | [virtual] |
Create a new servant retention strategy.
Implements TAO::Portable_Server::LifespanStrategyFactory.
void TAO::Portable_Server::LifespanStrategyFactoryImpl::destroy | ( | LifespanStrategy * | strategy | ) | [virtual] |
Cleanup the given strategy instance.
Implements TAO::Portable_Server::LifespanStrategyFactory.