mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-14 23:07:56 +02:00
fix comment; don't send TaskProgressNotification if progress does not change
Conflicts: Foundation/src/Task.cpp
This commit is contained in:
@@ -102,7 +102,7 @@ private:
|
||||
|
||||
class Foundation_API TaskProgressNotification: public TaskNotification
|
||||
/// This notification is posted by the TaskManager for
|
||||
/// every task that has failed with an exception.
|
||||
/// a task when its progress changes.
|
||||
{
|
||||
public:
|
||||
TaskProgressNotification(Task* pTask, float progress);
|
||||
|
Reference in New Issue
Block a user