mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-14 23:07:56 +02:00
added NullMutex, extended Events so that mutex is a template param, minor performance optimzation for strategies
This commit is contained in:
@@ -50,7 +50,7 @@ namespace Poco {
|
||||
|
||||
|
||||
template <class TArgs, class TDelegate, class TCompare>
|
||||
class DefaultStrategy: public NotificationStrategy<TArgs, TDelegate>
|
||||
class DefaultStrategy//: public NotificationStrategy<TArgs, TDelegate>
|
||||
/// Default notification strategy. Allows one observer
|
||||
/// to register exactly once. The observer must provide an
|
||||
/// < (less-than) operator.
|
||||
|
Reference in New Issue
Block a user