Updated logging to include the class/method so that it is more obvious where these...
[ACE_TAO.git] / TAO / tao / PortableServer / ImplicitActivationStrategyFactoryImpl.h
blob3ee40e3d8ba56d0925cf75eb24dc4f17dfdae335
1 // -*- C++ -*-
3 //=============================================================================
4 /**
5 * @file ImplicitActivationStrategyFactoryImpl.h
7 * @author Johnny Willemsen <jwillemsen@remedy.nl>
8 */
9 //=============================================================================
11 #ifndef TAO_PORTABLESERVER_IMPLICITACTIVATIONSTRATEGYFACTORYIMPL_H
12 #define TAO_PORTABLESERVER_IMPLICITACTIVATIONSTRATEGYFACTORYIMPL_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 "ace/Service_Config.h"
22 #include "tao/PortableServer/ImplicitActivationStrategyFactory.h"
25 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
27 namespace TAO
29 namespace Portable_Server
31 class ImplicitActivationStrategyFactoryImpl
32 : public ImplicitActivationStrategyFactory
34 public:
35 /// Create a new servant retention strategy
36 virtual ImplicitActivationStrategy* create (::PortableServer::ImplicitActivationPolicyValue value);
38 virtual void destroy (ImplicitActivationStrategy *strategy);
43 ACE_STATIC_SVC_DECLARE_EXPORT (TAO_PortableServer, ImplicitActivationStrategyFactoryImpl)
44 ACE_FACTORY_DECLARE (TAO_PortableServer, ImplicitActivationStrategyFactoryImpl)
46 TAO_END_VERSIONED_NAMESPACE_DECL
48 #include /**/ "ace/post.h"
49 #endif /* TAO_PORTABLESERVER_IMPLICITACTIVATIONSTRATEGYFACTORYIMPL_H */