discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSStream update


From: hns
Subject: Re: NSStream update
Date: 21 Feb 2006 11:55:51 -0800
User-agent: G2/0.2

Derek Zhou schrieb:
>
> - (void) addEvent: (void*)data
>            type: (RunLoopEventType)type
>         watcher: (id<RunLoopEvents>)watcher
>         forMode: (NSString*)mode;
>
> Where data is the file descriptor (int) in Unix. So how does that
> work?

That can't work properly on a 64 bit machine... And is one of the
reasons why I have replaced that in NSRunloop in my NSStream code by
-addObserver:forMode: Did you take a look into my approach? Maybe we
can discuss dorung FOSDEM if you participate.

Nikolaus



reply via email to

[Prev in Thread] Current Thread [Next in Thread]