summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Security/Crash_Test/test.idl
blob: 983dac70adf488d6d9543b69c535969a35d229a7 (plain)
1
2
3
4
5
6
7
8
9
10
/*
 * 
 */

interface Simple_Server
{
  void send_line (in string line);

  oneway void shutdown ();
};