IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Opened 22 years ago

Closed 22 years ago

Last modified 22 years ago

#91 closed defect (fixed)

Function psHashRemove return value

Reported by: Eric.VanAlst@… Owned by: eugene
Priority: normal Milestone:
Component: PSLib SDRS Version: unspecified
Severity: normal Keywords:
Cc:

Description

In SDR-02 paragraph 3.5, the function prototype for psHashRemove defines a
return type of void *, but the description states the function will return a
value of true if successful and false otherwise. Should the return type for
function psHashRemove be a bool?

Change History (1)

comment:1 by eugene, 22 years ago

Resolution: fixed
Status: newclosed

yes, psHashRemove, like psListRemove, should NOT return the removed item, but
should rather simply remove it from the list and return the status. return
value should be bool.

Note: See TracTickets for help on using tickets.