mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-15 15:16:49 +02:00
added NullMutex, extended Events so that mutex is a template param, minor performance optimzation for strategies
This commit is contained in:
@@ -49,6 +49,9 @@ namespace Poco {
|
||||
template <class TArgs, class TDelegate>
|
||||
class NotificationStrategy
|
||||
/// The interface that all notification strategies must implement.
|
||||
/// Note: Event is based on policy-driven design, so your strategy implementation
|
||||
/// must offer all the methods from this interface (otherwise: compile errors)
|
||||
/// but you don't need to extend from NotificationStrategy!
|
||||
{
|
||||
public:
|
||||
NotificationStrategy()
|
||||
|
Reference in New Issue
Block a user