Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / tao / IORTable / Async_IORTable.cpp
blob181480efeea6d6cfa1a46f61a1d82cc02bc6cc88
1 /* -*- C++ -*- */
3 // =================================================================
4 /**
5 * @file Async_IORTable.cpp
7 * @author Phil Mesnier <mesnier_p@ociweb.com>
8 */
9 // =================================================================
11 #include "tao/IORTable/Async_IORTable.h"
12 #include "tao/IORTable/Async_Table_Adapter.h"
14 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
16 int
17 TAO_Async_IORTable_Initializer::init ()
19 return ACE_Service_Config::process_directive (ace_svc_desc_TAO_Async_Table_Adapter_Factory);
22 TAO_END_VERSIONED_NAMESPACE_DECL