I'd prefer non-explicit contructors from bool and this enum to save a bit
of typing:

> result = DispatchResult(true, DispatchResult::UNLOCK);

result = DispatchResult::UNLOCK;

but if you really feel better with this verbosity do whatever makes you
happy...

Andre'



Reply via email to