TAO  2.0.6
Public Member Functions | Protected Attributes
TAO_Creation_Strategy Class Reference

Creates a Svc_Handler and set the ORB_Core pointer on it. More...

#include <Acceptor_Impl.h>

Inheritance diagram for TAO_Creation_Strategy:
Inheritance graph
[legend]
Collaboration diagram for TAO_Creation_Strategy:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 TAO_Creation_Strategy (TAO_ORB_Core *orb_core)
int make_svc_handler (SVC_HANDLER *&sh)
 Create a SVC_HANDLER and set the ORB_Core pointer on it.

Protected Attributes

TAO_ORB_Coreorb_core_
 Pointer to the ORB Core.

Detailed Description

Creates a Svc_Handler and set the ORB_Core pointer on it.


Constructor & Destructor Documentation

TAO_Creation_Strategy::TAO_Creation_Strategy ( TAO_ORB_Core orb_core)

Constructor.


Member Function Documentation

int TAO_Creation_Strategy::make_svc_handler ( SVC_HANDLER *&  sh) [virtual]

Create a SVC_HANDLER and set the ORB_Core pointer on it.

Reimplemented from ACE_Creation_Strategy< SVC_HANDLER >.


Member Data Documentation

Pointer to the ORB Core.


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