Public Member Functions

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 ( 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;
    }


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines