Merge lp:~jan-ellenbeck/openwns-library/fixForBug661367 into lp:openwns-library
Proposed by
Jan
Status: | Needs review |
---|---|
Proposed branch: | lp:~jan-ellenbeck/openwns-library/fixForBug661367 |
Merge into: | lp:openwns-library |
Diff against target: |
63 lines (+21/-3) 3 files modified
src/events/PeriodicTimeout.cpp (+8/-2) src/simulator/ISimulator.cpp (+6/-0) src/simulator/ISimulator.hpp (+7/-1) |
To merge this branch: | bzr merge lp:~jan-ellenbeck/openwns-library/fixForBug661367 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Maciej Muehleisen | Disapprove | ||
Review via email:
|
Description of the change
Provides a fix/workaround to Bug #661367 by adding a method to check whether the wns::simulator:
To post a comment you must log in.
Unmerged revisions
- 242. By Jan
-
Fixes bug 661367 which occurs at shutdown when a Singleton is also derived from PeriodicTimeout
Thank you for the effort but I prefer a clean solution by getting rid of std::atexit and using the simulator end event to shutdown singletons. I'll try to take care of that before X-mas.