AllocationFailure.st
branchjv
changeset 18033 c90d8fdd805d
parent 17911 a99f15c5efa5
parent 14875 a9c972a99f8f
equal deleted inserted replaced
18032:1216c6885589 18033:c90d8fdd805d
    30  inclusion of the above copyright notice.   This software may not
    30  inclusion of the above copyright notice.   This software may not
    31  be provided or otherwise made available to, or used by, any
    31  be provided or otherwise made available to, or used by, any
    32  other person.  No title to or ownership of the software is
    32  other person.  No title to or ownership of the software is
    33  hereby transferred.
    33  hereby transferred.
    34 "
    34 "
       
    35 !
       
    36 
       
    37 documentation
       
    38 "
       
    39     raised when an object allocation fails.
       
    40 "
    35 ! !
    41 ! !
       
    42 
    36 
    43 
    37 !AllocationFailure class methodsFor:'documentation'!
    44 !AllocationFailure class methodsFor:'documentation'!
    38 
    45 
    39 version
    46 version
    40     ^ '$Header: /cvs/stx/stx/libbasic/AllocationFailure.st,v 1.5 2004/08/22 17:47:31 stefan Exp $'
    47     ^ '$Header: /cvs/stx/stx/libbasic/AllocationFailure.st,v 1.6 2013-03-13 23:47:13 cg Exp $'
    41 !
    48 !
    42 
    49 
    43 version_SVN
    50 version_SVN
    44     ^ '$Id: AllocationFailure.st 10761 2012-01-19 11:46:00Z vranyj1 $'
    51     ^ '$Id: AllocationFailure.st 10761 2012-01-19 11:46:00Z vranyj1 $'
    45 ! !
    52 ! !
    46 
    53 
    47 
       
    48