#include <Strategies_T.h>
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. |
An example of the use of this is in the ACE_Cached_Connect_Strategy, which only returns a single connection for a given endpoint.
typedef ACE_Creation_Strategy<SVC_HANDLER> ACE_NOOP_Creation_Strategy< SVC_HANDLER >::base_type |
int ACE_NOOP_Creation_Strategy< SVC_HANDLER >::make_svc_handler | ( | SVC_HANDLER *& | ) | [inline, virtual] |