Protocols on the fly?
Protocols on the fly?
- Subject: Protocols on the fly?
- From: Owen Anderson <email@hidden>
- Date: Sun, 27 Apr 2003 23:59:38 -0400
Hey folks,
I'm working on a framework that involves passing an object supplied by
the host application to another computer via Distributed Objects. Now,
the object being passed can be of any type, so I don't have a protocol
to attach to it when it is received on the other side. I can think of
two solutions to this: require the host application to provide a copy
of the protocol, or find a way to generate a protocol from the object.
So, folks, is this possible? Given an object, can I generate a
Protocol* for its methods?
Thanks,
Owen Anderson
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.