1 2 3 4 5 6
interface Simple_Server { boolean test_is_a (in string type); oneway void shutdown (); };