Ticket #52 (closed defect: fixed)
FDO: Change 'const FdoString*' -> 'FdoString*'
| Reported by: | gregboone | Owned by: | gregboone |
|---|---|---|---|
| Priority: | major | Milestone: | 3.3.0 |
| Component: | FDO API | Version: | 3.2.0 |
| Severity: | 2 | Keywords: | |
| Cc: | External ID: |
Description
There are some instances in the FDO API where we pass a 'const FdoString?*' argument to a function. Declaring the FdoString?* as const is redundant since FdoString?* is already defined as 'const wchar_t*', resulting in a 'const const wchar_t*' parameter. This double const declaration is causing difficulties with Python bindings on Linux.
Change History
Note: See
TracTickets for help on using
tickets.
