Issue 10809: Missing TypeSupport operations (data-distribution-rtf) Source: (, ) Nature: Uncategorized Issue Severity: Summary: Problem: In IDL, the operations on the TypeSupport interface are commented out: all operations are defined in its specialized sub-classes. That is strange, since all TypeSupport operations have a signature that is completely independent of this specific type. Solution: We propose to promote all these operations to the TypeSupport class itself, and thus to uncomment these operations in the TypeSupport interface. Resolution: Revised Text: Actions taken: March 5, 2007: received issue Discussion: End of Annotations:===== s is issue # 10809 Missing TypeSupport operations Problem: In IDL, the operations on the TypeSupport interface are commented out: all operations are defined in its specialized sub-classes. That is strange, since all TypeSupport operations have a signature that is completely independent of this specific type. Solution: We propose to promote all these operations to the TypeSupport class itself, and thus to uncomment these operations in the TypeSupport interface. ===========================================================