• 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: Threading...
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Threading...


  • Subject: Re: Threading...
  • From: Kevin Ballard <email@hidden>
  • Date: Wed, 9 Feb 2005 18:12:39 -0500

On Feb 9, 2005, at 6:06 PM, Brian O'Brien wrote:

1) Is there a better place to start the thread?

How about the NSApplicationDidFinishLaunching notification (or NSApp delegate method)?


2) Where is the instance of my class dicomSCP? Without one I don't know how to call 'thread safe' member functions.

You haven't create done. To create one, call [[dicomSCP alloc] init] and that will return a new instance.


3) I don't get the + / - in front of the methods.. Instance vs. Class?

Yes. + means class method, - means instance method.

--
Kevin Ballard
email@hidden
http://www.tildesoft.com
http://kevin.sb.org

Attachment: smime.p7s
Description: S/MIME cryptographic signature

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >Threading... (From: "Brian O'Brien" <email@hidden>)

  • Prev by Date: Re: Do I need to use Distributed Objects or not?
  • Next by Date: Re: Fade out the window content
  • Previous by thread: Threading...
  • Next by thread: Connecting NSOutlineView to NSTextView
  • Index(es):
    • Date
    • Thread