Obsolete.st
changeset 1301 a2bb634941e2
parent 1283 2c533653efa3
child 1320 e32b778b56a7
--- a/Obsolete.st	Thu Apr 25 20:26:01 1996 +0200
+++ b/Obsolete.st	Thu Apr 25 20:27:57 1996 +0200
@@ -49,6 +49,15 @@
 
     ObsoleteObject itself catches all messages, to avoid any use of the restored
     object (in case conversion failed or the signal was ignored).
+
+    [author:]
+        Claus Gittinger
+
+    [see also:]
+        BinaryObjectStorage
+        BinaryIOManager
+        PersistencyManager
+        (binary object storage : programming/binaryStore.html )
 "
 ! !
 
@@ -182,6 +191,6 @@
 !ObsoleteObject class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Obsolete.st,v 1.10 1996-04-25 11:11:38 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Obsolete.st,v 1.11 1996-04-25 18:27:57 cg Exp $'
 ! !
 ObsoleteObject initialize!