Issue 232: Mapping for IDL context (cxx_revision) Source: (, ) Nature: Uncategorized Severity: LOW Summary: Summary: If operation in an IDL spec. has a context spec, then a Context_ptr input parameter follows all operation specific arguments (OMGD 3.19) It should map to const Context_ptr Resolution: Close with no change. Object references are always passed as a plain _ptr parameter and never as a c Revised Text: Actions taken: October 14, 1996: received issue June 13, 2000: closed issue Discussion: Close with no change. Object references are always passed as a plain _ptr parameter and never as a const _ptr parameter. End of Annotations:===== This is issue # 232 Mapping for IDL context If operation in an IDL spec. has a context spec, then a Context_ptr input parameter follows all operation specific arguments (OMGD 3.19) It should map to const Context_ptr -Juergen