ClassPrimitiveChange.st
branchjv
changeset 3838 474d8ec95b33
parent 3128 87750af738dc
parent 3501 2ec70319140a
equal deleted inserted replaced
3435:d15ba356cc58 3838:474d8ec95b33
    87     (self isForSameAs:changeB) ifFalse:[^ false].
    87     (self isForSameAs:changeB) ifFalse:[^ false].
    88     ^ self sameSourceAs:changeB
    88     ^ self sameSourceAs:changeB
    89 
    89 
    90 ! !
    90 ! !
    91 
    91 
    92 !ClassPrimitiveChange methodsFor:'queries'!
    92 !ClassPrimitiveChange methodsFor:'testing'!
    93 
    93 
    94 isPrimitiveChange
    94 isPrimitiveChange
    95     ^ true
    95     ^ true
    96 ! !
    96 ! !
    97 
    97 
    98 !ClassPrimitiveChange class methodsFor:'documentation'!
    98 !ClassPrimitiveChange class methodsFor:'documentation'!
    99 
    99 
   100 version
   100 version
   101     ^ '$Header: ClassPrimitiveChange.st 1909 2012-03-31 00:14:49Z vranyj1 $'
   101     ^ '$Header: /cvs/stx/stx/libbasic3/ClassPrimitiveChange.st,v 1.8 2014-02-19 13:05:43 cg Exp $'
   102 !
   102 !
   103 
   103 
   104 version_CVS
   104 version_CVS
   105     ^ '§Header: /cvs/stx/stx/libbasic3/ClassPrimitiveChange.st,v 1.7 2011/06/28 21:00:07 cg Exp §'
   105     ^ '$Header: /cvs/stx/stx/libbasic3/ClassPrimitiveChange.st,v 1.8 2014-02-19 13:05:43 cg Exp $'
   106 !
       
   107 
       
   108 version_HG
       
   109 
       
   110     ^ '$Changeset: <not expanded> $'
       
   111 !
       
   112 
       
   113 version_SVN
       
   114     ^ '§Id: ClassPrimitiveChange.st 1909 2012-03-31 00:14:49Z vranyj1 §'
       
   115 ! !
   106 ! !
   116 
   107