5.2.3.1 CORBAservices Naming Service Module OMG IDL

The following code snippet shows the portions of the ns.idl file that are relevant to the 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.