home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OpenStep (Enterprise)
/
OpenStepENTCD.toast
/
OEDEV
/
DEV.Z
/
reference.h
< prev
next >
Wrap
Text File
|
1996-09-08
|
314b
|
20 lines
/*
* 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