UDSocketAddress.st
changeset 3054 6a30dfee6c5b
parent 3046 0b247fe7259d
child 3463 9be5b04cd3bc
equal deleted inserted replaced
3053:b5b13e505486 3054:6a30dfee6c5b
    95     ^ self name:peerName
    95     ^ self name:peerName
    96 ! !
    96 ! !
    97 
    97 
    98 !UDSocketAddress class methodsFor:'queries'!
    98 !UDSocketAddress class methodsFor:'queries'!
    99 
    99 
   100 domainSymbol
   100 domain
   101 
       
   102     ^ #'AF_UNIX'
   101     ^ #'AF_UNIX'
   103 !
   102 !
   104 
   103 
   105 obsoleteDomainSymbol
   104 obsoleteDomainSymbol
   106     ^ #unix
   105     ^ #unix
   186 ! !
   185 ! !
   187 
   186 
   188 !UDSocketAddress class methodsFor:'documentation'!
   187 !UDSocketAddress class methodsFor:'documentation'!
   189 
   188 
   190 version
   189 version
   191     ^ '$Header: /cvs/stx/stx/libbasic2/UDSocketAddress.st,v 1.18 2013-07-10 08:22:48 stefan Exp $'
   190     ^ '$Header: /cvs/stx/stx/libbasic2/UDSocketAddress.st,v 1.19 2013-07-11 15:02:13 stefan Exp $'
       
   191 !
       
   192 
       
   193 version_CVS
       
   194     ^ '$Header: /cvs/stx/stx/libbasic2/UDSocketAddress.st,v 1.19 2013-07-11 15:02:13 stefan Exp $'
   192 ! !
   195 ! !
   193 
   196