ImplicitActivationStrategy.cpp

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 
00003 #include "tao/PortableServer/ImplicitActivationStrategy.h"
00004 
00005 ACE_RCSID (PortableServer,
00006            ImplicitActivationStrategy,
00007            "ImplicitActivationStrategy.cpp,v 1.5 2006/03/10 07:19:13 jtc Exp")
00008 
00009 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00010 
00011 namespace TAO
00012 {
00013   namespace Portable_Server
00014   {
00015     void
00016     ImplicitActivationStrategy::strategy_init (
00017       TAO_Root_POA * /*poa*/
00018       ACE_ENV_ARG_DECL_NOT_USED)
00019     {
00020       // dependent on type create the correct strategy.
00021     }
00022 
00023     void
00024     ImplicitActivationStrategy::strategy_cleanup(
00025       ACE_ENV_SINGLE_ARG_DECL_NOT_USED)
00026     {
00027     }
00028   }
00029 }
00030 
00031 TAO_END_VERSIONED_NAMESPACE_DECL

Generated on Thu Nov 9 12:40:38 2006 for TAO_PortableServer by doxygen 1.3.6