ACE  6.0.6
Public Types | Public Member Functions
ACE_NOOP_Creation_Strategy Class 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:
Inheritance graph
[legend]
Collaboration diagram for ACE_NOOP_Creation_Strategy:
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

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.


Member Typedef Documentation


Member Function Documentation

int ACE_NOOP_Creation_Strategy::make_svc_handler ( SVC_HANDLER *&  ) [virtual]

This is a no-op.

Reimplemented from ACE_Creation_Strategy< SVC_HANDLER >.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines