TAO::Portable_Server::ThreadStrategyORBControl Class Reference

#include <ThreadStrategyORBControl.h>

Inheritance diagram for TAO::Portable_Server::ThreadStrategyORBControl:

Inheritance graph
[legend]
Collaboration diagram for TAO::Portable_Server::ThreadStrategyORBControl:

Collaboration graph
[legend]
List of all members.

Public Member Functions

virtual int enter ()
virtual int exit ()
virtual ::PortableServer::ThreadPolicyValue type () const

Detailed Description

Definition at line 34 of file ThreadStrategyORBControl.h.


Member Function Documentation

int TAO::Portable_Server::ThreadStrategyORBControl::enter (  )  [virtual]

Implements TAO::Portable_Server::ThreadStrategy.

Definition at line 17 of file ThreadStrategyORBControl.cpp.

00018     {
00019       return 0;
00020     }

int TAO::Portable_Server::ThreadStrategyORBControl::exit (  )  [virtual]

Implements TAO::Portable_Server::ThreadStrategy.

Definition at line 23 of file ThreadStrategyORBControl.cpp.

00024     {
00025       return 0;
00026     }

PortableServer::ThreadPolicyValue TAO::Portable_Server::ThreadStrategyORBControl::type (  )  const [virtual]

Implements TAO::Portable_Server::ThreadStrategy.

Definition at line 29 of file ThreadStrategyORBControl.cpp.

00030     {
00031       return ::PortableServer::ORB_CTRL_MODEL;
00032     }


The documentation for this class was generated from the following files:
Generated on Tue Feb 2 17:41:53 2010 for TAO_PortableServer by  doxygen 1.4.7