MCClassDefinition.st
changeset 976 eba7baca1ed0
parent 969 e80717daf864
child 986 d59dea3216cb
child 1036 d66bd258a5eb
--- a/MCClassDefinition.st	Wed Feb 25 01:14:48 2015 +0100
+++ b/MCClassDefinition.st	Sun Mar 01 02:06:15 2015 +0100
@@ -326,6 +326,12 @@
             ]
         ]
     ].
+
+"/ does not work yet
+"/    classInstVarNamesString notEmptyOrNil ifTrue:[
+"/        definitionSelector := (definitionSelector , 'classInstanceVariableNames:') asSymbol
+"/    ].
+
     ^ClassDefinitionChange new
         mcDefinition: self;
         definitionSelector: definitionSelector;
@@ -642,14 +648,14 @@
 !MCClassDefinition class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCClassDefinition.st,v 1.18 2015-02-09 10:10:44 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCClassDefinition.st,v 1.19 2015-03-01 01:06:15 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCClassDefinition.st,v 1.18 2015-02-09 10:10:44 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCClassDefinition.st,v 1.19 2015-03-01 01:06:15 cg Exp $'
 !
 
 version_SVN
-    ^ '$Id: MCClassDefinition.st,v 1.18 2015-02-09 10:10:44 cg Exp $'
+    ^ '$Id: MCClassDefinition.st,v 1.19 2015-03-01 01:06:15 cg Exp $'
 ! !