ftp.nice.ch/pub/next/connectivity/conferences/NetTalk.1.4b.s.tar.gz#/NetTalk_V1.4beta/TalkRequest.h

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

#import "NetTalk.h"
#import <objc/Object.h>

@class View;

@interface TalkRequest : Object
{
	View   *document;
	char   *topic;
	char   *code;
	char   *clientUName;
}

- initFor:(View *)aDocument
	from:(const char *)aUName
	code:(const char *)aCode
	topicIs:(const char*)aTopic;

- free;

- (View *)requestDocument;
- (const char *)requestUName;
- (const char *)requestCode;
- (const char *)requestTopic;

@end

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