00001 // $Id: StrategyFactory.cpp 71473 2006-03-10 07:19:20Z jtc $ 00002 00003 #include "tao/PortableServer/StrategyFactory.h" 00004 #include "ace/Dynamic_Service.h" 00005 00006 ACE_RCSID (PortableServer, 00007 StrategyFactory, 00008 "$Id: StrategyFactory.cpp 71473 2006-03-10 07:19:20Z jtc $") 00009 00010 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00011 00012 namespace TAO 00013 { 00014 namespace Portable_Server 00015 { 00016 StrategyFactory::~StrategyFactory (void) 00017 { 00018 } 00019 } /* namespace Portable_Server */ 00020 } /* namespace TAO */ 00021 00022 TAO_END_VERSIONED_NAMESPACE_DECL