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