mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-18 16:37:13 +01:00
fbb1c1fd44
- Named the inner enumerations to fix SF issue#1834127 * include/Poco/RunnableAdapter.h - Added missing ``return *this'' to RunnableAdapter::operator= * src/TaskManager.cpp - Added try-catch block in TaskManager::start to ensure that _taskList is properly maintained. Fix for SF issue#1829700 * testsuite/src/TaskManagerTest.cpp * testsuite/src/TaskManagerTest.h - Added test cases for SF issue@1829700