// // $Id$ // typedef sequence DSI_LongSeq; struct Structure { short i; sequence seq; }; interface Simple_Server { long test_method (in long x, in Structure the_in_structure, out Structure the_out_structure, inout string name); oneway void shutdown (); };