AbstractOperatingSystem.st
changeset 12959 4fc6924e462f
parent 12826 524f9a981616
child 12971 8aa39c96e885
equal deleted inserted replaced
12958:fc084b295df6 12959:4fc6924e462f
  3280 
  3280 
  3281     ^ self subclassResponsibility
  3281     ^ self subclassResponsibility
  3282 !
  3282 !
  3283 
  3283 
  3284 getHostName
  3284 getHostName
  3285     "return the hostname we are running on - if there is
  3285     "return the hostname we are running on - 
  3286      a HOST environment variable, we are much faster here ...
  3286      a fully qalified hostname at best.
       
  3287 
  3287      Notice:
  3288      Notice:
  3288         not all systems support this; on some, 'unknown' is returned."
  3289         not all systems support this; on some, 'unknown' is returned."
  3289 
  3290 
  3290     self subclassResponsibility
  3291     self subclassResponsibility
  3291 !
  3292 !
  6932 ! !
  6933 ! !
  6933 
  6934 
  6934 !AbstractOperatingSystem class methodsFor:'documentation'!
  6935 !AbstractOperatingSystem class methodsFor:'documentation'!
  6935 
  6936 
  6936 version
  6937 version
  6937     ^ '$Header: /cvs/stx/stx/libbasic/AbstractOperatingSystem.st,v 1.197 2010-03-30 13:50:30 stefan Exp $'
  6938     ^ '$Header: /cvs/stx/stx/libbasic/AbstractOperatingSystem.st,v 1.198 2010-07-23 09:48:39 stefan Exp $'
  6938 !
  6939 !
  6939 
  6940 
  6940 version_CVS
  6941 version_CVS
  6941     ^ '$Header: /cvs/stx/stx/libbasic/AbstractOperatingSystem.st,v 1.197 2010-03-30 13:50:30 stefan Exp $'
  6942     ^ '$Header: /cvs/stx/stx/libbasic/AbstractOperatingSystem.st,v 1.198 2010-07-23 09:48:39 stefan Exp $'
  6942 ! !
  6943 ! !
  6943 
  6944 
  6944 AbstractOperatingSystem initialize!
  6945 AbstractOperatingSystem initialize!