Link.st
changeset 530 07d0bce293c9
parent 384 cc3d110ea879
child 607 a9a526c51233
equal deleted inserted replaced
529:413c9ae63621 530:07d0bce293c9
    15        classVariableNames:''
    15        classVariableNames:''
    16        poolDictionaries:''
    16        poolDictionaries:''
    17        category:'Collections-Support'
    17        category:'Collections-Support'
    18 !
    18 !
    19 
    19 
    20 Link comment:'
       
    21 COPYRIGHT (c) 1992 by Claus Gittinger
       
    22 	      All Rights Reserved
       
    23 
       
    24 $Header: /cvs/stx/stx/libbasic/Link.st,v 1.8 1995-08-11 03:01:32 claus Exp $
       
    25 '!
       
    26 
       
    27 !Link class methodsFor:'documentation'!
    20 !Link class methodsFor:'documentation'!
    28 
    21 
    29 copyright
    22 copyright
    30 "
    23 "
    31  COPYRIGHT (c) 1992 by Claus Gittinger
    24  COPYRIGHT (c) 1992 by Claus Gittinger
    39  hereby transferred.
    32  hereby transferred.
    40 "
    33 "
    41 !
    34 !
    42 
    35 
    43 version
    36 version
    44 "
    37     ^ '$Header: /cvs/stx/stx/libbasic/Link.st,v 1.9 1995-11-11 15:23:51 cg Exp $'
    45 $Header: /cvs/stx/stx/libbasic/Link.st,v 1.8 1995-08-11 03:01:32 claus Exp $
       
    46 "
       
    47 !
    38 !
    48 
    39 
    49 documentation
    40 documentation
    50 "
    41 "
    51     this class provides the basic functionality for Link-nodes.
    42     this class provides the basic functionality for Link-nodes.