summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_2503_Regression/Test.idl
blob: 7af43ccd6174fa5296a407cb0bc8400a07cd07e6 (plain)
1
2
3
4
5
6
interface Test
{
  void the_operation(out long x);

  oneway void shutdown ();
};