• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: NSStream's enum of NSStreamEventEndEncountered.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: NSStream's enum of NSStreamEventEndEncountered.
      • From: edward taffel <email@hidden>
References: 
 >NSStream's enum of NSStreamEventEndEncountered. (From: Alex Zavatone <email@hidden>)

  • Prev by Date: NSStream's enum of NSStreamEventEndEncountered.
  • Next by Date: Re: NSStream's enum of NSStreamEventEndEncountered.
  • Previous by thread: NSStream's enum of NSStreamEventEndEncountered.
  • Next by thread: Re: NSStream's enum of NSStreamEventEndEncountered.
  • Index(es):
    • Date
    • Thread