osobject.h   [plain text]




#include "metaclass.h"

class OSObject : public OSMetaClassBase
{
	OSDeclareAbstractStructorsWithDispatch(OSObject);
};