Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / tao / PortableServer / ThreadStrategyORBControl.cpp
blobbdd833456cd92fd407d38585194e83a3fe5ac541
1 // -*- C++ -*-
2 #include "tao/PortableServer/ThreadStrategyORBControl.h"
3 #include "ace/Log_Msg.h"
5 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
7 namespace TAO
9 namespace Portable_Server
11 int
12 ThreadStrategyORBControl::enter ()
14 return 0;
17 int
18 ThreadStrategyORBControl::exit ()
20 return 0;
25 TAO_END_VERSIONED_NAMESPACE_DECL