/* * $Id$ */ interface Simple_Server { boolean print_status (); oneway void shutdown (); };