#include <ThreadStrategy.h>


Public Member Functions | |
| virtual int | enter ()=0 |
| virtual int | exit ()=0 |
| virtual void | strategy_init (TAO_Root_POA *poa) |
| virtual void | strategy_cleanup (void) |
| virtual ::PortableServer::ThreadPolicyValue | type () const =0 |
Definition at line 32 of file ThreadStrategy.h.
| virtual int TAO::Portable_Server::ThreadStrategy::enter | ( | ) | [pure virtual] |
Implemented in TAO::Portable_Server::ThreadStrategyORBControl, and TAO::Portable_Server::ThreadStrategySingle.
| virtual int TAO::Portable_Server::ThreadStrategy::exit | ( | ) | [pure virtual] |
Implemented in TAO::Portable_Server::ThreadStrategyORBControl, and TAO::Portable_Server::ThreadStrategySingle.
| void TAO::Portable_Server::ThreadStrategy::strategy_cleanup | ( | void | ) | [virtual] |
Implements TAO::Portable_Server::Policy_Strategy.
Definition at line 21 of file ThreadStrategy.cpp.
{
}
| void TAO::Portable_Server::ThreadStrategy::strategy_init | ( | TAO_Root_POA * | poa | ) | [virtual] |
Implements TAO::Portable_Server::Policy_Strategy.
Definition at line 16 of file ThreadStrategy.cpp.
{
}
| virtual ::PortableServer::ThreadPolicyValue TAO::Portable_Server::ThreadStrategy::type | ( | ) | const [pure virtual] |
Implemented in TAO::Portable_Server::ThreadStrategyORBControl, and TAO::Portable_Server::ThreadStrategySingle.
1.7.0