On Mon, Apr 13, 2009 at 5:29 PM, Kyle Sluder <[email protected]> wrote: > On Mon, Apr 13, 2009 at 5:15 PM, Eric Slosser <[email protected]> wrote: >> I see in the release notes for Leopard that -[NSDocumentController >> typeFromFileExtension:] is deprecated, but that doesn't mean "stops >> working", does it? > > Not necessarily.
It's true that it doesn't mean that. Deprecated means that it's officially discouraged, that it's likely to disappear the next time Apple can do so without breaking binary compatibility (in the past this has happened e.g. when moving to 64-bit) but that it will remain available *and working* in the current environment. Of course there is always the opportunity for bugs. Mike _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
