(C) 1998 AROS - The Amiga Research OS


NAME
#include <>
#include <>

VOID ClearCxObjError (co)

LOCATION
In CxBase at offset 12

SYNOPSIS
CxObj * co

FUNCTION
Clears the accumulated error of the commodity object 'co'.

INPUTS
co
- the object in question

RESULT

EXAMPLE

SEE ALSO
CxObjError()

NOTES
An error of type COERR_BADFILTER should not be cleared as this tells commodities that the filter in question is all right, and this is not what you want. Set a correct filter (via SetFilter() or SetFilterIX()) or don't change the error value.

BUGS

INTERNALS

HISTORY
18.07.1999 SDuvan
Finally -- commodities.library