home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
581b.lha
/
skeleton
/
classglue.h
next >
Wrap
Text File
|
1991-10-26
|
713b
|
20 lines
/*
** Include file for link glue classface.o
**
**
** Note these routines were written by Jim Mackraz, and not public
** domain, thanks to Jim, for his work. these routines are freely
** re-distributable, for a copy of the source, see the Amiga World
** Tech Journal Issue #3, disk.
**
*/
__stdargs DoMethod(Object *o, ULONG mehtod_id, ULONG tag1,...);
__stdargs DoSuperMethod(Class *cl, Object *o, ULONG mehtod_id, ULONG tag1,...);
__stdargs CoerceMethod(Class *cl, Object *o, ULONG mehtod_id, ULONG tag1,...);
__stdargs SetSuperAttrs( Class *cl, Object *o, ULONG tag, ... );
__stdargs DM( Object *o, Msg msg );
__stdargs DSM( Class *cl, Object *o, Msg msg );
__stdargs CM( Class *cl, Object *o, Msg msg );