• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: NSQueue equivalent?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

References: 
 >Re: NSQueue equivalent? (From: Steve Mykytyn <email@hidden>)

  • Prev by Date: Re: NSQueue equivalent?
  • Next by Date: Fwd: What is the difference between Carbon and Cocoa and should I even care?
  • Previous by thread: Re: NSQueue equivalent?
  • Next by thread: Re: NSQueue equivalent?
  • Index(es):
    • Date
    • Thread