summaryrefslogtreecommitdiff
path: root/ACE/TAO/orbsvcs/tests/Redundant_Naming/test_object.idl
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/orbsvcs/tests/Redundant_Naming/test_object.idl')
-rw-r--r--ACE/TAO/orbsvcs/tests/Redundant_Naming/test_object.idl11
1 files changed, 11 insertions, 0 deletions
diff --git a/ACE/TAO/orbsvcs/tests/Redundant_Naming/test_object.idl b/ACE/TAO/orbsvcs/tests/Redundant_Naming/test_object.idl
new file mode 100644
index 00000000000..4737f6dc6c8
--- /dev/null
+++ b/ACE/TAO/orbsvcs/tests/Redundant_Naming/test_object.idl
@@ -0,0 +1,11 @@
+// $Id$
+
+interface Test_Object
+{
+ // = TITLE
+ // This is a simple interface that tests the Naming Service.
+
+ attribute short id;
+ // This provides an easy way to differentiate objects if each
+ // objects is served by a separate servant.
+};