ThreadStrategy.cpp

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

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