summaryrefslogtreecommitdiff
path: root/TAO/tests/HandleExhaustion/Test.idl
blob: 0791a7a2c9a89d7fc198a20e987affbcb3146dc2 (plain)
1
2
3
4
5
interface Test
{
  void simple ();
  oneway void shutdown ();
};