Updated logging to include the class/method so that it is more obvious where these...
[ACE_TAO.git] / TAO / tao / PortableServer / ImplicitActivationStrategyExplicit.h
blob05846df574a03ee00d0febcbb308ab3e8c8d8ef5
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/portableserver_export.h"
17 #if !defined (ACE_LACKS_PRAGMA_ONCE)
18 # 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
26 namespace TAO
28 namespace Portable_Server
30 class ImplicitActivationStrategyExplicit :
31 public ImplicitActivationStrategy
33 public:
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 */