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

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

  oneway void shutdown ();
};