summaryrefslogtreecommitdiff
path: root/TAO/tests/Leader_Followers/test.idl
blob: c90404d1910baca5fa64596bce4fe08461a922f4 (plain)
1
2
3
4
5
6
7
8
9
//
// $Id$
//

interface test
{
  unsigned long method (in unsigned long work);
  oneway void shutdown ();
};