=default for generated implementation copy ctor
[ACE_TAO.git] / TAO / tao / IORTable / IORTable.cpp
blobd4c63ec8ebc7468695df9d43388d96636bc26a24
1 /* -*- C++ -*- */
3 // =================================================================
4 /**
5 * @file IORTable.cpp
7 * @author Carlos O'Ryan <coryan@uci.edu>
8 */
9 // =================================================================
11 #include "tao/IORTable/IORTable.h"
12 #include "tao/IORTable/Table_Adapter.h"
14 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
16 int
17 TAO_IORTable_Initializer::init ()
19 return ACE_Service_Config::process_directive (ace_svc_desc_TAO_Table_Adapter_Factory);
22 TAO_END_VERSIONED_NAMESPACE_DECL