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

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

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

#import <appkit/appkit.h>

// Must fix these if app renamed
// These are used by the Questor external function feed_demo(var)

#define	FEED_APP	"FeedDemo"
#define FEED_SERVER	"FeedDemoServer"


@protocol FeedDemoProtocol

- (int)getDoubleValue: (double *)aDoubleStar
	forVariable: (const char *)name;

- checkIn:aClient;
- checkOut:aClient;

@end



@protocol FeedDemoClientProtocol

- (void oneway)feedDemoUpdate;

@end

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