Skip navigation.
 
mlNSProxy
FROM : The Amazing Llama
DATE : Tue Jan 14 21:03:50 2003

Going about my only idea for finding this memory leak (as mentioned in
NSZombie, the other thread I just started), I'm implementing a class
that pretends to be an NSNumber.

I figured that I should subclass from NSProxy. Then I looked at NSProxy
and realized that it gave me no features at all, and as far as I can
tell just makes my life interesting by selectively not implementing a
few things; -init for example. So... what's the point of subclassing
NSProxy? What DOES it give you, aside from bookkeeping?

Seth A. Roby            The Amazing Llama < mail or AIM me at tallama at mac dot
com>
"Life is like an exploded clown. It's really funny until you figure out
what just happened."
_______________________________________________
cocoa-dev mailing list | <email_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

Related mailsAuthorDate
mlNSProxy The Amazing Llama Jan 14, 21:03
mlRe: NSProxy Nathan Day Jan 15, 08:35
mlRe: NSProxy Nathan Day Jan 15, 08:35
mlRe: NSProxy Brent Gulanowski Jan 15, 18:08