IDL4-CPP 1.0b2 FTF Avatar
  1. OMG Issue

IDL4CPP — Example VT1 not correct

  • Key: IDL4CPP-41
  • Status: closed  
  • Source: Remedy IT ( Johnny Willemsen)
  • Summary:

    For IDL type VT1 the example code is not correct:

    • virtual is missing for all pure virtual methods
    • a_long_attr is an attribute, so "int32_t& a_long_attr() = 0;" should be removed
  • Reported: IDL4-CPP 1.0b1 — Thu, 25 Jan 2024 12:30 GMT
  • Disposition: Resolved — IDL4-CPP 1.0b2
  • Disposition Summary:

    Fix mapping of VT1 in example mapping of Clause 7.6 "Value Types"

    The C++ mapping for VT1 in Clause 7.6 contains a number of errors, this resolution addresses such errors providing the correct code snippet.

  • Updated: Mon, 16 Sep 2024 14:15 GMT