mirror of
https://github.com/pocoproject/poco.git
synced 2025-02-20 22:31:23 +01:00
fixed SF# 2807639
This commit is contained in:
parent
b17b771b10
commit
9dcc22722d
@ -1,7 +1,7 @@
|
||||
//
|
||||
// NObserver.h
|
||||
//
|
||||
// $Id: //poco/Main/Foundation/include/Poco/NObserver.h#2 $
|
||||
// $Id: //poco/Main/Foundation/include/Poco/NObserver.h#3 $
|
||||
//
|
||||
// Library: Foundation
|
||||
// Package: Notifications
|
||||
@ -64,7 +64,7 @@ class NObserver: public AbstractObserver
|
||||
/// management.
|
||||
{
|
||||
public:
|
||||
typedef Notification::Ptr NotificationPtr;
|
||||
typedef AutoPtr<N> NotificationPtr;
|
||||
typedef void (C::*Callback)(const NotificationPtr&);
|
||||
|
||||
NObserver(C& object, Callback method):
|
||||
|
Loading…
x
Reference in New Issue
Block a user