ftp.nice.ch/pub/next/developer/objc/api/QuestorAPI.3.2.s.tar.gz#/Questor_API/Feeders/Source/FeedDemo.folder/FeedDemoFunction/feed_demo.h

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

//
//	Xanthus
//	Copyright (c) 1992, 1993, 1994 Xanthus International AB.  
//	All rights reserved. 
//

#import <appkit/appkit.h>
#import "XQ_UserFunction.h"
#import "../FeedDemo/FD_protocols.h"	// UGLY
#import "XQ_Feeder_Protocols.h"



@interface feed_demo:XQ_UserFunction 
	<NXSenderIsInvalid, FeedDemoClientProtocol>
{
	id	theServer;	// proxy to server app
}

- cacheServerProxy;

@end

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