(The Class Heirarchy): Fixes from Aleksey Sudakov

<zander@cnext.crec.mipt.ru>.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@622 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
mccallum 1995-10-09 14:33:10 +00:00
parent 2c36b7bf5f
commit 26d784307d

View file

@ -44,6 +44,7 @@ abtract superclasses (classes which are not usable without
subclassing) end with "Collection"; subclassing) end with "Collection";
@example @example
NSObject
Collection <Collecting> Collection <Collecting>
Set Set
Bag Bag
@ -62,7 +63,6 @@ subclassing) end with "Collection";
RBTree RBTree
EltNodeCollector EltNodeCollector
String String
DelegatePool
LinkedListNode LinkedListNode
LinkedListEltNode LinkedListEltNode
BinaryTreeNode BinaryTreeNode
@ -76,15 +76,17 @@ subclassing) end with "Collection";
TextCoder TextCoder
BinaryCoder BinaryCoder
ConnectedCoder ConnectedCoder
RetainingNotifier
Port Port
SocketPort SocketPort
Connection Connection
Proxy
Magnitude Magnitude
Time Time
Random Random
RNGBerkeley <RandomGenerating> RNGBerkeley <RandomGenerating>
RNGAdditiveCongruential <RandomGenerating> RNGAdditiveCongruential <RandomGenerating>
DelegatePool
Proxy
@end example @end example