summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/performance-tests/Filter/go.idl
blob: 3848578346ab2d582350d4f6c735f1f9e714f2de (plain)
1
2
3
4
5
6
7
8
interface sig
{
  // Tell the server to start
  oneway void go ();

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