Socket.st
changeset 63 7dd3d5b7877e
parent 58 bd6753bf0401
child 71 632e2cc151c9
equal deleted inserted replaced
62:a759b5c72c98 63:7dd3d5b7877e
     8  be provided or otherwise made available to, or used by, any
     8  be provided or otherwise made available to, or used by, any
     9  other person.  No title to or ownership of the software is
     9  other person.  No title to or ownership of the software is
    10  hereby transferred.
    10  hereby transferred.
    11 "
    11 "
    12 
    12 
    13 UnboundedExternalStream subclass:#Socket
    13 NonPositionableExternalStream subclass:#Socket
    14        instanceVariableNames:'domain socketType protocol portNr serviceName
    14        instanceVariableNames:'domain socketType protocol portNr serviceName
    15 			      peerName'
    15 			      peerName'
    16        classVariableNames:''
    16        classVariableNames:''
    17        poolDictionaries:''
    17        poolDictionaries:''
    18        category:'Streams-External'
    18        category:'Streams-External'
    20 
    20 
    21 Socket comment:'
    21 Socket comment:'
    22 COPYRIGHT (c) 1992 by Claus Gittinger
    22 COPYRIGHT (c) 1992 by Claus Gittinger
    23 	      All Rights Reserved
    23 	      All Rights Reserved
    24 
    24 
    25 $Header: /cvs/stx/stx/libbasic2/Socket.st,v 1.17 1995-02-15 10:29:23 claus Exp $
    25 $Header: /cvs/stx/stx/libbasic2/Socket.st,v 1.18 1995-02-18 18:31:19 claus Exp $
    26 '!
    26 '!
    27 
    27 
    28 !Socket class methodsFor:'documentation'!
    28 !Socket class methodsFor:'documentation'!
    29 
    29 
    30 copyright
    30 copyright
    41 "
    41 "
    42 !
    42 !
    43 
    43 
    44 version
    44 version
    45 "
    45 "
    46 $Header: /cvs/stx/stx/libbasic2/Socket.st,v 1.17 1995-02-15 10:29:23 claus Exp $
    46 $Header: /cvs/stx/stx/libbasic2/Socket.st,v 1.18 1995-02-18 18:31:19 claus Exp $
    47 "
    47 "
    48 !
    48 !
    49 
    49 
    50 documentation
    50 documentation
    51 "
    51 "