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.