#include <ThreadStrategyORBControl.h>


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 | ( | void | ) | [virtual] |
Implements TAO::Portable_Server::ThreadStrategy.
Definition at line 17 of file ThreadStrategyORBControl.cpp.
{
return 0;
}
| int TAO::Portable_Server::ThreadStrategyORBControl::exit | ( | void | ) | [virtual] |
Implements TAO::Portable_Server::ThreadStrategy.
Definition at line 23 of file ThreadStrategyORBControl.cpp.
{
return 0;
}
| PortableServer::ThreadPolicyValue TAO::Portable_Server::ThreadStrategyORBControl::type | ( | void | ) | const [virtual] |
Implements TAO::Portable_Server::ThreadStrategy.
Definition at line 29 of file ThreadStrategyORBControl.cpp.
{
return ::PortableServer::ORB_CTRL_MODEL;
}
1.7.0