(C) 1998 AROS - The Amiga Research OS


NAME
#include <>
#include <proto/commodities.h>

VOID RouteCxMsg (cxm , co )

LOCATION
In CxBase at offset 27

SYNOPSIS
CxMsg * cxm
CxObj * co

FUNCTION
Set the next destination of a commodity message to be 'co'. ('co' must be a valid commodity object and linked in to the commodities hierarchy.)

INPUTS
cxm
the commodity message to route (may NOT be NULL)
co
the commodity object to route the message to (may NOT be NULL)

RESULT

EXAMPLE

SEE ALSO
DivertCxMsg()

NOTES

BUGS

INTERNALS

HISTORY
18.07.1999 SDuvan
Finally -- commodities.library