ftp.nice.ch/pub/next/developer/resources/classes/misckit/MiscKit.1.10.0.s.gnutar.gz#/MiscKit/Temp/ThreadedApp-1.1/ThreadTest.m

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

static char rcsid[] = "$Id: ThreadTest.m,v 1.1 1997/04/02 18:28:47 croehrig Exp $";
/*
 *  ThreadTest  application controller.
 */

#import <appkit/appkit.h>
#import "ThreadTest.h"
#import "Counter.h"

@implementation ThreadTest : Object

- newTest:sender
{
    [[Counter alloc] init];
    return self;
}

- kill:sender
{
    [[NXApp mainWindow] performClose:self];
    return self;
}

@end

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