Re: NSQueue equivalent?
Re: NSQueue equivalent?
- Subject: Re: NSQueue equivalent?
- From: John Hörnkvist <email@hidden>
- Date: Tue, 19 Feb 2002 22:24:17 +0100
On Tuesday, February 19, 2002, at 10:06 PM, Steve Mykytyn wrote:
perfect. thanks.
Don't forget to add a dealloc method if you use the class approach.
- (void)dealloc
{
[objects release];
[super dealloc];
}
/John
--
ToastedMarshmallow, the perfect Cocoa companion
http://www.toastedmarshmallow.com
_______________________________________________
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.