ftp.nice.ch/pub/next/developer/objc/api/QuestorAPI.3.2.s.tar.gz#/Questor_API/API/Source/Questor_API_Demo2/Questor_API_Demo2Speaker.m

This is Questor_API_Demo2Speaker.m in view mode; [Download] [Up]

#import <appkit/appkit.h>
#import "Questor_API_Demo2Speaker.h"
#import <mach.h>
#import <sys/message.h>
#import <servers/netname.h>
extern port_t name_server_port;
extern id NXResponsibleDelegate();
@implementation  Questor_API_Demo2Speaker :Speaker
{}
-(int)questorData : (char *) buf
	len : (int) len
	fromRow : (int) fromRow
	fromCol : (int) fromCol
	toRow : (int) toRow
	toCol : (int) toCol
	sheet : (char *) path
	ok : (int *) ok
/* */
{
return [self selectorRPC:"questorData:len:fromRow:fromCol:toRow:toCol:sheet:ok:"
	paramTypes:"biiiicI",
		buf,
		len,
		fromRow,
		fromCol,
		toRow,
		toCol,
		path,
		ok];
}
@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.