Re: Threading...
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>) |