How to get a pointer to the current class handler callback?
How to get a pointer to the current class handler callback?
- Subject: How to get a pointer to the current class handler callback?
- From: Sherm Pendley <email@hidden>
- Date: Sun, 27 Oct 2002 09:26:48 -0500
I'm using objc_setClassHandler() to register a class handler function.
Unfortunately, this function apparently replaces the current handler.
Okay, no problem, I can write my class handler so that, if it cannot
create and register the requested class, it calls the
previously-registered class handler function.
Problem is, there doesn't seem to be a documented way to retrieve the
address of the currently registered function. Can anyone offer any,
err... pointers? :-)
sherm--
If you listen to a UNIX shell, can you hear the C?
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.