(C) 1998 AROS - The Amiga Research OS


NAME

IPTR rootDispatcher (cl , o , msg)

SYNOPSIS
Class * cl
Object * o
Msg msg

FUNCTION
internal !

Processes all messages sent to the RootClass. Unknown messages are silently ignored.

INPUTS
cl
Pointer to the RootClass
o
This object was the destination for the message in the first place
msg
This is the message.

RESULT
Processes the message. The meaning of the result depends on the type of the message.

EXAMPLE

SEE ALSO

NOTES
This is a good place to debug BOOPSI objects since every message should eventually show up here.

BUGS

INTERNALS

HISTORY
24.02.1999 turrican
New AROS_UFC?S macros for static functions to fix warnings on Linux/m68k
20.10.1998 hkiel
Amiga Research OS
29.01.1998 iaint
A few bug fixes, also uses the genromlib_f mmakefile macro
23.10.1997 digulla
Added files from iaint