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/portableserver_export.h"
17 #if !defined (ACE_LACKS_PRAGMA_ONCE)
19 #endif /* ACE_LACKS_PRAGMA_ONCE */
21 #include "tao/PortableServer/ImplicitActivationStrategy.h"
22 #include "ace/Service_Config.h"
24 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
28 namespace Portable_Server
30 class ImplicitActivationStrategyExplicit
:
31 public ImplicitActivationStrategy
34 virtual bool allow_implicit_activation () const;
39 ACE_STATIC_SVC_DECLARE_EXPORT (TAO_PortableServer
, ImplicitActivationStrategyExplicit
)
40 ACE_FACTORY_DECLARE (TAO_PortableServer
, ImplicitActivationStrategyExplicit
)
42 TAO_END_VERSIONED_NAMESPACE_DECL
45 #include /**/ "ace/post.h"
46 #endif /* TAO_IMPLICITACTIVATIONSTRATEGYEXPLICIT_H */