summaryrefslogtreecommitdiff
path: root/TAO/examples/Simple/chat/Receiver.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Simple/chat/Receiver.idl')
-rw-r--r--TAO/examples/Simple/chat/Receiver.idl15
1 files changed, 0 insertions, 15 deletions
diff --git a/TAO/examples/Simple/chat/Receiver.idl b/TAO/examples/Simple/chat/Receiver.idl
deleted file mode 100644
index 90ea6570071..00000000000
--- a/TAO/examples/Simple/chat/Receiver.idl
+++ /dev/null
@@ -1,15 +0,0 @@
-/* -*- C++ -*- */
-// $Id$
-
-interface Receiver
-{
- // = TITLE
- // The Receiver interface is implemented by the simple chat
- // clients.The interface functions are called by the chat server.
-
- void message (in string msg);
- // Displays the message in the client application.
-
- oneway void shutdown ();
- // Called by the chat server before it goes away.
-};