3 //=============================================================================
5 * @file ThreadStrategyORBControl.h
7 * @author Johnny Willemsen <jwillemsen@remedy.nl>
9 //=============================================================================
11 #ifndef TAO_THREADSTRATEGYORBCONTROL_H
12 #define TAO_THREADSTRATEGYORBCONTROL_H
14 #include /**/ "ace/pre.h"
16 #include "tao/PortableServer/ThreadStrategy.h"
18 #if !defined (ACE_LACKS_PRAGMA_ONCE)
20 #endif /* ACE_LACKS_PRAGMA_ONCE */
22 #include "tao/orbconf.h"
24 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
28 namespace Portable_Server
30 class ThreadStrategyORBControl
: public ThreadStrategy
33 int enter () override
;
40 TAO_END_VERSIONED_NAMESPACE_DECL
42 #include /**/ "ace/post.h"
44 #endif /* TAO_THREADSTRATEGYORBCONTROL_H */