summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/ImplRepo/servers_list/Test.idl
blob: 294bfad5aa75ec8f4f77041a7c3f29b5e7c09553 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// $Id$

interface Test
{

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

  // After replying, abort process
  // delay_secs seconds.
  oneway void abort ( in short delay_secs );

};