00001 // -*- C++ -*- 00002 00003 #include "tao/PortableServer/ImplicitActivationStrategy.h" 00004 00005 ACE_RCSID (PortableServer, 00006 ImplicitActivationStrategy, 00007 "$Id: ImplicitActivationStrategy.cpp 76551 2007-01-24 13:42:44Z johnnyw $") 00008 00009 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00010 00011 namespace TAO 00012 { 00013 namespace Portable_Server 00014 { 00015 void 00016 ImplicitActivationStrategy::strategy_init (TAO_Root_POA * /*poa*/) 00017 { 00018 // dependent on type create the correct strategy. 00019 } 00020 00021 void 00022 ImplicitActivationStrategy::strategy_cleanup (void) 00023 { 00024 } 00025 } 00026 } 00027 00028 TAO_END_VERSIONED_NAMESPACE_DECL