Re: Remote Invocation

2009-03-10 Thread Ken Thomases
On Mar 10, 2009, at 9:13 AM, rajesh swarnkar wrote: I have two application in cocoa . My aim is to communicate with a protocol between both the application using IPC mechanism (through NSConnection) but I am unable to achieve my goal. I want to use id < MyProtocol > protocol as inout paramete

Remote Invocation

2009-03-10 Thread rajesh swarnkar
Hi All, I have two application in cocoa . My aim is to communicate with a protocol between both the application using IPC mechanism (through NSConnection) but I am unable to achieve my goal. I want to use id < MyProtocol > protocol as inout parameter for two way communication. Please see my