summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/Security/Send_File/test.idl
blob: a62d8becc91c7085586dd965a6562bd8b73a5d14 (plain)
1
2
3
4
5
6
7
8
9
10
/*
 * $Id$
 */

interface Simple_Server
{
  void send_line (in string line);

  oneway void shutdown ();
};