AbstractSourceCodeManager.st
changeset 482 ab073539c01e
parent 472 111878eff048
child 493 ec81df138d8f
--- a/AbstractSourceCodeManager.st	Fri Sep 13 11:39:14 1996 +0200
+++ b/AbstractSourceCodeManager.st	Sat Sep 14 13:32:08 1996 +0200
@@ -139,6 +139,16 @@
     "Modified: 12.9.1996 / 02:22:56 / cg"
 !
 
+repositoryName
+    "return the name of the repository.
+     Since this is an abstract class, return nil (i.e. none)"
+
+    ^ nil
+
+    "Modified: 12.9.1996 / 02:20:45 / cg"
+    "Created: 14.9.1996 / 13:21:37 / cg"
+!
+
 useWorkTree
     "return the setting of useWorkTree, which (eventually)
      controls if an up-to-date view of a CVS working tree should be
@@ -1159,6 +1169,6 @@
 !AbstractSourceCodeManager  class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/AbstractSourceCodeManager.st,v 1.60 1996-09-12 00:42:58 cg Exp $ [c]'
+    ^ '$Header: /cvs/stx/stx/libbasic3/AbstractSourceCodeManager.st,v 1.61 1996-09-14 11:32:08 cg Exp $ [c]'
 ! !
 AbstractSourceCodeManager initialize!