ObjFHandle.st
changeset 263 3b21d0991eff
parent 259 a469695d8d19
child 299 33a154508328
--- a/ObjFHandle.st	Thu Apr 25 18:48:24 1996 +0200
+++ b/ObjFHandle.st	Thu Apr 25 19:09:53 1996 +0200
@@ -38,9 +38,10 @@
 "
     not for public use - used by ObjectFileLoader to keep track of loaded modules,
     associating objectFile names and moduleIDs to classes/methods.
+
+    [author:]
+        Claus Gittinger
 "
-
-    "Created: 14.9.1995 / 21:10:55 / claus"
 !
 
 history
@@ -249,5 +250,5 @@
 !ObjectFileHandle class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/Attic/ObjFHandle.st,v 1.13 1996-04-25 07:52:57 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/Attic/ObjFHandle.st,v 1.14 1996-04-25 17:07:04 cg Exp $'
 ! !