TraitClassTraitDefinitionChange.st
changeset 3451 1e2eb9104f15
parent 3178 422736174443
child 3838 474d8ec95b33
equal deleted inserted replaced
3450:612698f92d98 3451:1e2eb9104f15
       
     1 "
       
     2  COPYRIGHT (c) 2006 by eXept Software AG
       
     3               All Rights Reserved
       
     4 
       
     5  This software is furnished under a license and may be used
       
     6  only in accordance with the terms of that license and with the
       
     7  inclusion of the above copyright notice.   This software may not
       
     8  be provided or otherwise made available to, or used by, any
       
     9  other person.  No title to or ownership of the software is
       
    10  hereby transferred.
       
    11 "
     1 "{ Package: 'stx:libbasic3' }"
    12 "{ Package: 'stx:libbasic3' }"
     2 
    13 
     3 ClassChange subclass:#TraitClassTraitDefinitionChange
    14 ClassChange subclass:#TraitClassTraitDefinitionChange
     4 	instanceVariableNames:'baseTrait traitComposition'
    15 	instanceVariableNames:'baseTrait traitComposition'
     5 	classVariableNames:''
    16 	classVariableNames:''
     6 	poolDictionaries:''
    17 	poolDictionaries:''
     7 	category:'System-Changes'
    18 	category:'System-Changes'
     8 !
    19 !
     9 
    20 
    10 !TraitClassTraitDefinitionChange class methodsFor:'documentation'!
    21 !TraitClassTraitDefinitionChange class methodsFor:'documentation'!
       
    22 
       
    23 copyright
       
    24 "
       
    25  COPYRIGHT (c) 2006 by eXept Software AG
       
    26               All Rights Reserved
       
    27 
       
    28  This software is furnished under a license and may be used
       
    29  only in accordance with the terms of that license and with the
       
    30  inclusion of the above copyright notice.   This software may not
       
    31  be provided or otherwise made available to, or used by, any
       
    32  other person.  No title to or ownership of the software is
       
    33  hereby transferred.
       
    34 "
       
    35 !
    11 
    36 
    12 documentation
    37 documentation
    13 "
    38 "
    14     instances represent trait changes.
    39     instances represent trait changes.
    15     These are not present or supported (currently) in st/x, but may be encountered
    40     These are not present or supported (currently) in st/x, but may be encountered
    57 ! !
    82 ! !
    58 
    83 
    59 !TraitClassTraitDefinitionChange class methodsFor:'documentation'!
    84 !TraitClassTraitDefinitionChange class methodsFor:'documentation'!
    60 
    85 
    61 version
    86 version
    62     ^ '$Header: /cvs/stx/stx/libbasic3/TraitClassTraitDefinitionChange.st,v 1.1 2013-04-02 19:18:58 cg Exp $'
    87     ^ '$Header: /cvs/stx/stx/libbasic3/TraitClassTraitDefinitionChange.st,v 1.2 2014-02-05 17:52:04 cg Exp $'
    63 !
    88 !
    64 
    89 
    65 version_CVS
    90 version_CVS
    66     ^ '$Header: /cvs/stx/stx/libbasic3/TraitClassTraitDefinitionChange.st,v 1.1 2013-04-02 19:18:58 cg Exp $'
    91     ^ '$Header: /cvs/stx/stx/libbasic3/TraitClassTraitDefinitionChange.st,v 1.2 2014-02-05 17:52:04 cg Exp $'
    67 ! !
    92 ! !
    68 
    93