Merge pull request #2303 from jwillemsen/jwi-803
[ACE_TAO.git] / TAO / examples / Simple / time-date / Time_Date.idl
blob2fea0aafb1db3e69b880882de067b39480f9c32a
1 // -*- C++ -*-
2 interface Time_Date
4 // = TITLE
5 // IDL schema definition for Time and Date interface.
7 void bin_date (out long time_date);
8 // Obtain the time and date in binary format.
10 void str_date (out string time_date);
11 // Obtain the time and date in string format.
13 oneway void shutdown ();
14 // Shutdown the application.