mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-17 11:05:03 +02:00
Poco::BasicEvent improvements and preparations for future support of lambdas/std::function
This commit is contained in:
@@ -109,6 +109,7 @@ private:
|
||||
PriorityExpire();
|
||||
};
|
||||
|
||||
|
||||
template <>
|
||||
class PriorityExpire<void>: public AbstractPriorityDelegate<void>
|
||||
/// Decorator for AbstractPriorityDelegate adding automatic
|
||||
@@ -188,6 +189,8 @@ protected:
|
||||
private:
|
||||
PriorityExpire();
|
||||
};
|
||||
|
||||
|
||||
} // namespace Poco
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user