summaryrefslogtreecommitdiff
path: root/TAO/examples/Buffered_Oneways/test.idl
blob: 5f592df080ada1321f48d314fefdf462fc5ccc94 (plain)
1
2
3
4
5
6
7

interface test
{
  oneway void method (in unsigned long request_number);

  void shutdown ();
};