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