ACE_NOOP_Creation_Strategy< SVC_HANDLER > Class Template Reference

Implements a no-op creation strategy in order to defer decisions regarding creation to some later point in time, such as in connect or accept strategy. More...

#include <Strategies_T.h>

Inheritance diagram for ACE_NOOP_Creation_Strategy< SVC_HANDLER >:

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

Collaboration graph
[legend]
List of all members.

Public Types

typedef ACE_Creation_Strategy<
SVC_HANDLER > 
base_type

Public Member Functions

virtual int make_svc_handler (SVC_HANDLER *&)
 This is a no-op.

Detailed Description

template<class SVC_HANDLER>
class ACE_NOOP_Creation_Strategy< SVC_HANDLER >

Implements a no-op creation strategy in order to defer decisions regarding creation to some later point in time, such as in connect or accept strategy.

An example of the use of this is in the ACE_Cached_Connect_Strategy, which only returns a single connection for a given endpoint.

Definition at line 750 of file Strategies_T.h.


Member Typedef Documentation

template<class SVC_HANDLER>
typedef ACE_Creation_Strategy<SVC_HANDLER> ACE_NOOP_Creation_Strategy< SVC_HANDLER >::base_type

Definition at line 755 of file Strategies_T.h.


Member Function Documentation

template<class SVC_HANDLER>
int ACE_NOOP_Creation_Strategy< SVC_HANDLER >::make_svc_handler ( SVC_HANDLER *&   )  [virtual]

This is a no-op.

Reimplemented from ACE_Creation_Strategy< SVC_HANDLER >.

Definition at line 1471 of file Strategies_T.cpp.

References ACE_TRACE.

01472 {
01473   ACE_TRACE ("ACE_NOOP_Creation_Strategy<SVC_HANDLER>::make_svc_handler");
01474   return 0;
01475 }


The documentation for this class was generated from the following files:
Generated on Tue Feb 2 17:35:23 2010 for ACE by  doxygen 1.4.7