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

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

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

#import <machkit/exceptions.h>

@protocol NXReference

/* how many references are there outstanding*/
- (unsigned) references;

/* add a reference; return the object.*/
- addReference;

/* remove a reference; return self if references remain*/
- free;
@end

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