Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

ACE_NOOP_Concurrency_Strategy 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

Inheritance graph
[legend]
Collaboration diagram for ACE_NOOP_Concurrency_Strategy:

Collaboration graph
[legend]
List of all members.

Public Methods

virtual int activate_svc_handler (SVC_HANDLER *svc_handler, void *arg = 0)
 This is a no-op.


Detailed Description

template<class SVC_HANDLER> template class ACE_NOOP_Concurrency_Strategy

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.


Member Function Documentation

template<classSVC_HANDLER>
ASYS_INLINE 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.


The documentation for this class was generated from the following files:
Generated at Fri Oct 5 07:03:09 2001 for ACE by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000