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

#include "IORTable.h"
#include "Table_Adapter.h"

ACE_RCSID (IORTable, IORTable, "$Id$")

int
TAO_IORTable_Initializer::init (void)
{
  ACE_Service_Config::static_svcs ()->
    insert (&ace_svc_desc_TAO_Table_Adapter_Factory);

  return 0;
}