Concurrency strategy helper. More...
#include <Connector_Impl.h>


Public Member Functions | |
| TAO_Connect_Concurrency_Strategy (TAO_ORB_Core *orb_core) | |
| Constructor. | |
| int | activate_svc_handler (SVC_HANDLER *svc_handler, void *arg) |
Private Attributes | |
| TAO_ORB_Core *const | orb_core_ |
| Pointer to the ORB Core. | |
Concurrency strategy helper.
Activates the Svc_Handler, and then if the correct wait strategy is in use registers the handler with the reactor.
Definition at line 78 of file Connector_Impl.h.
| TAO_Connect_Concurrency_Strategy< SVC_HANDLER >::TAO_Connect_Concurrency_Strategy | ( | TAO_ORB_Core * | orb_core | ) |
| int TAO_Connect_Concurrency_Strategy< SVC_HANDLER >::activate_svc_handler | ( | SVC_HANDLER * | svc_handler, | |
| void * | arg | |||
| ) | [virtual] |
Activates the Svc_Handler, and if the right wait strategy is in use, registers the handle with the reactor.
Reimplemented from ACE_Concurrency_Strategy< SVC_HANDLER >.
Definition at line 52 of file Connector_Impl.cpp.
{
return ACE_Concurrency_Strategy<SVC_HANDLER>::activate_svc_handler (sh,
arg);
}
TAO_ORB_Core* const TAO_Connect_Concurrency_Strategy< SVC_HANDLER >::orb_core_ [private] |
Pointer to the ORB Core.
Definition at line 94 of file Connector_Impl.h.
1.7.0