summaryrefslogtreecommitdiff
path: root/TAO/examples/Simple/time/Time.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Simple/time/Time.idl')
-rw-r--r--TAO/examples/Simple/time/Time.idl15
1 files changed, 0 insertions, 15 deletions
diff --git a/TAO/examples/Simple/time/Time.idl b/TAO/examples/Simple/time/Time.idl
deleted file mode 100644
index ffbdc5cc49c..00000000000
--- a/TAO/examples/Simple/time/Time.idl
+++ /dev/null
@@ -1,15 +0,0 @@
-/* -*- C++ -*- */
-// $Id$
-
-interface Time
-{
- // = TITLE
- // Defines an interface that encapsulates operations that
- // return the current time of day and shuts down the server.
-
- long time ();
- // Returns the current time of day on another machine.
-
- oneway void shutdown ();
- // Shutdown the application.
-};