summaryrefslogtreecommitdiff
path: root/tao/IORTable/IORTable.cpp
blob: e7bd0d9445ad517ca653da917aa23558963152aa (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
/* -*- C++ -*- */

// =================================================================
/**
 * @file IORTable.cpp
 *
 * $Id$
 *
 * @author Carlos O'Ryan <coryan@uci.edu>
 *
 */
// =================================================================

#include "tao/IORTable/IORTable.h"
#include "tao/IORTable/Table_Adapter.h"

TAO_BEGIN_VERSIONED_NAMESPACE_DECL

int
TAO_IORTable_Initializer::init (void)
{
  return ACE_Service_Config::process_directive (ace_svc_desc_TAO_Table_Adapter_Factory);
}

TAO_END_VERSIONED_NAMESPACE_DECL