poseAsClass

2006-04-11 Thread Lloyd Dupont
Does poseAsClass work? I tred to poseAsClass: NSObject to override release, but that doens't seems to work. I have a NSLOg in release, but it never write!. Below is my code: static NSMutableDictionary * whoWasIt = nil; @implementation DebugObject + (void) install { [self poseAsClass

Re: poseAsClass

2006-04-11 Thread Chris Vetter
On 2006-04-11 09:59:50 +0200 Lloyd Dupont [EMAIL PROTECTED] wrote: Does poseAsClass work? Yes. Don't know whether this will help with your problem, but I put +poseAsClass: in +load, not in +initialize. -- Chris ___ Discuss-gnustep mailing list