#include <Acceptor_Impl.h>
Inheritance diagram for TAO_Creation_Strategy< SVC_HANDLER >:
Public Member Functions | |
TAO_Creation_Strategy (TAO_ORB_Core *orb_core, CORBA::Boolean flag=0) | |
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. | |
CORBA::Boolean | lite_flag_ |
Should we use the Lite version for any protocol? |
|
Constructor. |
|
Create a SVC_HANDLER and set the ORB_Core pointer on it.
Reimplemented from ACE_Creation_Strategy< SVC_HANDLER >. |
|
Should we use the Lite version for any protocol?
|
|
Pointer to the ORB Core.
|