summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/RTCorba/Oneways/Reliable/test.idl
blob: 4519e9cc9a5b91dc0e7efd36d709482f77c9cb75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//
// $Id$
//

interface Test
{
  typedef sequence<octet> data;
  oneway void oneway_payload_test (in data d);

  oneway void oneway_work_test (in unsigned long work);

  void twoway_work_test (in unsigned long work);

  oneway void shutdown ();
};