mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-14 15:05:35 +02:00
fixed SF# 3496493, 3495656
This commit is contained in:
@@ -121,9 +121,9 @@ public:
|
||||
static const int MIN_PROGRESS_NOTIFICATION_INTERVAL;
|
||||
|
||||
protected:
|
||||
void postNotification(Notification* pNf);
|
||||
/// Posts a notification to the task manager's
|
||||
/// notification center.
|
||||
void postNotification(const Notification::Ptr& pNf);
|
||||
/// Posts a notification to the task manager's
|
||||
/// notification center.
|
||||
|
||||
void taskStarted(Task* pTask);
|
||||
void taskProgress(Task* pTask, float progress);
|
||||
|
Reference in New Issue
Block a user