IPSocketAddress.st
changeset 3052 e690209a5c52
parent 3049 3f7eeb76695e
child 3057 ac2356ba61ca
equal deleted inserted replaced
3051:2d552677dce3 3052:e690209a5c52
   324     "
   324     "
   325 ! !
   325 ! !
   326 
   326 
   327 !IPSocketAddress class methodsFor:'queries'!
   327 !IPSocketAddress class methodsFor:'queries'!
   328 
   328 
   329 domainSymbol
   329 domain
   330 
       
   331     ^ #'AF_INET'
   330     ^ #'AF_INET'
   332 !
   331 !
   333 
   332 
   334 hostAddressLen
   333 hostAddressLen
   335     "answer the number of bytes of the host address"
   334     "answer the number of bytes of the host address"
   559 ! !
   558 ! !
   560 
   559 
   561 !IPSocketAddress class methodsFor:'documentation'!
   560 !IPSocketAddress class methodsFor:'documentation'!
   562 
   561 
   563 version
   562 version
   564     ^ '$Header: /cvs/stx/stx/libbasic2/IPSocketAddress.st,v 1.37 2013-07-11 11:37:54 stefan Exp $'
   563     ^ '$Header: /cvs/stx/stx/libbasic2/IPSocketAddress.st,v 1.38 2013-07-11 15:02:07 stefan Exp $'
   565 !
   564 !
   566 
   565 
   567 version_CVS
   566 version_CVS
   568     ^ '$Header: /cvs/stx/stx/libbasic2/IPSocketAddress.st,v 1.37 2013-07-11 11:37:54 stefan Exp $'
   567     ^ '$Header: /cvs/stx/stx/libbasic2/IPSocketAddress.st,v 1.38 2013-07-11 15:02:07 stefan Exp $'
   569 ! !
   568 ! !
   570 
   569