8.5.1 IDLの定義

module CosNaming {

   interface NamingContextFactory {
       NamingContext create_context( );
       oneway void shutdown( );
   };
};