Changes to attempt to silence bcc64x
[ACE_TAO.git] / TAO / examples / Simple / time / Time.idl
blobf58b2eaec3316c3c47a195137854860506a1e0cf
1 /* -*- C++ -*- */
2 interface Time
4 // = TITLE
5 // Defines an interface that encapsulates operations that
6 // return the current time of day and shuts down the server.
8 long current_time ();
9 // Returns the current time of day on another machine.
11 oneway void shutdown ();
12 // Shutdown the application.