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.cpp29
1 files changed, 0 insertions, 29 deletions
diff --git a/TAO/tao/IORTable/IORTable.cpp b/TAO/tao/IORTable/IORTable.cpp
deleted file mode 100644
index 07fdcc5a053..00000000000
--- a/TAO/tao/IORTable/IORTable.cpp
+++ /dev/null
@@ -1,29 +0,0 @@
-/* -*- C++ -*- */
-
-// $Id$
-// =================================================================
-//
-// = LIBRARY
-// TAO
-//
-// = FILENAME
-// IORTable.cpp
-//
-// = AUTHOR
-// Carlos O'Ryan <coryan@uci.edu>
-//
-// =================================================================
-
-#include "IORTable.h"
-#include "Table_Adapter.h"
-
-ACE_RCSID (IORTable, IORTable, "$Id$")
-
-int
-TAO_IORTable_Initializer::init (void)
-{
- ACE_Service_Config::static_svcs ()->
- insert (&ace_svc_desc_TAO_Table_Adapter_Factory);
-
- return 0;
-}