summaryrefslogtreecommitdiff
path: root/TAO/tests/Xt_Stopwatch/test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Xt_Stopwatch/test.idl')
-rw-r--r--TAO/tests/Xt_Stopwatch/test.idl13
1 files changed, 13 insertions, 0 deletions
diff --git a/TAO/tests/Xt_Stopwatch/test.idl b/TAO/tests/Xt_Stopwatch/test.idl
new file mode 100644
index 00000000000..74e2d42aa80
--- /dev/null
+++ b/TAO/tests/Xt_Stopwatch/test.idl
@@ -0,0 +1,13 @@
+// $Id$
+
+interface Stopwatch
+{
+ void start ();
+ // Start the Stop watch
+
+ void stop ();
+ // Stop the watch
+
+ void shutdown ();
+ // Shutdown the ORB
+};