ftp.nice.ch/Attic/openStep/connectivity/protocol/ppp/DialOnDemand.0.1.m.NIS.bs.tgz#/DialOnDemand.m.NIS/Source/DialOnDemand_main.m

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

/* Generated by the NeXT Project Builder 
   NOTE: Do NOT change this file -- Project Builder maintains it.
*/

#import <AppKit/AppKit.h>

void main(int argc, char *argv[]) {

    [NSApplication sharedApplication];
    if ([NSBundle loadNibNamed:@"DialOnDemand.nib" owner:NSApp])
	    [NSApp run];
	    
    [NSApp release];
    exit(0);
}

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