mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-15 15:16:49 +02:00
fixing NullEvent usage
This commit is contained in:
@@ -67,7 +67,7 @@ class ExpireCache: public AbstractCache<TKey, TValue, ExpireStrategy<TKey, TValu
|
||||
{
|
||||
public:
|
||||
ExpireCache(Timestamp::TimeDiff expire = 600000):
|
||||
AbstractCache<TKey, TValue, ExpireStrategy<TKey, TValue> >(ExpireStrategy<TKey, TValue>(expire))
|
||||
AbstractCache<TKey, TValue, ExpireStrategy<TKey, TValue>, TMutex, TEventMutex>(ExpireStrategy<TKey, TValue>(expire))
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user