ACE_NOOP_Concurrency_Strategy< SVC_HANDLER > Class Template Reference

Implements a no-op activation strategy in order to avoid calling open on a svc_handler multiple times. More...

#include <Strategies_T.h>

Inheritance diagram for ACE_NOOP_Concurrency_Strategy< SVC_HANDLER >:

Inheritance graph
[legend]
Collaboration diagram for ACE_NOOP_Concurrency_Strategy< SVC_HANDLER >:

Collaboration graph
[legend]
List of all members.

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.


Detailed Description

template<class SVC_HANDLER>
class ACE_NOOP_Concurrency_Strategy< SVC_HANDLER >

Implements a no-op activation strategy in order to avoid calling open on a svc_handler multiple times.

An example of the use of this is in the , which reuses svc_handlers. Therefore we don't want to call open on the recycled svc_handler more than once.

Definition at line 773 of file Strategies_T.h.


Member Typedef Documentation

template<class SVC_HANDLER>
typedef ACE_Concurrency_Strategy<SVC_HANDLER> ACE_NOOP_Concurrency_Strategy< SVC_HANDLER >::base_type
 

Definition at line 779 of file Strategies_T.h.


Member Function Documentation

template<class SVC_HANDLER>
int ACE_NOOP_Concurrency_Strategy< SVC_HANDLER >::activate_svc_handler SVC_HANDLER *  svc_handler,
void *  arg = 0
[virtual]
 

This is a no-op.

Reimplemented from ACE_Concurrency_Strategy< SVC_HANDLER >.

Definition at line 1479 of file Strategies_T.cpp.

References ACE_TRACE.

01481 {
01482   ACE_TRACE ("ACE_NOOP_Concurrency_Strategy<SVC_HANDLER>::activate_svc_handler");
01483   return 0;
01484 }


The documentation for this class was generated from the following files:
Generated on Thu Nov 9 11:25:46 2006 for ACE by doxygen 1.3.6