IPSocketAddress.st
changeset 514 62d1be9b770b
parent 488 b0c17a5ff8ea
child 770 32ad77c9ed74
equal deleted inserted replaced
513:b8042ff0f82c 514:62d1be9b770b
   105 
   105 
   106 hostAddress
   106 hostAddress
   107     ^ address 
   107     ^ address 
   108 !
   108 !
   109 
   109 
       
   110 hostAddress:anAddress
       
   111     address := anAddress
       
   112 
       
   113     "Created: 28.3.1997 / 18:15:04 / cg"
       
   114 !
       
   115 
   110 hostName
   116 hostName
   111     ^ Socket hostWithIpAddress:address
   117     ^ Socket hostWithIpAddress:address
   112 
   118 
   113     "Created: 2.11.1995 / 11:17:28 / cg"
   119     "Created: 2.11.1995 / 11:17:28 / cg"
   114 !
   120 !
   122 ! !
   128 ! !
   123 
   129 
   124 !IPSocketAddress class methodsFor:'documentation'!
   130 !IPSocketAddress class methodsFor:'documentation'!
   125 
   131 
   126 version
   132 version
   127     ^ '$Header: /cvs/stx/stx/libbasic2/IPSocketAddress.st,v 1.4 1997-01-27 11:38:24 cg Exp $'
   133     ^ '$Header: /cvs/stx/stx/libbasic2/IPSocketAddress.st,v 1.5 1997-03-28 18:24:38 cg Exp $'
   128 ! !
   134 ! !