summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/PortableServer.cpp
blob: 05a4daf4c10442e6245c9b8b91777147f3b3667f (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
//    PortableServer.cpp
//
// = AUTHOR
//    Carlos O'Ryan <coryan@uci.edu>
//
// =================================================================

#include "PortableServer.h"
#include "Object_Adapter.h"

ACE_RCSID (PortableServer, PortableServer, "$Id$")

int
TAO_POA_Initializer::init (void)
{
  ACE_Service_Config::static_svcs ()->
    insert (&ace_svc_desc_TAO_Object_Adapter_Factory);

  return 0;
}