summaryrefslogtreecommitdiff
path: root/TAO/tests/Server_Connection_Purging/Test.idl
blob: add2175d3468e7e4893fa24f9a8768c47d4346c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
// $Id$

interface test
{
  /*
   * A simple remote operation..
   */
  void send_stuff(in string foo);

  oneway void shutdown ();
};