summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/Discarding/go.idl
blob: ac446a41b0036a8d155807537c4bb930f98a3afc (plain)
1
2
3
4
5
6
7
// $Id$

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