• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
NSProtocolChecker help
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Prev by Date: Re: [Core Data] Improve save performance ?
  • Next by Date: Re: [Core Data] Improve save performance ?
  • Previous by thread: Re: NSBezierPath containsPoint is buggy?
  • Next by thread: C++/ObjC Distributed Objects
  • Index(es):
    • Date
    • Thread