DDS 1.2 RTF Avatar
  1. OMG Issue

DDS12 — Incorrect description of enable precondition

  • Key: DDS12-62
  • Legacy Issue Number: 9544
  • Status: closed  
  • Source: THALES ( Virginie Watine)
  • Summary:

    Summary:
    In section 2.1.2.2.1. DomainParticipant Class it says:
    The following operations may be called even if the DomainParticipant is enabled. Other operations will have the value NOT_ENABLED if called on a disabled

    It should say:
    The following operations may be called even if the DomainParticipant is not enabled. Other operations will return the value NOT_ENABLED if called on a disabled

    Proposed Resolution:

    Proposed Revised Text:
    In section 2.1.2.2.1. DomainParticipant Class, paragraph at the end of the section before the bullet points

    Replace:
    The following operations may be called even if the DomainParticipant is enabled. Other operations will have the value NOT_ENABLED if called on a disabled

    With:
    The following operations may be called even if the DomainParticipant is not enabled. Other operations will return the value NOT_ENABLED if called on a disabled

  • Reported: DDS 1.1 — Mon, 3 Apr 2006 04:00 GMT
  • Disposition: Resolved — DDS 1.2
  • Disposition Summary:

    Perform the above change

  • Updated: Fri, 6 Mar 2015 20:58 GMT