Wrong token passed in DeviceEnumerationThread

I suspect that the wrong token is passed at

the previous calls to watcher->add_* pass the corresponding token, i,e:

watcher->add_Added pass &deviceAddedToken
watcher->add_Removed pass &deviceRemovedToken

but watcher->add_Updated pass &deviceRemovedToken

Yep, will get that sorted out. Thanks!