From 3aff90f4a822fcf5d902bbfbcc9fa931d6191a8c Mon Sep 17 00:00:00 2001 From: "William R. Otte" Date: Mon, 24 Jul 2006 15:50:21 +0000 Subject: Repo restructuring --- .../ServantRetentionStrategyFactoryImpl.h | 53 ++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 TAO/tao/PortableServer/ServantRetentionStrategyFactoryImpl.h (limited to 'TAO/tao/PortableServer/ServantRetentionStrategyFactoryImpl.h') diff --git a/TAO/tao/PortableServer/ServantRetentionStrategyFactoryImpl.h b/TAO/tao/PortableServer/ServantRetentionStrategyFactoryImpl.h new file mode 100644 index 00000000000..b6864c9984e --- /dev/null +++ b/TAO/tao/PortableServer/ServantRetentionStrategyFactoryImpl.h @@ -0,0 +1,53 @@ +// -*- C++ -*- + +//============================================================================= +/** + * @file ServantRetentionStrategyFactoryImpl.h + * + * $Id$ + * + * @author Johnny Willemsen + */ +//============================================================================= + +#ifndef TAO_PORTABLESERVER_SERVANTRETENTIONSTRATEGYFACTORYIMPL_H +#define TAO_PORTABLESERVER_SERVANTRETENTIONSTRATEGYFACTORYIMPL_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 "ace/Service_Config.h" +#include "tao/PortableServer/ServantRetentionStrategyFactory.h" + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +namespace TAO +{ + namespace Portable_Server + { + class TAO_PortableServer_Export ServantRetentionStrategyFactoryImpl + : public ServantRetentionStrategyFactory + { + public: + /// Create a new servant retention strategy + virtual ServantRetentionStrategy* create ( + ::PortableServer::ServantRetentionPolicyValue value); + + virtual void destroy ( + ServantRetentionStrategy *strategy + ACE_ENV_ARG_DECL); + }; + } +} + +TAO_END_VERSIONED_NAMESPACE_DECL + +ACE_STATIC_SVC_DECLARE_EXPORT (TAO_PortableServer, ServantRetentionStrategyFactoryImpl) +ACE_FACTORY_DECLARE (TAO_PortableServer, ServantRetentionStrategyFactoryImpl) + +#include /**/ "ace/post.h" +#endif /* TAO_PORTABLESERVER_SERVANTRETENTIONSTRATEGYFACTORYIMPL_H */ -- cgit v1.2.1