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


Public Types | |
| typedef ACE_Concurrency_Strategy< SVC_HANDLER > | base_type |
Public Methods | |
| virtual int | activate_svc_handler (SVC_HANDLER *svc_handler, void *arg=0) |
| This is a no-op. More... | |
An example of the use of this is in the <ACE_Cached_Connect_Strategy>, which reuses svc_handlers. Therefore we don't want to call open on the recycled svc_handler more than once.
Definition at line 769 of file Strategies_T.h.
|
|||||
|
Definition at line 775 of file Strategies_T.h. |
|
||||||||||||||||
|
This is a no-op.
Reimplemented from ACE_Concurrency_Strategy. Definition at line 406 of file Strategies_T.i. References ACE_TRACE.
00408 {
00409 ACE_TRACE ("ACE_NOOP_Concurrency_Strategy<SVC_HANDLER>::activate_svc_handler");
00410 return 0;
00411 }
|
1.2.14 written by Dimitri van Heesch,
© 1997-2002