summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/ThreadStrategy.cpp
blob: 647081f066047bcfd0290016c40c18d3f19b9606 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#include "tao/PortableServer/ThreadStrategy.h"

TAO_BEGIN_VERSIONED_NAMESPACE_DECL

namespace TAO
{
  namespace Portable_Server
  {
    void
    ThreadStrategy::strategy_init (TAO_Root_POA * /*poa*/)
    {
    }

    void
    ThreadStrategy::strategy_cleanup ()
    {
    }
  }
}

TAO_END_VERSIONED_NAMESPACE_DECL