Class.st
changeset 2771 c5b18e2e7e26
parent 2719 92fb0f7eac26
child 2835 9030f7d3a0d6
equal deleted inserted replaced
2770:7c4ab842329f 2771:c5b18e2e7e26
  2017     ].
  2017     ].
  2018     fileNameString := dirName , fileNameString.
  2018     fileNameString := dirName , fileNameString.
  2019 
  2019 
  2020     self fileOutAs:fileNameString.
  2020     self fileOutAs:fileNameString.
  2021 
  2021 
  2022     "
  2022 "/    "
  2023      add a change record; that way, administration is much easier,
  2023 "/     add a change record; that way, administration is much easier,
  2024      since we can see in that changeBrowser, which changes have 
  2024 "/     since we can see in that changeBrowser, which changes have 
  2025      already found their way into a sourceFile and which must be
  2025 "/     already found their way into a sourceFile and which must be
  2026      applied again
  2026 "/     applied again
  2027     "
  2027 "/    "
  2028     self addChangeRecordForClassFileOut:self
  2028 "/    self addChangeRecordForClassFileOut:self
  2029 
  2029 
  2030     "Modified: 7.6.1996 / 09:14:43 / stefan"
  2030     "Modified: 7.6.1996 / 09:14:43 / stefan"
  2031     "Modified: 16.4.1997 / 20:45:33 / cg"
  2031     "Modified: 16.4.1997 / 20:45:33 / cg"
  2032 !
  2032 !
  2033 
  2033 
  3789 ! !
  3789 ! !
  3790 
  3790 
  3791 !Class class methodsFor:'documentation'!
  3791 !Class class methodsFor:'documentation'!
  3792 
  3792 
  3793 version
  3793 version
  3794     ^ '$Header: /cvs/stx/stx/libbasic/Class.st,v 1.286 1997-06-26 09:47:32 cg Exp $'
  3794     ^ '$Header: /cvs/stx/stx/libbasic/Class.st,v 1.287 1997-07-23 07:47:11 ca Exp $'
  3795 ! !
  3795 ! !