DDS 1.0 NO IDEA Avatar
  1. OMG Issue

DDS — Naming of the private members

  • Key: DDS-158
  • Legacy Issue Number: 7025
  • Status: closed  
  • Source: THALES ( Virginie Watine)
  • Summary:

    Issue [THALES]
    All private members should be named consistently starting by m_
    Concerns m_ref and m_refs in Relation
    Proposal [THALES]
    change the names
    Concrete changes
    IDL
    valuetype RefRelation {
    private ObjectReference m_ref;
    [instead ref]
    valuetype ListRelation : ListBase {
    private ObjectReferenceSeq m_refs;
    [instead refs]
    valuetype IntMapRelation : StrMapBase {
    ...
    private ItemSeq m_refs;
    [instead refs]
    valuetype IntMapRelation : StrMapBase {
    ...
    private ItemSeq m_refs;
    [instead refs]

  • Reported: DDS 1.0b1 — Wed, 25 Feb 2004 05:00 GMT
  • Disposition: Resolved — DDS 1.0
  • Disposition Summary:

    see below

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