ftp.nice.ch/pub/next/developer/resources/classes/misckit/MiscKit.1.10.0.s.gnutar.gz#/MiscKit/Temp/UniqueInstance.h

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;
@end

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