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