| 6757 | //////////////////////////////////////////////////////////////////////////////// |
| 6758 | template <class T> |
| 6759 | inline AsyncProgressWorker<T>::AsyncProgressWorker(const Function& callback) |
| 6760 | : AsyncProgressWorker(callback, "generic") {} |
| 6761 | |
| 6762 | template <class T> |
| 6763 | inline AsyncProgressWorker<T>::AsyncProgressWorker(const Function& callback, |