ftp.nice.ch/pub/next/tools/workspace/Broadcast.1.0.s.tar.gz#/Broadcast/BroadcastDaemon/Controller.h

This is Controller.h in view mode; [Download] [Up]

/* Copyright (c) 1992 by NightShade Software.  All rights reserved.
 *    You may modify and (hopefully) improve this code if you keep the
 *    original copyright messages, don't sell it, and share your improvements
 *    with with the World.
 *
 * NAME
 *     Controller : Object
 *
 * DESCRIPTION
 *     A class to handle the messages from the Broadcast Listener.
 *
 * COMMENTS/PROBLEMS
 *     You get what you pay for...
 *
 * AUTHOR/DATE CREATED
 *     Gary Ritchie/December 22, 1992
 *
 * REVISIONS
 *
 */

#import <appkit/appkit.h>

@interface Controller : Object
{
}

- appDidInit:sender;
- (int) broadcast:(char *)msg from:(char *)user;

@end

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