Clone
Gustaf Neumann <neumann@wu-wien.ac.at>
committed
on 25 Jun 12
- added a SlotContainerCmdResolver() to avoid interaction of slot names with names of callable tcl commands. Without the SlotContainerCm… Show more
- added a SlotContainerCmdResolver() to avoid interaction of slot   names with names of callable tcl commands. Without the   SlotContainerCmdResolver() the call to "list" in a property named   "list" leads to a call to the container object ::Test2::slot::list   instead to the intended ::list. The implementation is not perfect,   since it ignores the namespace path inside the slot container. - added regression test.

Show less

2-1-0-rc + 58 more