Andre' Poenitz <[EMAIL PROTECTED]> writes:
| 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...
except that there is bot UNDISPATCHED and DISPATCHED versions of
UNLOCK, it is not used consistently...
I am not quite happy with the verbosity, but when trying to beat this
into shape it is of secondary concern.
--
Lgb