This is UniqueInstance.h in view mode; [Download] [Up]
/******************************************************************************
.../UniqueInstance.h
Copyright Michael T. H. Scott, 1995.
UniqueInstance is an abstract superclass for subclasses which require a unique instance. Alloc, copy and free are reimplemented to return error.
******************************************************************************/
#import <appkit/appkit.h>
@interface UniqueInstance : Object
{
}
+ initialize;
+ uniqueInstance;
+ alloc;
- (BOOL)uninitialized;
- init;
- copyFromZone: (NXZone *)aZone;
- free;
@endThese are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.