UDSocketAddress.st
changeset 818 2f8331ad12d4
parent 816 489e7876ab3e
child 1164 41a2750af1fa
equal deleted inserted replaced
817:eda0065cbd47 818:2f8331ad12d4
     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 SocketAddress subclass:#UDSocketAddress
    13 SocketAddress variableByteSubclass:#UDSocketAddress
    14 	instanceVariableNames:'name'
    14 	instanceVariableNames:'name'
    15 	classVariableNames:''
    15 	classVariableNames:''
    16 	poolDictionaries:''
    16 	poolDictionaries:''
    17 	category:'OS-Sockets'
    17 	category:'OS-Sockets'
    18 !
    18 !
    91 ! !
    91 ! !
    92 
    92 
    93 !UDSocketAddress class methodsFor:'documentation'!
    93 !UDSocketAddress class methodsFor:'documentation'!
    94 
    94 
    95 version
    95 version
    96     ^ '$Header: /cvs/stx/stx/libbasic2/UDSocketAddress.st,v 1.6 1999-09-20 23:53:10 cg Exp $'
    96     ^ '$Header: /cvs/stx/stx/libbasic2/UDSocketAddress.st,v 1.7 1999-09-21 00:27:17 cg Exp $'
    97 ! !
    97 ! !