home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / Apps / DevTools / ClassEditor.0.3 / Source / CESpeaker.m < prev    next >
Encoding:
Text File  |  1995-02-08  |  447 b   |  22 lines

  1. #import <appkit/appkit.h>
  2. #import "ClassEditorSpeaker.h"
  3. #import <mach/mach.h>
  4. #import <mach/message.h>
  5. #import <servers/netname.h>
  6. extern port_t name_server_port;
  7. extern id NXResponsibleDelegate();
  8. @implementation  ClassEditorSpeaker :Speaker
  9. {}
  10. -(int)openFile : (char *) aPath
  11.     onHost : (char *) aHost
  12.     atTrueLine : (int) aLine
  13. /* */
  14. {
  15. return [self selectorRPC:"openFile:onHost:atTrueLine:"
  16.     paramTypes:"cci",
  17.         aPath,
  18.         aHost,
  19.         aLine];
  20. }
  21. @end
  22.