DDS4CCM 1.0 FTF Avatar
  1. OMG Issue

DDS4CCM_ — push operation should be push_T$

  • Key: DDS4CCM_-3
  • Legacy Issue Number: 13884
  • Status: closed  
  • Source: Remedy IT ( Johnny Willemsen)
  • Summary:

    Page 15 lists: // Parameterized interface interface EventsPusher <typename T>

    { typedef sequence<T> T$Seq; // construction of a type name void push (in T$Seq events); void push_$T (in T event); // construction of an operation name }

    ; The replacement, is that T$ or $T, seems the push operation should be push_T$

  • Reported: DDS4CCM 1.0b1 — Fri, 24 Apr 2009 04:00 GMT
  • Disposition: Resolved — DDS4CCM 1.0b2
  • Disposition Summary:

    The new template support in response to issue 14201 removes the need for that
    controversial concatenation operator.

  • Updated: Sat, 7 Mar 2015 00:50 GMT