Opened 17 years ago

Closed 16 years ago

#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 (2)

comment:1 by gregboone, 17 years ago

Status: newassigned

comment:2 by gregboone, 16 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.