This is Pacemaker.h in view mode; [Download] [Up]
/* RoachesView is Copyright 1994 by Brian Hill <bhill@physics.ucla.edu>. */
/* Pacemaker.h: */
#import <appkit/appkit.h>
@interface Pacemaker:Object
{
struct timeval then;
long interval;
}
- initInterval:(long)newInterval;
- setInterval:(long)newInterval;
- reset;
- (long)doze; /* Returns actual interval. */
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.