/* * $Id$ */ interface Simple_Server { void send_line (in string line); oneway void shutdown (); };