00001 // 00002 // LLDOSender.h 00003 // MacTrek 00004 // 00005 // Created by Aqua on 27/04/2006. 00006 // Copyright 2006 __MyCompanyName__. All rights reserved. 00007 // 00008 00009 #import <Cocoa/Cocoa.h> 00010 #import "LLDOProxy.h" 00011 00012 00013 @interface LLDOSender : NSObject { 00014 } 00015 00016 // this is the message that will be sent to the remote target 00017 - (void) invokeRemoteObjectWithUserData:(id)data; 00018 00019 @end