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

This is STAppServer.h in view mode; [Download] [Up]

/* 	STAppServer.h - written by Phillip Zakhour 1/95

	This class is the server interface for Distributed
	Objects Access to an app. It implements
	a default (do nothing) implementation of the DesktopAppProtocol.
	This object is intended to be an abstract super-class.  It should
	be sub-classed to add any application specific 
	protocols and to override the default implementations of the 
	DesktopAppProtocol.
	
	additions by Robert Vasvari 1-23-95
	
*/

#import <appkit/appkit.h>

#import <remote/NXProxy.h>	/* setProtocolForProxy */

@class NSString;

@interface STAppServer:Object <NXSenderIsInvalid>
{
}

- (NSString *)appName;
- init;

@end

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