3 //=============================================================================
5 * @file ImplicitActivationStrategyExplicit.h
7 * @author Johnny Willemsen <jwillemsen@remedy.nl>
9 //=============================================================================
11 #ifndef TAO_IMPLICITACTIVATIONSTRATEGYEXPLICIT_H
12 #define TAO_IMPLICITACTIVATIONSTRATEGYEXPLICIT_H
13 #include /**/ "ace/pre.h"
15 #include "tao/PortableServer/ImplicitActivationStrategy.h"
17 #if !defined (ACE_LACKS_PRAGMA_ONCE)
19 #endif /* ACE_LACKS_PRAGMA_ONCE */
21 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
25 namespace Portable_Server
27 class ImplicitActivationStrategyExplicit
: public ImplicitActivationStrategy
30 bool allow_implicit_activation () const override
;
35 TAO_END_VERSIONED_NAMESPACE_DECL
37 #include /**/ "ace/post.h"
38 #endif /* TAO_IMPLICITACTIVATIONSTRATEGYEXPLICIT_H */