// -*- C++ -*- //============================================================================= /** * @file ImplicitActivationStrategyImplicit.h * * $Id$ * * @author Johnny Willemsen */ //============================================================================= #ifndef TAO_IMPLICITACTIVATIONSTRATEGYIMPLICIT_H #define TAO_IMPLICITACTIVATIONSTRATEGYIMPLICIT_H #include /**/ "ace/pre.h" #include "tao/PortableServer/portableserver_export.h" #if !defined (ACE_LACKS_PRAGMA_ONCE) # pragma once #endif /* ACE_LACKS_PRAGMA_ONCE */ #include "tao/PortableServer/ImplicitActivationStrategy.h" #include "ace/Service_Config.h" #if !defined (CORBA_E_MICRO) && !defined (CORBA_E_COMPACT) TAO_BEGIN_VERSIONED_NAMESPACE_DECL namespace TAO { namespace Portable_Server { class TAO_PortableServer_Export ImplicitActivationStrategyImplicit : public ImplicitActivationStrategy { public: virtual bool allow_implicit_activation (void) const; }; } } ACE_STATIC_SVC_DECLARE_EXPORT (TAO_PortableServer, ImplicitActivationStrategyImplicit) ACE_FACTORY_DECLARE (TAO_PortableServer, ImplicitActivationStrategyImplicit) TAO_END_VERSIONED_NAMESPACE_DECL #endif #include /**/ "ace/post.h" #endif /* TAO_IMPLICITACTIVATIONSTRATEGYIMPLICIT_H */