summaryrefslogtreecommitdiff
path: root/TAO/tao/Reactor_Registry.cpp
blob: 5b1243f719d24618aae54dddcda92a7ba2d507fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// $Id$

#include "tao/Reactor_Registry.h"

#if !defined (__ACE_INLINE__)
# include "tao/Reactor_Registry.i"
#endif /* ! __ACE_INLINE__ */

ACE_RCSID(tao, Reactor_Registry, "$Id$")

TAO_Reactor_Registry::TAO_Reactor_Registry (void)
  :  orb_core_ (0)
{
}

void
TAO_Reactor_Registry::open (TAO_ORB_Core* orb_core)
{
  this->orb_core_ = orb_core;
}

TAO_Reactor_Registry::~TAO_Reactor_Registry (void)
{
}