Files
Pascal Obry 5f3b430dd9 Fix SOAP enumeration on arrays support.
The code generated for arrays of enumeration was wrong and not
compilable. This was due to the fact that code generated for
enumeration was missing the needed routines to support arrays
circuitry.

For Q329-021.
2017-03-30 20:07:11 +02:00

5 lines
68 B
Plaintext

with "aws";
project API is
for source_dirs use ("src");
end API;