MessageTally.st
changeset 119 1a9c5a761edf
parent 98 123d948aacd1
child 120 950e4628d657
equal deleted inserted replaced
118:f9ba7c0827eb 119:1a9c5a761edf
     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 
    12 
    13 Object subclass:#MessageTally
    13 !Object subclass:#MessageTally
    14 	 instanceVariableNames:'process tree ntally theBlock spyInterval'
    14 	 instanceVariableNames:'process tree ntally theBlock spyInterval'
    15 	 classVariableNames:''
    15 	 classVariableNames:''
    16 	 poolDictionaries:''
    16 	 poolDictionaries:''
    17 	 category:'System-Debugging-Support'
    17 	 category:'System-Debugging-Support'
    18 !
    18 !
   272 ! !
   272 ! !
   273 
   273 
   274 !MessageTally class methodsFor:'documentation'!
   274 !MessageTally class methodsFor:'documentation'!
   275 
   275 
   276 version
   276 version
   277     ^ '$Header: /cvs/stx/stx/libbasic3/MessageTally.st,v 1.15 1995-11-27 22:33:21 cg Exp $'
   277     ^ '$Header: /cvs/stx/stx/libbasic3/MessageTally.st,v 1.16 1995-12-09 14:43:06 cg Exp $'
   278 ! !
   278 ! !