This is CESpeaker.m in view mode; [Download] [Up]
#import <appkit/appkit.h>
#import "ClassEditorSpeaker.h"
#import <mach/mach.h>
#import <mach/message.h>
#import <servers/netname.h>
extern port_t name_server_port;
extern id NXResponsibleDelegate();
@implementation ClassEditorSpeaker :Speaker
{}
-(int)openFile : (char *) aPath
onHost : (char *) aHost
atTrueLine : (int) aLine
/* */
{
return [self selectorRPC:"openFile:onHost:atTrueLine:"
paramTypes:"cci",
aPath,
aHost,
aLine];
}
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.