On 05.10.2010 23:08, Guillermo Polito wrote:
HttpServices class>>platform

    ^SmalltalkImage current platformName


Should be

HttpServices class>>platform

    ^OSPlatform platformName



How can it be adapted to pharo?

Cheers!

For Pharo 1.1/1.2 + Squeak 4.1/4.2, use
^Smalltalk os platformName

Cheers,
Henry