ClassDefinitionChange.st
changeset 957 54dade11e57f
parent 911 cecf421ee767
child 962 3821ab69b939
equal deleted inserted replaced
956:0c6c209df4e9 957:54dade11e57f
     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 
       
    13 "{ Package: 'stx:libbasic3' }"
    12 
    14 
    13 ClassChange subclass:#ClassDefinitionChange
    15 ClassChange subclass:#ClassDefinitionChange
    14 	instanceVariableNames:'definition objectType nameSpaceName classType otherParameters'
    16 	instanceVariableNames:'definition objectType nameSpaceName classType otherParameters'
    15 	classVariableNames:''
    17 	classVariableNames:''
    16 	poolDictionaries:''
    18 	poolDictionaries:''
   104 ! !
   106 ! !
   105 
   107 
   106 !ClassDefinitionChange class methodsFor:'documentation'!
   108 !ClassDefinitionChange class methodsFor:'documentation'!
   107 
   109 
   108 version
   110 version
   109     ^ '$Header: /cvs/stx/stx/libbasic3/ClassDefinitionChange.st,v 1.20 2000-03-21 12:44:06 cg Exp $'
   111     ^ '$Header: /cvs/stx/stx/libbasic3/ClassDefinitionChange.st,v 1.21 2000-08-22 19:57:17 cg Exp $'
   110 ! !
   112 ! !