5.2.3.1 CORBAサービス・ネーミング・サービス・モジュールのOMG IDL
次のコード・スニペットは、ns.idlファイルの、FactoryFinderに関連した部分を示しています。
// ------ ns.idl ------
module CosNaming {
typedef string Istring;
struct NameComponent {
Istring id;
Istring kind;
};
typedef sequence < NameComponent > Name;
};
// This information is taken from CORBAservices: Common Object
// Services Specification, page 3-6. Revised Edition:
// March 31, 1995. Updated: November 1997. Used with permission by OMG.親トピック: ファクトリの検索