Merge pull request #2303 from jwillemsen/jwi-803
[ACE_TAO.git] / TAO / tests / DIOP / UDP.idl
blobe9597f2463972cd1a013f9efd91bd8442d6c7cb0
1 /* -*- C++ -*- */
2 // UDP.idl
3 interface UDP
5 // = TITLE
6 // Defines an interface that encapsulates operations that
7 // return the current time of day and shuts down the server.
9 oneway void invoke (in string client_name,
10 in UDP udpHandler,
11 in long request_id);
12 // Returns the current time of day on another machine.
14 oneway void shutdown ();
15 // Shutdown the application.