Re: About sockets...(part III)
Re: About sockets...(part III)
- Subject: Re: About sockets...(part III)
- From: malcom <email@hidden>
- Date: Fri, 31 May 2002 22:08:40 +0200
Il giorno 27-05-2002 19:11PM, email@hidden, email@hidden ha
scritto:
Ops sorry!!! :-)
Some questions...(sorry for the stupid questions...)
What's this?
>
@interface Socket (ExposeFD)
>
- (int)socketfd;
>
@end
>
@implementation Socket (ExposeFD)
>
- (int)socketfd { return socketfd; }
>
@end
>
And this? (socketfd)
>
@implementation IRCController
>
>
- (void)appendOutput:(NSString *)s color:(NSColor *)color
>
{
>
int len = [[output textStorage] length];
>
[output replaceCharactersInRange:NSMakeRange(len, 0) withString:s];
>
[output setTextColor:color range:NSMakeRange(len, [s length])];
>
[output scrollRangeToVisible:NSMakeRange([[output textStorage]
>
length], 0)];
>
}
This is the event?
Thanx and sorry again :)
-malcom-
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.