Queue.st
changeset 85 df13b436b54e
parent 84 d401ce0001dc
child 112 3e18f2cfe430
equal deleted inserted replaced
84:d401ce0001dc 85:df13b436b54e
    19 
    19 
    20 Queue comment:'
    20 Queue comment:'
    21 COPYRIGHT (c) 1993 by Claus Gittinger
    21 COPYRIGHT (c) 1993 by Claus Gittinger
    22 	      All Rights Reserved
    22 	      All Rights Reserved
    23 
    23 
    24 $Header: /cvs/stx/stx/libbasic2/Queue.st,v 1.11 1995-08-10 13:18:29 claus Exp $
    24 $Header: /cvs/stx/stx/libbasic2/Queue.st,v 1.12 1995-08-10 18:36:06 claus Exp $
    25 '!
    25 '!
    26 
    26 
    27 !Queue class methodsFor:'documentation'!
    27 !Queue class methodsFor:'documentation'!
    28 
    28 
    29 copyright
    29 copyright
    40 "
    40 "
    41 !
    41 !
    42 
    42 
    43 version
    43 version
    44 "
    44 "
    45 $Header: /cvs/stx/stx/libbasic2/Queue.st,v 1.11 1995-08-10 13:18:29 claus Exp $
    45 $Header: /cvs/stx/stx/libbasic2/Queue.st,v 1.12 1995-08-10 18:36:06 claus Exp $
    46 $Revision: 1.11 $
       
    47 "
    46 "
    48 !
    47 !
    49 
    48 
    50 documentation
    49 documentation
    51 "
    50 "