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