This is ProcessManager.h in view mode; [Download] [Up]
#import <objc/objc.h>
#import <appkit/appkit.h>
@interface ProcessManager:Object
{
id myTextObject;
id myWindow;
}
- readTTYProcesses: (char *) tty;
- readUserProcesses: (char *) name;
- logoutTTY:(char *) ttyname;
@endThese are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.