summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/ior_corbaname/corbaname.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/ior_corbaname/corbaname.idl')
-rw-r--r--TAO/orbsvcs/tests/ior_corbaname/corbaname.idl20
1 files changed, 20 insertions, 0 deletions
diff --git a/TAO/orbsvcs/tests/ior_corbaname/corbaname.idl b/TAO/orbsvcs/tests/ior_corbaname/corbaname.idl
new file mode 100644
index 00000000000..d0650d5d6b9
--- /dev/null
+++ b/TAO/orbsvcs/tests/ior_corbaname/corbaname.idl
@@ -0,0 +1,20 @@
+// $Id$
+
+module corbaname
+{
+
+ interface Status
+ {
+ // = TITLE
+ // A simple interface to check the status of
+ // connection between the client and the server.
+ //
+ // = DESCRIPTION
+ // Prints out the status.
+
+ boolean print_status ();
+ // Return <true> if the server received the
+ // request from the client.
+
+ };
+};