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

interface Test
{
  // Return the number of the server after a delay
  short get_num_requests (in short delay_secs);
};