HierarchicalClassRevisionList.st
changeset 2626 4ee750caddab
parent 2625 d70f0361a027
child 12123 4bde08cebd48
equal deleted inserted replaced
2625:d70f0361a027 2626:4ee750caddab
       
     1 "
       
     2  COPYRIGHT (c) 2000 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 "
       
    12 
       
    13 
       
    14 
     1 HierarchicalList subclass:#HierarchicalClassRevisionList
    15 HierarchicalList subclass:#HierarchicalClassRevisionList
     2 	instanceVariableNames:'itemComputationList semaphoreCritical itemTask currentItemInTask
    16 	instanceVariableNames:'itemComputationList semaphoreCritical itemTask currentItemInTask
     3 		dataColl'
    17 		dataColl'
     4 	classVariableNames:'Lobby'
    18 	classVariableNames:'Lobby'
     5 	poolDictionaries:''
    19 	poolDictionaries:''
     6 	category:'Interface-Browsers-Support'
    20 	category:'Interface-Browsers-Support'
     7 !
    21 !
     8 
    22 
     9 !HierarchicalClassRevisionList class methodsFor:'documentation'!
    23 !HierarchicalClassRevisionList class methodsFor:'documentation'!
       
    24 
       
    25 copyright
       
    26 "
       
    27  COPYRIGHT (c) 2000 by eXept Software AG
       
    28               All Rights Reserved
       
    29 
       
    30  This software is furnished under a license and may be used
       
    31  only in accordance with the terms of that license and with the
       
    32  inclusion of the above copyright notice.   This software may not
       
    33  be provided or otherwise made available to, or used by, any
       
    34  other person.  No title to or ownership of the software is
       
    35  hereby transferred.
       
    36 "
       
    37 
       
    38 
       
    39 !
    10 
    40 
    11 documentation
    41 documentation
    12 "
    42 "
    13     This is not yet finished (work in progress) - do not use.
    43     This is not yet finished (work in progress) - do not use.
    14 
    44 
   173 ! !
   203 ! !
   174 
   204 
   175 !HierarchicalClassRevisionList class methodsFor:'documentation'!
   205 !HierarchicalClassRevisionList class methodsFor:'documentation'!
   176 
   206 
   177 version
   207 version
   178     ^ '$Header: /cvs/stx/stx/libtool/HierarchicalClassRevisionList.st,v 1.2 2000-02-18 14:00:49 cg Exp $'
   208     ^ '$Header: /cvs/stx/stx/libtool/HierarchicalClassRevisionList.st,v 1.3 2000-02-18 14:08:26 cg Exp $'
   179 ! !
   209 ! !