Ticket #52 (closed defect: fixed)

Opened 6 years ago

Last modified 5 years ago

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

Changed 6 years ago by gregboone

  • status changed from new to assigned

Changed 5 years ago by gregboone

  • status changed from assigned to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.