ClassCommentChange.st
branchjv
changeset 4024 aeb721b75bb8
parent 3838 474d8ec95b33
parent 4018 580724bd4643
equal deleted inserted replaced
4023:cc7c7a78a57f 4024:aeb721b75bb8
     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:libbasic3' }"
    12 "{ Package: 'stx:libbasic3' }"
       
    13 
       
    14 "{ NameSpace: Smalltalk }"
    13 
    15 
    14 ClassChange subclass:#ClassCommentChange
    16 ClassChange subclass:#ClassCommentChange
    15 	instanceVariableNames:'comment'
    17 	instanceVariableNames:'comment'
    16 	classVariableNames:''
    18 	classVariableNames:''
    17 	poolDictionaries:''
    19 	poolDictionaries:''
    40     They are typically held in a ChangeSet.
    42     They are typically held in a ChangeSet.
    41 
    43 
    42     [author:]
    44     [author:]
    43         Claus Gittinger
    45         Claus Gittinger
    44 "
    46 "
    45 ! !
       
    46 
       
    47 !ClassCommentChange class methodsFor:'others'!
       
    48 
       
    49 version_CVS
       
    50     ^ '$Header: /cvs/stx/stx/libbasic3/ClassCommentChange.st,v 1.36 2014-02-19 13:05:27 cg Exp $'
       
    51 ! !
    47 ! !
    52 
    48 
    53 !ClassCommentChange methodsFor:'accessing'!
    49 !ClassCommentChange methodsFor:'accessing'!
    54 
    50 
    55 className:clsName comment:aCommentString
    51 className:clsName comment:aCommentString
   159 ! !
   155 ! !
   160 
   156 
   161 !ClassCommentChange class methodsFor:'documentation'!
   157 !ClassCommentChange class methodsFor:'documentation'!
   162 
   158 
   163 version
   159 version
   164     ^ '$Header: /cvs/stx/stx/libbasic3/ClassCommentChange.st,v 1.36 2014-02-19 13:05:27 cg Exp $'
   160     ^ '$Header$'
       
   161 !
       
   162 
       
   163 version_CVS
       
   164     ^ '$Header$'
   165 ! !
   165 ! !
   166 
   166