summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/ImplRepo/scale_clients/Test.idl
blob: b38cc18e3566b350a6f761f26a2b45dfdf5fea14 (plain)
1
2
3
4
5
6
interface Test
{
  // Return the number of the server after a delay
  short get_num_requests (in short delay_secs);
};