#include <ThreadStrategyORBControl.h>
Inheritance diagram for TAO::Portable_Server::ThreadStrategyORBControl:
Public Member Functions | |
virtual int | enter () |
virtual int | exit () |
virtual ::PortableServer::ThreadPolicyValue | type () const |
Definition at line 34 of file ThreadStrategyORBControl.h.
int TAO::Portable_Server::ThreadStrategyORBControl::enter | ( | ) | [virtual] |
Implements TAO::Portable_Server::ThreadStrategy.
Definition at line 17 of file ThreadStrategyORBControl.cpp.
int TAO::Portable_Server::ThreadStrategyORBControl::exit | ( | ) | [virtual] |
Implements TAO::Portable_Server::ThreadStrategy.
Definition at line 23 of file ThreadStrategyORBControl.cpp.
PortableServer::ThreadPolicyValue TAO::Portable_Server::ThreadStrategyORBControl::type | ( | ) | const [virtual] |
Implements TAO::Portable_Server::ThreadStrategy.
Definition at line 29 of file ThreadStrategyORBControl.cpp.