Change.st
changeset 654 edeb63d98088
parent 651 20f3013cf5c0
child 771 0fc9c131d807
equal deleted inserted replaced
653:b873bb41ef10 654:edeb63d98088
    73     "return the source of the change"
    73     "return the source of the change"
    74 
    74 
    75     ^ source
    75     ^ source
    76 
    76 
    77     "Modified: 15.7.1996 / 09:26:34 / cg"
    77     "Modified: 15.7.1996 / 09:26:34 / cg"
       
    78 !
       
    79 
       
    80 source:someString
       
    81     "set the source of the change"
       
    82 
       
    83     source := someString
       
    84 
       
    85     "Modified: / 15.7.1996 / 09:26:34 / cg"
       
    86     "Created: / 16.2.1998 / 13:05:16 / cg"
    78 ! !
    87 ! !
    79 
    88 
    80 !Change class methodsFor:'documentation'!
    89 !Change class methodsFor:'documentation'!
    81 
    90 
    82 version
    91 version
    83     ^ '$Header: /cvs/stx/stx/libbasic3/Change.st,v 1.14 1998-02-07 19:01:42 cg Exp $'
    92     ^ '$Header: /cvs/stx/stx/libbasic3/Change.st,v 1.15 1998-02-16 13:59:45 cg Exp $'
    84 ! !
    93 ! !