Eolian/Generator: fix generation of headers for const params.
authorDaniel Zaoui <daniel.zaoui@samsung.com>
Thu, 13 Mar 2014 06:32:56 +0000 (08:32 +0200)
committerDaniel Zaoui <daniel.zaoui@samsung.com>
Thu, 13 Mar 2014 07:14:14 +0000 (09:14 +0200)
commitdcf94e9dd8767b08205c3e5d887a23f54d56e479
tree9bd5fd1cffb7fe0268259289a8207e8af2292d7e
parentd3bc06ae33320f07d6448fc114ce488e785686f1
Eolian/Generator: fix generation of headers for const params.

When a parameter of a property is const for get but not for set, the
.eo file indicates it by setting a flag 'const' for this parameter.
The generation was checking this flag for C files generation but not for
H files.
src/bin/eolian/eo1_generator.c