mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-16 18:56:52 +02:00
Poco::BasicEvent improvements and preparations for future support of lambdas/std::function
This commit is contained in:
@@ -108,6 +108,7 @@ private:
|
||||
Expire();
|
||||
};
|
||||
|
||||
|
||||
template <>
|
||||
class Expire<void>: public AbstractDelegate<void>
|
||||
/// Decorator for AbstractDelegate adding automatic
|
||||
@@ -189,7 +190,6 @@ private:
|
||||
};
|
||||
|
||||
|
||||
|
||||
} // namespace Poco
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user