ftp.nice.ch/pub/next/system/driver/data/DAS.12.1.0.I.bsd.tar.gz#/DAS-12/DAS-12/DASuser.subproj/DASBase.h

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.