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

  // Return the number of the server after a delay
  short get_server_num (in short delay_secs);

};