This is DASBase.h in view mode; [Download] [Up]
#import <objc/Object.h> #import <mach/mach.h> @interface DASBase:Object { port_t server; // Mach port, which identify the DAS_12 driver server } // initialization and freeing - init; - initOnHost:(const char *)name; - free; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.