ftp.nice.ch/pub/next/developer/languages/c/gcc.2.7.2.2.N.b.tar.gz#/lib/gcc-lib/m68k-next-nextstep3/2.7.2.2.f.2/include/machkit/NXProtocolChecker.h

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

/*
 * Copyright 1991 NeXT Computer, Inc.
 */

#import <objc/Protocol.h>
#import <objc/Object.h>
#import <machkit/exceptions.h>

@interface NXProtocolChecker : Object {
	id	target;
	Protocol *protocol;
}

- initWithObject:anObject forProtocol:(Protocol *)proto;

/* reimplemented Object methods...*/
- forward:(SEL)sel :(void *)args;
- (struct objc_method_description *) descriptionForMethod:(SEL)sel;
/*- (BOOL) conformsTo: (Protocol *)aProtocolObject;*/
- free;

@end

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