NSProtocolChecker help
NSProtocolChecker help
- Subject: NSProtocolChecker help
- From: David McGavran <email@hidden>
- Date: Tue, 17 Jan 2006 00:30:21 +0100
Hi,
I am a big newbie to Obj-C/Cocoa. I have some distributed object
stuff working but I can't find any sample code that shows how to use
NSProtocolChecker.
Lets say I have this interface:
@interface ObjA : NSObject
- (ObjB *)getObjB;
- (void)getObjB2: (ObjB **)outObjB;
@end
On the client side I want:
@protocol ObjA
- (ObjB *)getObjB;
@end
How do I setup the server with a NSProtocolChecker so this will work?
i.e. limit the client to only seeing the one method.
Thanks in advance. Also if there was just some good sample code for
this type of thing that would be great.
Thanks
Dave
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden