ImplicitActivationStrategyFactory.h

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 
00003 //=============================================================================
00004 /**
00005  *  @file ImplicitActivationStrategyFactory.h
00006  *
00007  *  $Id: ImplicitActivationStrategyFactory.h 76551 2007-01-24 13:42:44Z johnnyw $
00008  *
00009  *  @author  Johnny Willemsen  <jwillemsen@remedy.nl>
00010  */
00011 //=============================================================================
00012 
00013 #ifndef TAO_PORTABLESERVER_IMPLICITACTIVATIONSTRATEGYFACTORY_H
00014 #define TAO_PORTABLESERVER_IMPLICITACTIVATIONSTRATEGYFACTORY_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/StrategyFactory.h"
00024 #include "tao/PortableServer/ImplicitActivationPolicyC.h"
00025 
00026 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00027 
00028 namespace TAO
00029 {
00030   namespace Portable_Server
00031   {
00032     class ImplicitActivationStrategy;
00033 
00034     class TAO_PortableServer_Export ImplicitActivationStrategyFactory
00035       : public StrategyFactory
00036     {
00037     public:
00038       /// Create a new servant retention strategy
00039       virtual ImplicitActivationStrategy* create (
00040         ::PortableServer::ImplicitActivationPolicyValue value) = 0;
00041 
00042       virtual void destroy (
00043         ImplicitActivationStrategy *strategy
00044         ) = 0;
00045     };
00046   }
00047 }
00048 
00049 TAO_END_VERSIONED_NAMESPACE_DECL
00050 
00051 #include /**/ "ace/post.h"
00052 #endif /* TAO_PORTABLESERVER_IMPLICITACTIVATIONSTRATEGYFACTORY_H */

Generated on Tue Feb 2 17:40:54 2010 for TAO_PortableServer by  doxygen 1.4.7