#include <Strategies_T.h>
Inheritance diagram for ACE_NOOP_Concurrency_Strategy< SVC_HANDLER >:
Public Types | |
typedef ACE_Concurrency_Strategy< SVC_HANDLER > | base_type |
Public Member Functions | |
virtual int | activate_svc_handler (SVC_HANDLER *svc_handler, void *arg=0) |
This is a no-op. |
An example of the use of this is in the <ace_cached_connect_strategy>, which reuses svc_handlers. Therefore we don't want to call open on the recycled svc_handler more than once.
|
|
|
This is a no-op.
Reimplemented from ACE_Concurrency_Strategy< SVC_HANDLER >. |