ObjectFileLoader.st
changeset 135 aa4f7b8f121e
parent 134 d93682ca90a1
child 138 edbf31a5b793
equal deleted inserted replaced
134:d93682ca90a1 135:aa4f7b8f121e
    17 			   ActuallyLoadedObjects SearchedLibraries'
    17 			   ActuallyLoadedObjects SearchedLibraries'
    18        poolDictionaries:''
    18        poolDictionaries:''
    19        category:'System-Compiler'
    19        category:'System-Compiler'
    20 !
    20 !
    21 
    21 
    22 ObjectFileLoader comment:'
       
    23 COPYRIGHT (c) 1993 by Claus Gittinger
       
    24 	     All Rights Reserved
       
    25 
       
    26 $Header: /cvs/stx/stx/libcomp/ObjectFileLoader.st,v 1.51 1995-11-05 17:20:13 cg Exp $
       
    27 '!
       
    28 
       
    29 !ObjectFileLoader class methodsFor:'documentation'!
    22 !ObjectFileLoader class methodsFor:'documentation'!
    30 
    23 
    31 copyright
    24 copyright
    32 "
    25 "
    33  COPYRIGHT (c) 1993 by Claus Gittinger
    26  COPYRIGHT (c) 1993 by Claus Gittinger
    41  hereby transferred.
    34  hereby transferred.
    42 "
    35 "
    43 !
    36 !
    44 
    37 
    45 version
    38 version
    46 "
    39     ^ '$Header: /cvs/stx/stx/libcomp/ObjectFileLoader.st,v 1.52 1995-11-11 15:30:50 cg Exp $'
    47 $Header: /cvs/stx/stx/libcomp/ObjectFileLoader.st,v 1.51 1995-11-05 17:20:13 cg Exp $
       
    48 "
       
    49 !
    40 !
    50 
    41 
    51 documentation
    42 documentation
    52 "
    43 "
    53     This class knowns how to dynamically load in external object-modules.
    44     This class knowns how to dynamically load in external object-modules.