Re: Conflicting Namespaces on the Language Level
Re: Conflicting Namespaces on the Language Level
- Subject: Re: Conflicting Namespaces on the Language Level
- From: email@hidden
- Date: Sat, 14 Sep 2002 22:39:36 -0400
Actually, the code where the problem occurs used to work, and I first
noticed it in a class that was a proper subclass of NSDictionary.
Anyway, the example should still compile, though it won't have all of
the functionality of an NSDictionary.
On Saturday, Sep 14, 2002, at 21:26 America/New_York, Sherm Pendley
wrote:
On Saturday, September 14, 2002, at 08:46 PM, email@hidden
wrote:
@interface ClassThatShouldCompile: NSDictionary
{
id dictionary;
}
@end
NSDictionary and NSArray are both members of class clusters, so
special steps are needed to create a subclass.
See the "Class Clusters" programming topic at <URL:
file:///Developer/Documentation/Cocoa/TasksAndConcepts/
ProgrammingTopics/Foundation/
Concepts/ClassClusters.html> for more.
sherm--
_______________________________________________
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.