summaryrefslogtreecommitdiff
path: root/TAO/tao/IORTable/Async_IORTable.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/IORTable/Async_IORTable.cpp')
-rw-r--r--TAO/tao/IORTable/Async_IORTable.cpp25
1 files changed, 25 insertions, 0 deletions
diff --git a/TAO/tao/IORTable/Async_IORTable.cpp b/TAO/tao/IORTable/Async_IORTable.cpp
new file mode 100644
index 00000000000..c516c6d3528
--- /dev/null
+++ b/TAO/tao/IORTable/Async_IORTable.cpp
@@ -0,0 +1,25 @@
+/* -*- C++ -*- */
+
+// =================================================================
+/**
+ * @file Async_IORTable.cpp
+ *
+ * $Id$
+ *
+ * @author Phil Mesnier <mesnier_p@ociweb.com>
+ *
+ */
+// =================================================================
+
+#include "tao/IORTable/Async_IORTable.h"
+#include "tao/IORTable/Async_Table_Adapter.h"
+
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
+int
+TAO_Async_IORTable_Initializer::init (void)
+{
+ return ACE_Service_Config::process_directive (ace_svc_desc_TAO_Async_Table_Adapter_Factory);
+}
+
+TAO_END_VERSIONED_NAMESPACE_DECL