(C) 1998 AROS - The Amiga Research OS


NAME
#include <intuition/classes.h>
#include <proto/boopsi.h>

void RemoveClass (classPtr)

LOCATION
In BOOPSIBase at offset 13

SYNOPSIS
struct IClass * classPtr

FUNCTION
Makes a public class inaccessible. This function may be called several times on the same class and even if the class never was in the public list.

INPUTS
classPtr
Pointer to the result of MakeClass(). May be NULL.

RESULT
None.

EXAMPLE

SEE ALSO
MakeClass(), FreeClass(), AddClass(), "Basic Object-Oriented Programming System for Intuition" and "boopsi Class Reference" Dokument.

NOTES

BUGS

INTERNALS

HISTORY
20.10.1998 hkiel
Amiga Research OS
23.10.1997 digulla
Added files from iaint