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:
@@ -49,7 +49,7 @@ namespace Poco {
|
||||
|
||||
|
||||
template <class TArgs, class TDelegate, class TCompare>
|
||||
class FIFOStrategy: public NotificationStrategy<TArgs, TDelegate>
|
||||
class FIFOStrategy//: public NotificationStrategy<TArgs, TDelegate>
|
||||
{
|
||||
public:
|
||||
typedef std::list<TDelegate*> Delegates;
|
||||
|
Reference in New Issue
Block a user