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


Public Types | |
| typedef ACE_Creation_Strategy< SVC_HANDLER > | base_type |
Public Methods | |
| virtual int | make_svc_handler (SVC_HANDLER *&) |
| This is a no-op. More... | |
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 746 of file Strategies_T.h.
|
|||||
|
Definition at line 751 of file Strategies_T.h. |
|
||||||||||
|
This is a no-op.
Reimplemented from ACE_Creation_Strategy. Definition at line 399 of file Strategies_T.i. References ACE_TRACE.
00400 {
00401 ACE_TRACE ("ACE_NOOP_Creation_Strategy<SVC_HANDLER>::make_svc_handler");
00402 return 0;
00403 }
|
1.2.14 written by Dimitri van Heesch,
© 1997-2002