summaryrefslogtreecommitdiff
path: root/TAO/tests/HandleExhaustion/Test.idl
blob: 1406633df0344edcd5f5a7e7ab6bf6d4edb41d29 (plain)
1
2
3
4
5
6
7
// $Id$

interface Test
{
  void simple ();
  oneway void shutdown ();
};