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.