/* 366 */ String defined_in_id = "IR";
/* */
/* 368 */ if ((this.defined_in instanceof ContainedOperations)) {
/* 369 */ defined_in_id = ((ContainedOperations)this.defined_in).id();
/* */ }
/* 371 */ InterfaceDescription md = new InterfaceDescription(this.name, this.id, defined_in_id, this.version, this.base_interfaces, false);
/* */
/* 375 */ Any any = getORB().create_any();
/* */
/* 377 */ InterfaceDescriptionHelper.insert(any, md);
/* */