On Aug 23, 2009, at 7:42 PM, PCWiz <pcwiz.supp...@gmail.com> wrote:
name:@"NSFileHandleReadCompletionNotification"
NSFileHandleReadCompletionNotification is the name of a constant, not necessarily its value.
In general, there are very few cases where notification names, dictionary keys, and other known constants don't have symbolic names. In that case the documentation will list them in @"" form; otherwise the names listed are the actual const variables themselves.
No idea if this is your issue. Often the constant values are the same as their names, and code like that which you've posted just seems to work fine.
--Kyle Sluder _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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 arch...@mail-archive.com