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

interface test
{
  void method (in unsigned long request_number,
               out unsigned long reply_number);

  void shutdown ();
};