porting 1.4.4 rev. 1929, 1939 (SF# 3552680 et. al)

This commit is contained in:
Aleksandar Fabijanic
2012-08-23 04:27:50 +00:00
parent 91b3ca4421
commit ae45a2d311
6 changed files with 54 additions and 10 deletions

View File

@@ -171,6 +171,8 @@ class AbstractEvent
/// to create the PriorityDelegate.
{
public:
typedef TArgs Args;
AbstractEvent():
_executeAsync(this, &AbstractEvent::executeAsyncImpl),
_enabled(true)