8.4.1 IDLの定義

module CosNaming {

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