ftp.nice.ch/pub/next/connectivity/protocol/Timer.N.bs.tar.gz#/Timer/TimerSpeaker.m

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

#import <appkit/appkit.h>
#import "TimerSpeaker.h"
#import <mach/mach.h>
#import <mach/message.h>
#import <servers/netname.h>
extern port_t name_server_port;
extern id NXResponsibleDelegate();
@implementation  TimerSpeaker :Speaker
{}
-(int)resetUnits
/* */
{
return [self selectorRPC:"resetUnits"
	paramTypes:""];
}
-(int)exit
/* */
{
return [self selectorRPC:"exit"
	paramTypes:""];
}
@end

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