summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_3108_Regression/test.idl
blob: 16420dedae19ec21180dff1db69c30056462fa40 (plain)
1
2
3
4
5
interface test
{
  long test_method();
  oneway void shutdown ();
};