Issue 5647: pg 28-19 example of generated implied-IDL (dataparallel-ftf) Source: Mercury Computer Systems (Mr. James E. Kulp, nobody) Nature: Uncategorized Issue Severity: Summary: Firstly in the spec at pg 28-19 there is an example of a generated implied-IDL. The original IDL is specified thus: interface ParObj { typedef array float[400][400] Floats; // ??!! Floats ParOperation(in long // ** ?? interface ParObj // again? { typedef float image [400][400]; typedef sequence<float> floatseq; image oper(in long x, in floatseq arg); }; }; It seems to me that we should only take the second interface into consideration (cut-paste error? :) Resolution: Revised Text: Actions taken: September 26, 2002: received issue Discussion: End of Annotations:===== X-Dreamscape-Track-Mars-A: 208-59-176-137.c3-0.arl-ubr1.sbo-arl.ma.cable.rcn.com [208.59.176.137] X-Dreamscape-Track-Mars-B: Thu, 26 Sep 2002 16:08:37 -0400 (EDT) Date: Thu, 26 Sep 2002 16:09:12 -0400 From: Jim Kulp X-Mailer: Mozilla 4.79C-CCK-MCD {C-UDP; EBM-APPLE} (Macintosh; U; PPC) X-Accept-Language: en To: Juergen Boldt Subject: DP CORBA issues Several (8) issues have been communicated to me directly from non-OMG people for DP CORBA, and I wanted to get them into the system: Issue 1: ---------- Firstly in the spec at pg 28-19 there is an example of a generated implied-IDL. The original IDL is specified thus: interface ParObj { typedef array float[400][400] Floats; // ??!! Floats ParOperation(in long // ** ?? interface ParObj // again? { typedef float image [400][400]; typedef sequence floatseq; image oper(in long x, in floatseq arg); }; }; It seems to me that we should only take the second interface into consideration (cut-paste error? :