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 (); };