summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Simple_Naming/test_object.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Simple_Naming/test_object.idl')
-rw-r--r--TAO/orbsvcs/tests/Simple_Naming/test_object.idl7
1 files changed, 7 insertions, 0 deletions
diff --git a/TAO/orbsvcs/tests/Simple_Naming/test_object.idl b/TAO/orbsvcs/tests/Simple_Naming/test_object.idl
new file mode 100644
index 00000000000..42e5ee937bf
--- /dev/null
+++ b/TAO/orbsvcs/tests/Simple_Naming/test_object.idl
@@ -0,0 +1,7 @@
+// $Id$
+
+interface Test_Object
+{
+ // = TITLE
+ // This is a simple "no-op" interface to test the Naming Service.
+};