#include <ThreadStrategyORBControl.h>
Inheritance diagram for TAO::Portable_Server::ThreadStrategyORBControl:
Public Member Functions | |
virtual int | enter () |
virtual int | exit () |
virtual::PortableServer::ThreadPolicyValue | type () const |
|
Implements TAO::Portable_Server::ThreadStrategy. Definition at line 17 of file ThreadStrategyORBControl.cpp.
00018 {
00019 return 0;
00020 }
|
|
Implements TAO::Portable_Server::ThreadStrategy. Definition at line 23 of file ThreadStrategyORBControl.cpp.
00024 {
00025 return 0;
00026 }
|
|
Implements TAO::Portable_Server::ThreadStrategy. Definition at line 29 of file ThreadStrategyORBControl.cpp.
00030 { 00031 return ::PortableServer::ORB_CTRL_MODEL; 00032 } |