ftp.nice.ch/pub/next/developer/objc/appkit/Starter.1.1.s.tar.gz#/Starter1.1/RemoteMethodCategory.m

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

#import <appkit/appkit.h>
#import <foundation/NSString.h>
#import "RemoteMethodCategory.h"
#import "DocumentClass.h"

@implementation AppController(RemoteMethods)
/* these methods implement the FICStarterServer protocol */

- (oneway void)newDocument
{	
	[self newDocument];
}

- (oneway void)openDocument:(NSString *)aPath 
{	
 	[self openDocument:aPath];
}
	
@end



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