This is HandleDeputy.m in view mode; [Download] [Up]
#import "HandleDeputy.h"
#import "BlackHand.h"
@implementation HandleDeputy
- inputToApp:(char *)in;
{
[client requestFromDeputy:in];
return self;
};
-outputFromApp:(char *)out;
{
return self;
};
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.