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

interface Test
{
  // Return the number of the server
  short get_server_num ();
};