Clone
Gustaf Neumann <neumann@wu-wien.ac.at>
committed
on 20 Jan 12
- deacitivate for the time being allowmethoddispatch (make it behave always like true) - added instead new flag "perobjectdispatch" to mak… Show more
- deacitivate for the time being allowmethoddispatch   (make it behave always like true) - added instead new flag "perobjectdispatch" to make   behavior of ensembleobjects configurable. - The behavior for keepcallerself is currently   only activated for the method-interface   for object dispatch, since otherwise the following   would be dangerous, since "o2 foo" would destroy o2      nx::Object create o1      nsf::object::property o1 keepcallerself true      nx::Object create o2 {        ::public method foo {} {o1 destroy}      }      o2 foo

Show less