CodeGeneratorTool.st
changeset 18360 f1d315d42985
parent 17572 4356f78e5f62
child 18376 c89c3cecbdb5
--- a/CodeGeneratorTool.st	Tue Aug 28 11:58:40 2018 +0200
+++ b/CodeGeneratorTool.st	Tue Aug 28 11:59:19 2018 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 2002 by eXept Software AG
               All Rights Reserved
@@ -914,6 +916,15 @@
     ^ self methodTemplateForDocumentation
 
     "Created: / 18-11-2016 / 10:51:39 / cg"
+!
+
+methodTemplateForVersionMethodCVS
+    "careful to avoid expansion by cvs here!!"
+
+    ^ self methodSourceForVersionMethodCVS:('$' , 'Header$')
+
+    "Created: / 21-08-2012 / 11:52:27 / cg"
+    "Modified: / 28-08-2018 / 11:51:45 / Claus Gittinger"
 ! !
 
 !CodeGeneratorTool methodsFor:'bulk changes'!