replace the global contextTask with a Context field
This commit is contained in:
committed by
Tomas Babej
parent
53127bf844
commit
65830dd705
@@ -129,6 +129,7 @@ public:
|
||||
// CurrentTask resets Context::currentTask to NULL on destruction; this ensures
|
||||
// that this context value is not a dangling pointer.
|
||||
class CurrentTask {
|
||||
public:
|
||||
~CurrentTask();
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user