Cleanup ACE_HAS_PTHREAD_SIGMASK_PROTOTYPE, all platforms support it so far as I can...
[ACE_TAO.git] / TAO / examples / Borland / Receiver.idl
blob1db1ec35a6f61fb99a672cb6b998309da805ce4b
1 /// The Receiver interface is implemented by the simple chat
2 /// clients.The interface functions are called by the chat server.
3 interface Receiver
5 /// Displays the message in the client application.
6 void message (in string msg);
8 /// Called by the chat server before it goes away.
9 oneway void shutdown ();