AbstractOperatingSystem.st
changeset 6287 f1a8f0ac8048
parent 6284 5b735e3df2c8
child 6291 c7f56234587d
equal deleted inserted replaced
6286:9a445c81b47b 6287:f1a8f0ac8048
   633     ^ Array 
   633     ^ Array 
   634         with:errSym 
   634         with:errSym 
   635         with:(self errorStringForSymbol:errSym)
   635         with:(self errorStringForSymbol:errSym)
   636 
   636 
   637     "
   637     "
   638      self errorSymbolAndTextForNumber:(self errorNumberFor:#EPERM)  
   638      OperatingSystem errorSymbolAndTextForNumber:(OperatingSystem errorNumberFor:#EPERM)  
   639      self errorSymbolAndTextForNumber:(self errorNumberFor:#EIO)  
   639      OperatingSystem errorSymbolAndTextForNumber:(OperatingSystem errorNumberFor:#EIO)  
   640      self errorSymbolAndTextForNumber:(self errorNumberFor:#ENXIO)
   640      OperatingSystem errorSymbolAndTextForNumber:(OperatingSystem errorNumberFor:#ENXIO)
   641     "
   641     "
   642 !
   642 !
   643 
   643 
   644 errorSymbolForNumber:errNr
   644 errorSymbolForNumber:errNr
   645     "return a symbol for a unix errorNumber
   645     "return a symbol for a unix errorNumber
  4386 ! !
  4386 ! !
  4387 
  4387 
  4388 !AbstractOperatingSystem class methodsFor:'documentation'!
  4388 !AbstractOperatingSystem class methodsFor:'documentation'!
  4389 
  4389 
  4390 version
  4390 version
  4391     ^ '$Header: /cvs/stx/stx/libbasic/AbstractOperatingSystem.st,v 1.55 2001-12-11 15:56:10 stefan Exp $'
  4391     ^ '$Header: /cvs/stx/stx/libbasic/AbstractOperatingSystem.st,v 1.56 2001-12-11 16:02:45 stefan Exp $'
  4392 ! !
  4392 ! !
  4393 AbstractOperatingSystem initialize!
  4393 AbstractOperatingSystem initialize!