#include <Strategies_T.h>
Inheritance diagram for ACE_NOOP_Creation_Strategy< SVC_HANDLER >:


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 , which only returns a single connection for a given endpoint.
Definition at line 750 of file Strategies_T.h.
|
|||||
|
Definition at line 755 of file Strategies_T.h. |
|
||||||||||
|
This is a no-op.
Reimplemented from ACE_Creation_Strategy< SVC_HANDLER >. Definition at line 1472 of file Strategies_T.cpp. References ACE_TRACE.
01473 {
01474 ACE_TRACE ("ACE_NOOP_Creation_Strategy<SVC_HANDLER>::make_svc_handler");
01475 return 0;
01476 }
|
1.3.6