1 2 3 4 5 6 7 8 9
/* */ interface Simple_Server { boolean print_status (); oneway void shutdown (); };