Class.st
changeset 423 7a4bfd3cc267
parent 421 a0807a38319d
child 432 5815c61da8a2
--- a/Class.st	Thu Sep 07 13:59:50 1995 +0200
+++ b/Class.st	Fri Sep 08 18:46:46 1995 +0200
@@ -23,7 +23,7 @@
 COPYRIGHT (c) 1989 by Claus Gittinger
 	      All Rights Reserved
 
-$Header: /cvs/stx/stx/libbasic/Class.st,v 1.59 1995-09-03 15:04:36 claus Exp $
+$Header: /cvs/stx/stx/libbasic/Class.st,v 1.60 1995-09-08 16:45:26 claus Exp $
 '!
 
 !Class class methodsFor:'documentation'!
@@ -44,7 +44,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libbasic/Class.st,v 1.59 1995-09-03 15:04:36 claus Exp $
+$Header: /cvs/stx/stx/libbasic/Class.st,v 1.60 1995-09-08 16:45:26 claus Exp $
 "
 !
 
@@ -749,6 +749,17 @@
     ^ classFilename
 !
 
+setClassFilename:aFilename
+    "set the classes filename. 
+     This is a dangerous (low level) operation, since the 
+     comment and primitiveSpecs may no longer be accessable, if a wrong filename
+     is set here."
+
+    classFilename := aFilename
+
+    "Modified: 8.9.1995 / 14:16:48 / claus"
+!
+
 definition
     "return an expression-string to define myself"