Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / tao / PortableServer / ThreadStrategyORBControl.h
blobaf3db329d0c5c6c434831385bc867298e22cee76
1 // -*- C++ -*-
3 //=============================================================================
4 /**
5 * @file ThreadStrategyORBControl.h
7 * @author Johnny Willemsen <jwillemsen@remedy.nl>
8 */
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)
19 # pragma once
20 #endif /* ACE_LACKS_PRAGMA_ONCE */
22 #include "tao/orbconf.h"
24 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
26 namespace TAO
28 namespace Portable_Server
30 class ThreadStrategyORBControl : public ThreadStrategy
32 public:
33 int enter () override;
35 int exit () override;
40 TAO_END_VERSIONED_NAMESPACE_DECL
42 #include /**/ "ace/post.h"
44 #endif /* TAO_THREADSTRATEGYORBCONTROL_H */