module CosNaming { interface BindingIterator { boolean next_one(out Binding b); boolean next_n(in unsigned long how_many, out BindingList b); void destroy( ); }; };