Issue 9161: names of the factory create operations (mof2idl-ftf) Source: Fraunhofer FOKUS (Mr. Michael Soden, soden@ikv.de soden@fokus.fraunhofer.de) Nature: Uncategorized Issue Severity: Summary: The names of the factory create operations for home interfaces in subsection 7.5.2.2 are not consistent with rules (35) and (36). Rules (35) and (36) state that the name of the factory create operations end with format_2 (<class identifier>). Resolution: Revised Text: Change <class_name>Home::create to <class_name>Home::create_<class_name> Change <class_name>Home::create_and_init to <class_name>Home::create_and_init_<class_name> Change <class_name>Home::copy_from to <class_name>Home::copy_from_<class_name> Done Actions taken: March 8, 2006: closed issue Discussion: End of Annotations:===== s is issue # 9161 The names of the factory create operations for home interfaces in subsection 7.5.2.2 are not consistent with rules (35) and (36). Rules (35) and (36) state that the name of the factory create operations end with format_2 (). Resolution: Change Home::create to Home::create_ Change Home::create_and_init to Home::create_and_init_ Change Home::copy_from to Home::copy_from_