00001 // -*- C++ -*- 00002 00003 //============================================================================= 00004 /** 00005 * @file ImplicitActivationStrategyImplicit.h 00006 * 00007 * $Id: ImplicitActivationStrategyImplicit.h 75887 2006-12-07 08:01:14Z johnnyw $ 00008 * 00009 * @author Johnny Willemsen <jwillemsen@remedy.nl> 00010 */ 00011 //============================================================================= 00012 00013 #ifndef TAO_IMPLICITACTIVATIONSTRATEGYIMPLICIT_H 00014 #define TAO_IMPLICITACTIVATIONSTRATEGYIMPLICIT_H 00015 #include /**/ "ace/pre.h" 00016 00017 #include "tao/PortableServer/portableserver_export.h" 00018 00019 #if !defined (ACE_LACKS_PRAGMA_ONCE) 00020 # pragma once 00021 #endif /* ACE_LACKS_PRAGMA_ONCE */ 00022 00023 #include "tao/PortableServer/ImplicitActivationStrategy.h" 00024 #include "ace/Service_Config.h" 00025 00026 #if !defined (CORBA_E_MICRO) && !defined (CORBA_E_COMPACT) 00027 00028 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00029 00030 namespace TAO 00031 { 00032 namespace Portable_Server 00033 { 00034 class TAO_PortableServer_Export ImplicitActivationStrategyImplicit 00035 : public ImplicitActivationStrategy 00036 { 00037 public: 00038 virtual bool allow_implicit_activation (void) const; 00039 }; 00040 } 00041 } 00042 00043 TAO_END_VERSIONED_NAMESPACE_DECL 00044 00045 ACE_STATIC_SVC_DECLARE_EXPORT (TAO_PortableServer, ImplicitActivationStrategyImplicit) 00046 ACE_FACTORY_DECLARE (TAO_PortableServer, ImplicitActivationStrategyImplicit) 00047 00048 #endif 00049 00050 #include /**/ "ace/post.h" 00051 #endif /* TAO_IMPLICITACTIVATIONSTRATEGYIMPLICIT_H */