Re: Memory Mania Revisted
Re: Memory Mania Revisted
- Subject: Re: Memory Mania Revisted
- From: Andreas Monitzer <email@hidden>
- Date: Sun, 10 Feb 2002 03:50:20 +0100
On Sunday, February 10, 2002, at 03:28 , Ondra Cada wrote:
And as for the practice, would you kindly point out a few standard
Foundation or AppKit classes which use new (or some variant of
newWith...) as
part of their standard API?
NSJavaVirtualMachine.h, part of JavaVM.framework:
@interface NSObject (InstantiatingJavaObjects)
+ (id) newWithSignature:(NSString *)signature, ...;
+ (id) newWithSignature:(NSString *)signature arguments:(va_list)args;
@end
andy
_______________________________________________
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.