DPP 1.0 NO IDEA Avatar
  1. OMG Issue

DPP — The IDL on page 28-20

  • Key: DPP-2
  • Legacy Issue Number: 5648
  • Status: open  
  • Source: Mercury Systems ( Jim Kulp)
  • Summary:

    The IDL on page 28-20:

    interface ParObj

    { typedef array float[400][400] Floats; //?? Floats ParOperation(in long x, in sequence<float> arg1); }

    ;

    Appears broken to me. Probably the word 'array' should not be there and
    it should be:

    typedef float Floats[400][400]

  • Reported: DPP 1.0b1 — Thu, 26 Sep 2002 04:00 GMT
  • Updated: Sat, 7 Mar 2015 05:03 GMT