home *** CD-ROM | disk | FTP | other *** search
- /* 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
-