summaryrefslogtreecommitdiff
path: root/TAO/examples/Simple/time-date/Time_Date.idl
blob: 842d6060752ae3fe2d4d267095dd8fa9282f33e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// -*- C++ -*-
// $Id$

interface Time_Date
{
  // = TITLE
  //   IDL schema definition for Time and Date interface.

  void bin_date (out long time_date);
  // Obtain the time and date in binary format.

  void str_date (out string time_date);
  // Obtain the time and date in string format.
};