ValueLink.st
changeset 112 3e18f2cfe430
parent 85 df13b436b54e
child 124 d919bc2f0078
equal deleted inserted replaced
111:92392ae9a0f0 112:3e18f2cfe430
    15        classVariableNames:''
    15        classVariableNames:''
    16        poolDictionaries:''
    16        poolDictionaries:''
    17        category:'Collections-Support'
    17        category:'Collections-Support'
    18 !
    18 !
    19 
    19 
    20 ValueLink comment:'
       
    21 COPYRIGHT (c) 1992 by Claus Gittinger
       
    22 	      All Rights Reserved
       
    23 
       
    24 $Header: /cvs/stx/stx/libbasic2/ValueLink.st,v 1.8 1995-08-10 18:36:37 claus Exp $
       
    25 '!
       
    26 
       
    27 !ValueLink class methodsFor:'documentation'!
    20 !ValueLink 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/libbasic2/ValueLink.st,v 1.9 1995-11-11 15:21:58 cg Exp $'
    45 $Header: /cvs/stx/stx/libbasic2/ValueLink.st,v 1.8 1995-08-10 18:36:37 claus Exp $
       
    46 "
       
    47 !
    38 !
    48 
    39 
    49 documentation
    40 documentation
    50 "
    41 "
    51     this class provides Links which can hold a value.
    42     this class provides Links which can hold a value.