UnixOperatingSystem.st
changeset 6993 868dbe0eb927
parent 6992 8ed0883dff8f
child 7001 212dce94d177
equal deleted inserted replaced
6992:8ed0883dff8f 6993:868dbe0eb927
  2821 #ifdef EMEDIUMTYPE
  2821 #ifdef EMEDIUMTYPE
  2822 	    case EMEDIUMTYPE:
  2822 	    case EMEDIUMTYPE:
  2823 		sym = @symbol(EMEDIUMTYPE);
  2823 		sym = @symbol(EMEDIUMTYPE);
  2824 		typ = @symbol(noResourcesSignal);
  2824 		typ = @symbol(noResourcesSignal);
  2825 		break;
  2825 		break;
  2826     }
       
  2827 #endif
  2826 #endif
  2828 
  2827 
  2829 	    default:
  2828 	    default:
  2830 		break;
  2829 		break;
  2831 	}
  2830 	}
 10588 ! !
 10587 ! !
 10589 
 10588 
 10590 !UnixOperatingSystem::FilePointerHandle class methodsFor:'documentation'!
 10589 !UnixOperatingSystem::FilePointerHandle class methodsFor:'documentation'!
 10591 
 10590 
 10592 version
 10591 version
 10593     ^ '$Header: /cvs/stx/stx/libbasic/UnixOperatingSystem.st,v 1.136 2003-02-03 09:16:42 cg Exp $'
 10592     ^ '$Header: /cvs/stx/stx/libbasic/UnixOperatingSystem.st,v 1.137 2003-02-03 10:01:01 cg Exp $'
 10594 ! !
 10593 ! !
 10595 
 10594 
 10596 !UnixOperatingSystem::FilePointerHandle methodsFor:'release'!
 10595 !UnixOperatingSystem::FilePointerHandle methodsFor:'release'!
 10597 
 10596 
 10598 closeFile
 10597 closeFile
 12256 ! !
 12255 ! !
 12257 
 12256 
 12258 !UnixOperatingSystem class methodsFor:'documentation'!
 12257 !UnixOperatingSystem class methodsFor:'documentation'!
 12259 
 12258 
 12260 version
 12259 version
 12261     ^ '$Header: /cvs/stx/stx/libbasic/UnixOperatingSystem.st,v 1.136 2003-02-03 09:16:42 cg Exp $'
 12260     ^ '$Header: /cvs/stx/stx/libbasic/UnixOperatingSystem.st,v 1.137 2003-02-03 10:01:01 cg Exp $'
 12262 ! !
 12261 ! !
 12263 
 12262 
 12264 UnixOperatingSystem initialize!
 12263 UnixOperatingSystem initialize!
 12265 UnixOperatingSystem::FileDescriptorHandle initialize!
 12264 UnixOperatingSystem::FileDescriptorHandle initialize!