summaryrefslogtreecommitdiff
path: root/TAO/tests/Simple/chat/Receiver.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Simple/chat/Receiver.idl')
-rw-r--r--TAO/tests/Simple/chat/Receiver.idl14
1 files changed, 0 insertions, 14 deletions
diff --git a/TAO/tests/Simple/chat/Receiver.idl b/TAO/tests/Simple/chat/Receiver.idl
deleted file mode 100644
index 3a8ae47b3a7..00000000000
--- a/TAO/tests/Simple/chat/Receiver.idl
+++ /dev/null
@@ -1,14 +0,0 @@
-// $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.
-};