Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / tao / PortableServer / ImplicitActivationStrategyImplicit.h
blobdaa7ba096a99e6071cea638afa58db34d26ec0ff
1 // -*- C++ -*-
3 //=============================================================================
4 /**
5 * @file ImplicitActivationStrategyImplicit.h
7 * @author Johnny Willemsen <jwillemsen@remedy.nl>
8 */
9 //=============================================================================
11 #ifndef TAO_IMPLICITACTIVATIONSTRATEGYIMPLICIT_H
12 #define TAO_IMPLICITACTIVATIONSTRATEGYIMPLICIT_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 #if !defined (CORBA_E_MICRO) && !defined (CORBA_E_COMPACT)
23 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
25 namespace TAO
27 namespace Portable_Server
29 class ImplicitActivationStrategyImplicit : public ImplicitActivationStrategy
31 public:
32 bool allow_implicit_activation () const override;
37 TAO_END_VERSIONED_NAMESPACE_DECL
39 #endif
41 #include /**/ "ace/post.h"
42 #endif /* TAO_IMPLICITACTIVATIONSTRATEGYIMPLICIT_H */