Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / tao / PortableServer / ImplicitActivationStrategyExplicit.h
blob03a2663f6b3a76f4258a0c926d633fe53174a0af
1 // -*- C++ -*-
3 //=============================================================================
4 /**
5 * @file ImplicitActivationStrategyExplicit.h
7 * @author Johnny Willemsen <jwillemsen@remedy.nl>
8 */
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)
18 # pragma once
19 #endif /* ACE_LACKS_PRAGMA_ONCE */
21 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
23 namespace TAO
25 namespace Portable_Server
27 class ImplicitActivationStrategyExplicit : public ImplicitActivationStrategy
29 public:
30 bool allow_implicit_activation () const override;
35 TAO_END_VERSIONED_NAMESPACE_DECL
37 #include /**/ "ace/post.h"
38 #endif /* TAO_IMPLICITACTIVATIONSTRATEGYEXPLICIT_H */