home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP Advantage / NeXTstep_Advantage.img / YourCallServer / CallServer.h < prev    next >
Text File  |  1993-04-14  |  340b  |  15 lines

  1. /* You may freely copy, distribute and reuse the code in this example.
  2.  * NeXT disclaims any warranty of any kind, expressed or implied, as to
  3.  * its fitness for any particular use.
  4.  */ 
  5.  
  6. #import "CallController.h"
  7. #import <remote/NXConnection.h>
  8. #import "callProvider.h"
  9.  
  10. @interface CallServer:CallController <CallProvider>
  11.  
  12. - init;
  13.  
  14. @end
  15.