This is ConferenceSpeaker.h in view mode; [Download] [Up]
#import <appkit/Speaker.h>
@interface ConferenceSpeaker : Speaker
{}
-(int)helloIAm : (char *) fr
length : (int) len;
-(int)goodByeIAmLeaving : (char *) fr
length : (int) len;
-(int)sendMessage : (char *) msg
from : (char *) fr
length : (int) len;
@endThese are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.