summaryrefslogtreecommitdiff
path: root/TAO/tao/IORTable/IORTable.cpp
blob: 6b5d631f90f65c4f82ec67a2e491486140ee5519 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* -*- C++ -*- */

// =================================================================
/**
 * @file IORTable.cpp
 *
 * $Id$
 *
 * @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)
{
  return ACE_Service_Config::process_directive (ace_svc_desc_TAO_Table_Adapter_Factory);
}