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

#include "tao/RTCORBA/RTCORBA.h"

#if TAO_HAS_CORBA_MESSAGING == 1

#include "tao/RTCORBA/RT_ORB_Loader.h"

ACE_RCSID (RTCORBA, RTCORBA, "$Id$")

TAO_BEGIN_VERSIONED_NAMESPACE_DECL

TAO_RTCORBA_Initializer::TAO_RTCORBA_Initializer (void)
{
  ACE_Service_Config::process_directive (ace_svc_desc_TAO_RT_ORB_Loader);
}

TAO_END_VERSIONED_NAMESPACE_DECL

#endif /* TAO_HAS_CORBA_MESSAGING && TAO_HAS_CORBA_MESSAGING != 0 */