/* 67 */ String defined_in_id = "IR";
/* */
/* 69 */ if ((this.defined_in instanceof ContainedOperations)) {
/* 70 */ defined_in_id = ((ContainedOperations)this.defined_in).id();
/* */ }
/* 72 */ TypeDescription td = new TypeDescription(this.name, this.id, defined_in_id, this.version, this.typeCode);
/* */
/* 75 */ Any any = getORB().create_any();
/* */
/* 77 */ TypeDescriptionHelper.insert(any, td);
/* */