summaryrefslogtreecommitdiff
path: root/TAO/tao/RTPortableServer/RTPortableServer.cpp
blob: 6c37b0d28e2835a401bb861599ae89ab552c8f01 (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
25
26
27
28
29
/* -*- C++ -*- */

// $Id$
// =================================================================
//
// = LIBRARY
//    TAO
//
// = FILENAME
//    RTPortableServer.cpp
//
// = AUTHOR
//    Frank Hunleth <fhunleth@cs.wustl.edu>
//
// =================================================================

#include "RTPortableServer.h"
#include "RT_Object_Adapter_Factory.h"

ACE_RCSID (RTPortableServer, RTPortableServer, "$Id$")

int
TAO_RT_POA_Initializer::init (void)
{
  ACE_Service_Config::static_svcs ()->
    insert (&ace_svc_desc_TAO_RT_Object_Adapter_Factory);

  return 0;
}