| 
    TAO_PortableServer 2.0.2 
   | 
 
#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 | 
| 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.
| void TAO::Portable_Server::ThreadStrategy::strategy_init | ( | TAO_Root_POA * | poa | ) |  [virtual] | 
        
Implements TAO::Portable_Server::Policy_Strategy.
| virtual ::PortableServer::ThreadPolicyValue TAO::Portable_Server::ThreadStrategy::type | ( | ) |  const [pure virtual] | 
        
Implemented in TAO::Portable_Server::ThreadStrategyORBControl, and TAO::Portable_Server::ThreadStrategySingle.
 1.7.3