AbstractSourceCodeManager.st
changeset 870 057c11f9cfe1
parent 868 03a471305561
child 871 93f994512ade
--- a/AbstractSourceCodeManager.st	Wed Dec 29 16:31:03 1999 +0100
+++ b/AbstractSourceCodeManager.st	Thu Dec 30 11:09:06 1999 +0100
@@ -550,6 +550,10 @@
     "Modified: 10.1.1997 / 15:13:25 / cg"
 !
 
+postCheckIn:aClass
+
+!
+
 repositoryTopDirectory
     "return the name of the repository"
 
@@ -1206,7 +1210,7 @@
     ^ nil
 
     "
-     SourceCodeManager revisionInfoFromString:'$Revision: 1.110 $'
+     SourceCodeManager revisionInfoFromString:'$Revision: 1.111 $'
      SourceCodeManager revisionInfoFromString:(SourceCodeManager version)
     "
 
@@ -1651,6 +1655,6 @@
 !AbstractSourceCodeManager class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/AbstractSourceCodeManager.st,v 1.110 1999-12-29 11:25:35 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/AbstractSourceCodeManager.st,v 1.111 1999-12-30 10:09:06 cg Exp $'
 ! !
 AbstractSourceCodeManager initialize!