WeakArr.st
changeset 628 7aa563e4c64a
parent 604 0e1ec470923d
child 681 ec92d405d0a9
equal deleted inserted replaced
627:0a9e18feab08 628:7aa563e4c64a
    89 	RegistrationFailedSignal        raised if a weakArray cannot be
    89 	RegistrationFailedSignal        raised if a weakArray cannot be
    90 					registered by the VM. This only happens,
    90 					registered by the VM. This only happens,
    91 					if the VM has to resize its shadow tables
    91 					if the VM has to resize its shadow tables
    92 					and is running out of malloc-memory.
    92 					and is running out of malloc-memory.
    93 "
    93 "
    94 !
       
    95 
       
    96 version
       
    97     ^ '$Header: /cvs/stx/stx/libbasic/Attic/WeakArr.st,v 1.20 1995-11-23 01:14:07 cg Exp $'
       
    98 ! !
    94 ! !
    99 
    95 
   100 !WeakArray class methodsFor:'initialization'!
    96 !WeakArray class methodsFor:'initialization'!
   101 
    97 
   102 initialize
    98 initialize
   600     watcher notNil ifTrue:[
   596     watcher notNil ifTrue:[
   601 	watcher informDispose
   597 	watcher informDispose
   602     ]
   598     ]
   603 ! !
   599 ! !
   604 
   600 
       
   601 !WeakArray class methodsFor:'documentation'!
       
   602 
       
   603 version
       
   604     ^ '$Header: /cvs/stx/stx/libbasic/Attic/WeakArr.st,v 1.21 1995-11-23 17:00:32 cg Exp $'
       
   605 ! !
   605 WeakArray initialize!
   606 WeakArray initialize!