Class * cl Object * o struct ICData * ic struct opUpdate * msg
FUNCTION
This function provides a way for icclass objects to notify their listeners when they are notifying. It is mainly provided as an external function for intuition.library's gadgetclass implementation, which contains an inbuilt icclass.
INPUTS
cl
my class
o
this object
icdata
interconnection information
msg
the message given to the OM_NOTIFY method
RESULT
The objects listening to this object will be notified.
Note: Return value not clear.
EXAMPLE
SEE ALSO
NOTES
BUGS
INTERNALS
HISTORY
14.03.1999 nlorentz
Bugfix in SendIDCMPUpdate() intuimessage linked list handling