summaryrefslogtreecommitdiff
path: root/TAO/examples/Buffered_Oneways/test.idl
blob: a324dca820f43ecec50da3f68e88bb4251d2944c (plain)
1
2
3
4
5
6
7
8
9
10
//
// $Id$
//

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

  oneway void shutdown ();
};