summaryrefslogtreecommitdiff
path: root/TAO/tests/ior_corbaloc/corbaloc.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/ior_corbaloc/corbaloc.idl')
-rw-r--r--TAO/tests/ior_corbaloc/corbaloc.idl21
1 files changed, 21 insertions, 0 deletions
diff --git a/TAO/tests/ior_corbaloc/corbaloc.idl b/TAO/tests/ior_corbaloc/corbaloc.idl
new file mode 100644
index 00000000000..296ae9adde0
--- /dev/null
+++ b/TAO/tests/ior_corbaloc/corbaloc.idl
@@ -0,0 +1,21 @@
+// $Id$
+
+module corbaloc
+{
+
+ 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 == 0> if the server received the
+ // request from the client.
+
+ };
+};
+