smalltalk
/
osmo-st-sip
Archived
1
0
Fork 0

pharo: Beging to improve the GSTSocketAddress to be usable

This commit is contained in:
Holger Hans Peter Freyther 2013-03-31 20:44:52 +02:00
parent 6878ac5253
commit e9ab9925d1
1 changed files with 4 additions and 0 deletions

View File

@ -1,4 +1,8 @@
Object subclass: GSTSocketAddress [
<category: 'OsmoSIP-Pharo'>
<comment: 'TODO: Move it into the OsmoNetwork package'>
GSTSocketAddress class >> localHostName [
^ NetNameResolver localHostName
]
]