UndefObj.st
changeset 3 24d81bf47225
parent 2 6526dde5f3ac
child 5 67342904af11
equal deleted inserted replaced
2:6526dde5f3ac 3:24d81bf47225
     1 "
     1 "
     2  COPYRIGHT (c) 1988-92 by Claus Gittinger
     2  COPYRIGHT (c) 1988-93 by Claus Gittinger
     3 	      All Rights Reserved
     3 	      All Rights Reserved
     4 
     4 
     5  This software is furnished under a license and may be used
     5  This software is furnished under a license and may be used
     6  only in accordance with the terms of that license and with the
     6  only in accordance with the terms of that license and with the
     7  inclusion of the above copyright notice.   This software may not
     7  inclusion of the above copyright notice.   This software may not
    17        category:'Kernel-Objects'
    17        category:'Kernel-Objects'
    18 !
    18 !
    19 
    19 
    20 UndefinedObject comment:'
    20 UndefinedObject comment:'
    21 
    21 
    22 COPYRIGHT (c) 1988-92 by Claus Gittinger
    22 COPYRIGHT (c) 1988-93 by Claus Gittinger
    23 	      All Rights Reserved
    23 	      All Rights Reserved
    24 
    24 
    25 there is only one instance of this class: nil
    25 there is only one instance of this class: nil
    26 
    26 
    27 %W% %E%
    27 $Header: /cvs/stx/stx/libbasic/Attic/UndefObj.st,v 1.3 1993-10-13 00:18:49 claus Exp $
    28 '!
    28 '!
    29 
    29 
    30 !UndefinedObject class methodsFor:'instance creation'!
    30 !UndefinedObject class methodsFor:'instance creation'!
    31 
    31 
    32 basicNew
    32 basicNew