ftp.nice.ch/pub/next/developer/objc/fromnext/MiniExamples.91.9.s.tar.gz#/MiniExamples/PerformanceTuning/Winfo/WinApp.m

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

/*
 * Winfo
 * by Paul S. Kleppner
 *
 * This program may be freely distributed, but not sold.
 * It is provided without warranty of any kind, expressed or
 * implied, as to its fitness for any particular use.
 */

/*
 * WinApp.  We subclass the application object, to add a method
 * to return the context number (normally a hidden part
 * of the interface).
 */

#import "WinApp.h"

@implementation WinApp
- (int) contextNumber 
{
  return contextNum;
}
@end

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