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( );
};
};
VisiBroker Version 5 Borland(R) Enterprise Server VisiBroker(R) プログラマーズリファレンス
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( );
};
};