Issue 16262: get_type_name, class or object method (data-distribution-rtf) Source: Remedy IT (Mr. Johnny Willemsen, jwillemsen(at)remedy.nl) Nature: Clarification Severity: Minor Summary: It seems that DDS vendors are implementing get_type_name of the TypeSupport interfaces differently. Some do it as static class method in C++, some as a regular method. The spec uses regular IDL, which gives the idea that it is a regular method needed a concrete TypeSupport instance, but I doubt whether that is intended Resolution: Revised Text: Actions taken: May 24, 2011: received issue Discussion: End of Annotations:===== m: webmaster@omg.org Date: 24 May 2011 06:17:43 -0400 To: Subject: Issue/Bug Report ******************************************************************************* Name: Johnny Willemsen Employer: Remedy IT mailFrom: jwillemsen@remedy.nl Terms_Agreement: Specification: DDS Section: 7.1.2.3.6 FormalNumber: 07-01-01 Version: 1.2 Doc_Year: 2007 Doc_Month: January Doc_Day: 01 Page: 41 Title: get_type_name, class or object method Nature: Clarification Severity: Minor CODE: 3TMw8 B1: Report Issue Description: It seems that DDS vendors are implementing get_type_name of the TypeSupport interfaces differently. Some do it as static class method in C++, some as a regular method. The spec uses regular IDL, which gives the idea that it is a regular method needed a concrete TypeSupport instance, but I doubt whether that is intended