Metaclass.st
branchjv
changeset 19243 b2e7db65ed4b
parent 19127 940613fe6659
child 23107 40173e082cbc
--- a/Metaclass.st	Thu Feb 18 07:01:58 2016 +0100
+++ b/Metaclass.st	Fri Feb 19 14:22:09 2016 +0000
@@ -111,8 +111,6 @@
     "Modified: 23.4.1996 / 15:59:44 / cg"
 ! !
 
-
-
 !Metaclass methodsFor:'Compatibility-ST80'!
 
 comment:aString
@@ -131,6 +129,7 @@
     "Created: / 1.11.1997 / 13:16:45 / cg"
 ! !
 
+
 !Metaclass methodsFor:'autoload check'!
 
 isLoaded
@@ -187,6 +186,12 @@
     "
 !
 
+dllPath
+    ^ myClass dllPath
+
+    "Created: / 19-02-2016 / 14:08:59 / jv"
+!
+
 evaluatorClass
     "return the compiler to use for expression evaluation for this class -
      this can be redefined in special classes, to evaluate expressions with
@@ -938,6 +943,11 @@
 
 version_CVS
     ^ '$Header$'
+!
+
+version_HG
+
+    ^ '$Changeset: <not expanded> $'
 ! !