'From OLPC2.0 of ''24 October 2006'' [latest update: #1471] on 30 July 2007 at 11:37:11 am'! "Change Set: netNameResolverFix-mir Date: 30 July2007 Author: Michael Rueger "! !NetNameResolver class methodsFor: 'lookup' stamp: 'mir 7/30/2007 11:37'! localAddressString "Return a string representing the local host address as four decimal bytes delimited with decimal points." "NetNameResolver localAddressString" self useOldNetwork ifTrue: [^self stringFromAddress: self primLocalAddress]. ^self localHostAddress hostNumber! !