ThreadStrategy.cpp

Go to the documentation of this file.
00001 // $Id: ThreadStrategy.cpp 76551 2007-01-24 13:42:44Z johnnyw $
00002 
00003 #include "tao/PortableServer/ThreadStrategy.h"
00004 
00005 ACE_RCSID (PortableServer,
00006            ThreadStrategy,
00007            "$Id: ThreadStrategy.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     ThreadStrategy::strategy_init (TAO_Root_POA * /*poa*/)
00017     {
00018     }
00019 
00020     void
00021     ThreadStrategy::strategy_cleanup (void)
00022     {
00023     }
00024   }
00025 }
00026 
00027 TAO_END_VERSIONED_NAMESPACE_DECL

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