On Jun 16, 2005, at 1:20 PM, Adam Fedor wrote:

I looked into this. One issue is that objc/Object.h is needed by NSConnection.h, because it declares a category of Object. Is there a reason why this is there?

@interface Object (NSPortCoder)
- (Class) classForPortCoder;

- (id) replacementObjectForPortCoder: (NSPortCoder*)aCoder;

@end


Well, to answer my own question. No. It appears they're just informal protocols, so the root object doesn't matter.



_______________________________________________
Gnustep-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnustep-dev

Reply via email to