Re: unique class name in Cocoa UI?
Re: unique class name in Cocoa UI?
- Subject: Re: unique class name in Cocoa UI?
- From: Luke Bellandi <email@hidden>
- Date: Wed, 27 Oct 2004 08:45:07 -0700
On Oct 26, 2004, at 7:58 PM, Hidetomo Katsura wrote:
thanks! this information should be in WritingCocoaAUUIs.pdf. well, i
guess it's not AU plug-in specific but it applies to any piece of objc
code (e.g. plug-in) that runs in a shared context (e.g. host app).
The following document on developer.apple.com covers this namespace
issue as well as many other issues pertinent to 3rd party Objective-C
framework/bundle developers:
http://developer.apple.com/documentation/Cocoa/Conceptual/
CodingGuidelines/index.html?http://developer.apple.com/documentation/
Cocoa/Conceptual/CodingGuidelines/Articles/FrameworkImpl.html
Best,
Luke
so there is no scope, name space, or anything like that in objc so
that the host app can do something about it in the future? otherwise,
it is somewhat likely that there will be a conflict at some point
unless we all use class names like com_company_blah_blah_MyButton or
whatever. is there a such rule already in place and i just didn't
know?
anyways, i have to change my class names now. thanks again! :)
katsura
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden