mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-14 23:07:56 +02:00
integrated changes from main repository
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// TaskNotification.h
|
||||
//
|
||||
// $Id: //poco/1.3/Foundation/include/Poco/TaskNotification.h#1 $
|
||||
// $Id: //poco/1.3/Foundation/include/Poco/TaskNotification.h#2 $
|
||||
//
|
||||
// Library: Foundation
|
||||
// Package: Tasks
|
||||
@@ -146,7 +146,7 @@ class TaskCustomNotification: public TaskNotification
|
||||
/// mechanism between the task and its observer(s).
|
||||
{
|
||||
public:
|
||||
TaskCustomNotification(Task* pTask, C& custom):
|
||||
TaskCustomNotification(Task* pTask, const C& custom):
|
||||
TaskNotification(pTask),
|
||||
_custom(custom)
|
||||
{
|
||||
|
Reference in New Issue
Block a user