summaryrefslogtreecommitdiff
path: root/TAO/tests/Timed_Buffered_Oneways/test.idl
blob: 084df49b35c35daf48079a476db64a772df3c89b (plain)
1
2
3
4
5
6
7
8
9
10
11

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);
};