home *** CD-ROM | disk | FTP | other *** search
- #import <appkit/appkit.h>
- #import "ClassEditorSpeaker.h"
- #import <mach/mach.h>
- #import <mach/message.h>
- #import <servers/netname.h>
- extern port_t name_server_port;
- extern id NXResponsibleDelegate();
- @implementation ClassEditorSpeaker :Speaker
- {}
- -(int)openFile : (char *) aPath
- onHost : (char *) aHost
- atTrueLine : (int) aLine
- /* */
- {
- return [self selectorRPC:"openFile:onHost:atTrueLine:"
- paramTypes:"cci",
- aPath,
- aHost,
- aLine];
- }
- @end
-