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, 12 insertions, 0 deletions
diff --git a/TAO/tests/Object_Loader/Test.idl b/TAO/tests/Object_Loader/Test.idl
new file mode 100644
index 00000000000..609fe5f62c8
--- /dev/null
+++ b/TAO/tests/Object_Loader/Test.idl
@@ -0,0 +1,12 @@
+// $Id$
+
+interface Test
+{
+ // = TITLE
+ // A simple interface to test the Object Loading features in the
+ // ORB.
+
+ long instance_count ();
+
+ void destroy ();
+};