History log of /vbox/src/VBox/Main/src-all/AutoCaller.cpp
Revision Date Author Comments Expand
82ae84c8df758538c13cc48d2e569bd8903105d2 52095 18-Jul-2014 vboxsync

Main/Medium+AutoCaller+others: fix medium uninit deadlock caused by lock order violations, sometimes taking the caller before the media tree lock, sometimes after, plus a few other small fixes

1c754011e968403645da177801a9affaeec0e4fd 52029 15-Jul-2014 vboxsync

Main: warning

84029357bc8c5780585a1cd1b40319bbc23d022f 51903 07-Jul-2014 vboxsync

Main: AutoCaller/VirtualBoxBase refactoring, cleanly splitting out the object state handling, and moving all caller synchronization to one file. Also eliminated a not so vital template (AutoCallerBase) by much simpler inheritance. Theoretically has no visible effects, the behavior should be identical. Done as a preparation for reimplementing the caller synchronization.