3 //=============================================================================
5 * @file ImplicitActivationStrategy.h
7 * @author Johnny Willemsen <jwillemsen@remedy.nl>
9 //=============================================================================
11 #ifndef TAO_ACTIVATION_STRATEGY_H
12 #define TAO_ACTIVATION_STRATEGY_H
13 #include /**/ "ace/pre.h"
15 #include "tao/orbconf.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 ImplicitActivationStrategy
30 ImplicitActivationStrategy () = default;
31 virtual ~ImplicitActivationStrategy () = default;
33 virtual bool allow_implicit_activation () const = 0;
38 TAO_END_VERSIONED_NAMESPACE_DECL
40 #include /**/ "ace/post.h"
41 #endif /* TAO_ACTIVATION_STRATEGY_H */