summaryrefslogtreecommitdiff
path: root/TAO/tests/Explicit_Event_Loop/time.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Explicit_Event_Loop/time.idl')
-rw-r--r--TAO/tests/Explicit_Event_Loop/time.idl13
1 files changed, 0 insertions, 13 deletions
diff --git a/TAO/tests/Explicit_Event_Loop/time.idl b/TAO/tests/Explicit_Event_Loop/time.idl
deleted file mode 100644
index 827ea4c527d..00000000000
--- a/TAO/tests/Explicit_Event_Loop/time.idl
+++ /dev/null
@@ -1,13 +0,0 @@
-
-// $Id$
-
-struct TimeOfDay {
- short hour; // 0 - 23
- short minute; // 0 - 59
- short second; // 0 - 59
-};
-
-interface Time {
- TimeOfDay get_gmt();
-};
-