#FEATURE by cg
authorClaus Gittinger <cg@exept.de>
Sat, 13 Apr 2019 06:38:59 +0200
changeset 24070 85b7952e1260
parent 24069 6f4f9e93ca51
child 24071 d9537fdc5b9f
#FEATURE by cg class: ExternalFunctionCallback class definition
ExternalFunctionCallback.st
--- a/ExternalFunctionCallback.st	Sat Apr 13 06:26:57 2019 +0200
+++ b/ExternalFunctionCallback.st	Sat Apr 13 06:38:59 2019 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 2007 by eXept Software AG
 	      All Rights Reserved
@@ -17,7 +15,7 @@
 
 ExternalFunction subclass:#ExternalFunctionCallback
 	instanceVariableNames:'returnType argumentTypes flags action'
-	classVariableNames:'CallBackRegistry'
+	classVariableNames:'CallBackRegistry Verbose'
 	poolDictionaries:''
 	category:'System-Support'
 !
@@ -1005,3 +1003,4 @@
 version_CVS
     ^ '$Header$'
 ! !
+