AbstractTime.st
changeset 1282 3f5eda57c516
parent 1227 e89b39909085
child 1295 83f594f05c52
--- a/AbstractTime.st	Thu Apr 25 10:35:28 1996 +0200
+++ b/AbstractTime.st	Thu Apr 25 13:08:07 1996 +0200
@@ -37,6 +37,10 @@
 "
     This is an abstract class; there are no instances in the system.
     It is meant as a home for methods common to time handling classes.
+
+    [See also:]
+        Time Date AbsoluteTime
+        Delay ProcessorScheduler
 "
 ! !
 
@@ -377,5 +381,5 @@
 !AbstractTime class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/AbstractTime.st,v 1.9 1996-04-19 13:31:57 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/AbstractTime.st,v 1.10 1996-04-25 11:08:00 cg Exp $'
 ! !