Semaphore.st
changeset 379 5b5a130ccd09
parent 375 e5019c22f40e
child 384 cc3d110ea879
equal deleted inserted replaced
378:a9b22f23b0f1 379:5b5a130ccd09
    18 
    18 
    19 Semaphore comment:'
    19 Semaphore 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/libbasic/Semaphore.st,v 1.19 1995-08-08 00:48:42 claus Exp $
    23 $Header: /cvs/stx/stx/libbasic/Semaphore.st,v 1.20 1995-08-10 12:30:55 claus Exp $
    24 '!
    24 '!
    25 
    25 
    26 !Semaphore class methodsFor:'documentation'!
    26 !Semaphore 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/libbasic/Semaphore.st,v 1.19 1995-08-08 00:48:42 claus Exp $
    44 $Header: /cvs/stx/stx/libbasic/Semaphore.st,v 1.20 1995-08-10 12:30:55 claus Exp $
       
    45 $Revision: 1.20 $
    45 "
    46 "
    46 !
    47 !
    47 
    48 
    48 documentation
    49 documentation
    49 "
    50 "