Index: openacs-4/packages/xotcl-core/tcl/10-recreation-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/10-recreation-procs.tcl,v diff -u -N -r1.13.2.2 -r1.13.2.3 --- openacs-4/packages/xotcl-core/tcl/10-recreation-procs.tcl 8 May 2019 14:22:02 -0000 1.13.2.2 +++ openacs-4/packages/xotcl-core/tcl/10-recreation-procs.tcl 5 Oct 2019 13:19:20 -0000 1.13.2.3 @@ -32,7 +32,7 @@

This can be a problem when the class instances are not reloaded and when they should survife the redefinition with the - same class relationships. Therefore we define a + same class relationships. Therefore, we define a meta class RecreationClass, which can be used to parameterize the behavior on redefinitions. Alternatively, Classes or objects could provide their own recreate methods.