summaryrefslogtreecommitdiff
path: root/TAO/examples/Simple/time-date/Time_Date.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Simple/time-date/Time_Date.idl')
-rw-r--r--TAO/examples/Simple/time-date/Time_Date.idl14
1 files changed, 0 insertions, 14 deletions
diff --git a/TAO/examples/Simple/time-date/Time_Date.idl b/TAO/examples/Simple/time-date/Time_Date.idl
deleted file mode 100644
index 842d6060752..00000000000
--- a/TAO/examples/Simple/time-date/Time_Date.idl
+++ /dev/null
@@ -1,14 +0,0 @@
-// -*- C++ -*-
-// $Id$
-
-interface Time_Date
-{
- // = TITLE
- // IDL schema definition for Time and Date interface.
-
- void bin_date (out long time_date);
- // Obtain the time and date in binary format.
-
- void str_date (out string time_date);
- // Obtain the time and date in string format.
-};