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.idl15
1 files changed, 0 insertions, 15 deletions
diff --git a/TAO/tests/Xt_Stopwatch/test.idl b/TAO/tests/Xt_Stopwatch/test.idl
deleted file mode 100644
index 7203e30f2ad..00000000000
--- a/TAO/tests/Xt_Stopwatch/test.idl
+++ /dev/null
@@ -1,15 +0,0 @@
-//
-// $Id$
-//
-
-interface Stopwatch
-{
- void start ();
- // Start the Stop watch
-
- void stop ();
- // Stop the watch
-
- void shutdown ();
- // Shutdown the ORB
-};