ftp.nice.ch/pub/next/developer/apps/ClassEditor.0.4.NIHS.bsd.tar.gz#/ClassEditor.0.4.NIHS.bsd/Source/CESpeaker.m

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.