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