IDL4-CPP 1.1b1 RTF Avatar
  1. OMG Issue

IDL4CPP11 — Don't require operator ==/!=

  • Key: IDL4CPP11-13
  • Status: open  
  • Source: Remedy IT ( Johnny Willemsen)
  • Summary:

    The spec says for structured types "A set of comparison operators, including at least "equal to" and "not equal to."", but that is not possible when the structure contains interfaces, valuetypes, valueboxes, abstract, all special types don't provide a operator==/!= so they can't be required when a structure contains any of these. This requirement has to be removed. CORBA doesn't provide equal for these special types because a local != doesn't mean that the references are not pointing to the same servant, object identity is not done through local pointers

  • Reported: IDL4-CPP 1.0b1 — Mon, 19 Aug 2024 07:14 GMT
  • Updated: Wed, 4 Sep 2024 14:10 GMT