summaryrefslogtreecommitdiff
path: root/TAO/tao/RTCORBA/RTCORBA.cpp
blob: ec3204eb284bc5ecffc7119fdfa418be7c6bd39e (plain)
1
2
3
4
5
6
7
8
9
10
11
// $Id$

#include "RTCORBA.h"
#include "RT_ORB_Loader.h"

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

TAO_RTCORBA_Initializer::TAO_RTCORBA_Initializer (void)
{
  ACE_Service_Config::static_svcs ()->insert (&ace_svc_desc_TAO_RT_ORB_Loader);
}