#166 closed defect (fixed)
Function psLogSetDestination return value
| Reported by: | Owned by: | Paul Price | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | PSLib SDRS | Version: | unspecified |
| Severity: | normal | Keywords: | |
| Cc: |
Description
In SDR-06 section 2.2.2 the function psLogSetDestination is specified with a
prototype to return a value of type int, but there is no specification what the
return value should be. In PSLib rel2, the function is implemented with a
return type of bool and returns true when the destination is successfully set
and false if the destination was not set properly.
Is this an acceptable design for the return value for this function?
Change History (4)
comment:1 by , 22 years ago
| Owner: | changed from to |
|---|
comment:3 by , 22 years ago
| Keywords: | VERIFIED added |
|---|
Should be fixed in SDRS-07 and ADD-06 (7 September 2004).
comment:4 by , 22 years ago
| Keywords: | VERIFIED removed |
|---|
Note:
See TracTickets
for help on using tickets.

yes, this is the design we intended.
Paul: update SDRS