summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/Sequence_Multi_ETCL_Filter/go.idl
blob: e24bfd036c70ea2f181304fc505ad8ee97de8a58 (plain)
1
2
3
4
5
6
7
8
9
10
// $Id$

interface sig
{
  // Tell the server to start
  oneway void go ();

  // Tell the server the consumer is done
  oneway void done ();
};