Re: NSStream's enum of NSStreamEventEndEncountered.
Re: NSStream's enum of NSStreamEventEndEncountered.
- Subject: Re: NSStream's enum of NSStreamEventEndEncountered.
- From: Sean McBride <email@hidden>
- Date: Thu, 24 Jul 2014 14:45:30 -0400
- Organization: Rogue Research Inc.
On Thu, 24 Jul 2014 14:05:17 -0400, Alex Zavatone said:
>If I change
>
> case NSStreamEventEndEncountered:
>
>to
>
> case 4:
>
>the event is caught.
>
>Since NSStreamEventEndEncountered is supposed to = 1UL << 4 in the
>NSStream header, does anyone have any idea what's going on here?
Um, 1<<4 != 4. :)
Cheers,
--
____________________________________________________________
Sean McBride, B. Eng email@hidden
Rogue Research www.rogue-research.com
Mac Software Developer Montréal, Québec, Canada
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden