summaryrefslogtreecommitdiff
path: root/trunk/TAO/tests/Timed_Buffered_Oneways/test.idl
blob: 3035dc7f5fdca49fb473da07206d4adf38fd5733 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//
// $Id$
//

interface test
{
  typedef sequence<octet> data;
  oneway void method (in unsigned long request_number,
                      in long start_time,
                      in data d,
                      in unsigned long work);
  void flush ();
  oneway void shutdown (in long start_time);
};