summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/ImplRepo/Bug_4152_Regression/Test.idl
blob: 8a71f9660818ec632775d7efb86101b8fb2b9b20 (plain)
1
2
3
4
5
6
7
interface Test
{

  short get_server_num ();
  oneway void terminate ();

};