Ticket #215 (closed defect: fixed)
COBIA precompiled proxy generation produces incorrect code for a CapeGUID argument
Reported by: | jasper | Owned by: | jasper |
---|---|---|---|
Priority: | minor | Milestone: | Maintenance of Phase II |
Component: | Code generation | Version: | 1.2.1.0 |
Keywords: | Cc: |
Description
The generated code will not compile as the GUID input argument of the client proxy is typed const CapeGUID * and the cast to void * fails due to the const constraint:
'initializing': cannot convert from 'const COBIA::CapeUUID *' to 'void *'
An extra const cast is required.
Change History
Note: See
TracTickets for help on using
tickets.
In [1d1366ba44a244dd9ebd065309ae0ccec7827e86]: