home *** CD-ROM | disk | FTP | other *** search
- /*
- ** 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 );
-