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

interface Test
{

  short get_server_num ();
  oneway void terminate ();

};