summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/ImplRepo/ping_interrupt/Test.idl
blob: c05ecbf1d642867a1a8dc1b34d01da49ba810fc4 (plain)
1
2
3
4
5
6
7
8
9
10
// $Id$

interface Test
{

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

};