Issue 6583: typedef CosNaming::Name; struct Property { Name nam; Value val; }; (umcast-ftf) Source: (, ) Nature: Clarification Severity: Minor Summary: ORIGINAL: typedef CosNaming::Name; struct Property { Name nam; Value val; }; SUGGESTION: typedef string Name; struct Property { Name nam; Value val; }; REASONS: string is more suitable to handle Resolution: Revised Text: Actions taken: November 10, 2003: received issue Discussion: End of Annotations:===== m: webmaster@omg.org Date: 10 Nov 2003 12:19:00 -0500 To: Subject: Issue/Bug Report -------------------------------------------------------------------------------- Name: Roman Szarowski Company: LogicaCMG mailFrom: Roman.Szarowski@logicacmg.com Notification: Yes Specification: Unreliable Multicast Inter-ORB Section: Appendix B.1 FormalNumber: 2003-01-11 Version: n/a RevisionDate: 2003-11-10 Page: 29-39 Nature: Clarification Severity: Minor HTTP User Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5) Gecko/20031007 Description ORIGINAL: typedef CosNaming::Name; struct Property { Name nam; Value val; }; SUGGESTION: typedef string Name; struct Property { Name nam; Value val; }; REASONS: string is more suitable to handle