#include <Acceptor_Impl.h>
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_Core * | orb_core_ |
Pointer to the ORB Core. |
TAO_Creation_Strategy< SVC_HANDLER >::TAO_Creation_Strategy | ( | TAO_ORB_Core * | orb_core | ) | [inline] |
Constructor.
int TAO_Creation_Strategy< SVC_HANDLER >::make_svc_handler | ( | SVC_HANDLER *& | sh | ) | [inline, virtual] |
Create a SVC_HANDLER and set the ORB_Core pointer on it.
Reimplemented from ACE_Creation_Strategy< SVC_HANDLER >.
TAO_ORB_Core* TAO_Creation_Strategy< SVC_HANDLER >::orb_core_ [protected] |
Pointer to the ORB Core.