summaryrefslogtreecommitdiff
path: root/TAO/tao/IORTable/IORTable.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/IORTable/IORTable.cpp')
-rw-r--r--TAO/tao/IORTable/IORTable.cpp28
1 files changed, 28 insertions, 0 deletions
diff --git a/TAO/tao/IORTable/IORTable.cpp b/TAO/tao/IORTable/IORTable.cpp
new file mode 100644
index 00000000000..e43ccf18b34
--- /dev/null
+++ b/TAO/tao/IORTable/IORTable.cpp
@@ -0,0 +1,28 @@
+/* -*- C++ -*- */
+
+// =================================================================
+/**
+ * @file IORTable.cpp
+ *
+ * $Id$
+ *
+ * @author Carlos O'Ryan <coryan@uci.edu>
+ *
+ */
+// =================================================================
+
+#include "tao/IORTable/IORTable.h"
+#include "tao/IORTable/Table_Adapter.h"
+
+ACE_RCSID (IORTable, IORTable, "$Id$")
+
+
+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