TimeDuration.st
changeset 16357 db103fed28a4
parent 16356 d9c6b891d04c
child 16403 ddd36af8ddd7
equal deleted inserted replaced
16356:d9c6b891d04c 16357:db103fed28a4
     7  inclusion of the above copyright notice.   This software may not
     7  inclusion of the above copyright notice.   This software may not
     8  be provided or otherwise made available to, or used by, any
     8  be provided or otherwise made available to, or used by, any
     9  other person.  No title to or ownership of the software is
     9  other person.  No title to or ownership of the software is
    10  hereby transferred.
    10  hereby transferred.
    11 "
    11 "
    12 "{ Package: 'stx:libbasic2' }"
    12 "{ Package: 'stx:libbasic' }"
    13 
    13 
    14 Time subclass:#TimeDuration
    14 Time subclass:#TimeDuration
    15 	instanceVariableNames:''
    15 	instanceVariableNames:''
    16 	classVariableNames:'TimeDurationZero DefaultFormatForPrinting'
    16 	classVariableNames:'TimeDurationZero DefaultFormatForPrinting'
    17 	poolDictionaries:''
    17 	poolDictionaries:''
  1075 ! !
  1075 ! !
  1076 
  1076 
  1077 !TimeDuration class methodsFor:'documentation'!
  1077 !TimeDuration class methodsFor:'documentation'!
  1078 
  1078 
  1079 version
  1079 version
  1080     ^ '$Header: /cvs/stx/stx/libbasic/TimeDuration.st,v 1.65 2014-04-16 22:20:35 cg Exp $'
  1080     ^ '$Header: /cvs/stx/stx/libbasic/TimeDuration.st,v 1.66 2014-04-16 22:30:27 cg Exp $'
  1081 !
  1081 !
  1082 
  1082 
  1083 version_CVS
  1083 version_CVS
  1084     ^ '$Header: /cvs/stx/stx/libbasic/TimeDuration.st,v 1.65 2014-04-16 22:20:35 cg Exp $'
  1084     ^ '$Header: /cvs/stx/stx/libbasic/TimeDuration.st,v 1.66 2014-04-16 22:30:27 cg Exp $'
  1085 ! !
  1085 ! !
  1086 
  1086 
  1087 
  1087 
  1088 TimeDuration initialize!
  1088 TimeDuration initialize!