summaryrefslogtreecommitdiff
path: root/TAO/tests/Object_Loader/Test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Object_Loader/Test.idl')
-rw-r--r--TAO/tests/Object_Loader/Test.idl12
1 files changed, 0 insertions, 12 deletions
diff --git a/TAO/tests/Object_Loader/Test.idl b/TAO/tests/Object_Loader/Test.idl
deleted file mode 100644
index 609fe5f62c8..00000000000
--- a/TAO/tests/Object_Loader/Test.idl
+++ /dev/null
@@ -1,12 +0,0 @@
-// $Id$
-
-interface Test
-{
- // = TITLE
- // A simple interface to test the Object Loading features in the
- // ORB.
-
- long instance_count ();
-
- void destroy ();
-};