00001 // -*- C++ -*- 00002 00003 //============================================================================= 00004 /** 00005 * @file ServantRetentionStrategyNonRetainFactoryImpl.h 00006 * 00007 * $Id: ServantRetentionStrategyNonRetainFactoryImpl.h 76551 2007-01-24 13:42:44Z johnnyw $ 00008 * 00009 * @author Johnny Willemsen <jwillemsen@remedy.nl> 00010 */ 00011 //============================================================================= 00012 00013 #ifndef TAO_PORTABLESERVER_SERVANTRETENTIONSTRATEGYNONRETAIN_FACTORYIMPL_H 00014 #define TAO_PORTABLESERVER_SERVANTRETENTIONSTRATEGYNONRETAIN_FACTORYIMPL_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 "ace/Service_Config.h" 00024 #include "tao/PortableServer/ServantRetentionStrategyFactory.h" 00025 00026 #if (TAO_HAS_MINIMUM_POA == 0) && !defined (CORBA_E_COMPACT) && !defined (CORBA_E_MICRO) 00027 00028 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00029 00030 namespace TAO 00031 { 00032 namespace Portable_Server 00033 { 00034 class TAO_PortableServer_Export ServantRetentionStrategyNonRetainFactoryImpl 00035 : public ServantRetentionStrategyFactory 00036 { 00037 public: 00038 /// Create a new servant retention strategy 00039 virtual ServantRetentionStrategy* create ( 00040 ::PortableServer::ServantRetentionPolicyValue value); 00041 00042 virtual void destroy ( 00043 ServantRetentionStrategy *strategy 00044 ); 00045 }; 00046 } 00047 } 00048 00049 TAO_END_VERSIONED_NAMESPACE_DECL 00050 00051 ACE_STATIC_SVC_DECLARE_EXPORT (TAO_PortableServer, ServantRetentionStrategyNonRetainFactoryImpl) 00052 ACE_FACTORY_DECLARE (TAO_PortableServer, ServantRetentionStrategyNonRetainFactoryImpl) 00053 00054 #endif /* TAO_HAS_MINIMUM_POA == 0 */ 00055 00056 #include /**/ "ace/post.h" 00057 #endif /* TAO_PORTABLESERVER_SERVANTRETENTIONSTRATEGYNONRETAIN_FACTORYIMPL_H*/