Lars Gullik Bjønnes wrote:
> | why not rename val() as status()?
> | if (dispatch.status() == FINISHED) {
>
> later patch.
Sure ;-) Keep up the good work!
--
Angus
Angus Leeming <[EMAIL PROTECTED]> writes:
| Lars Gullik Bjønnes wrote:
>
>> This patch introduces the DispatchResult::dispatched() function and
>> removes DISPATCHED, UNDISPATCHED from dispatch_result_t, and changes
>> DISPATCHED_NOUPDATE to NOUPDATE in dispatch_reuslt_t,
>
| The comment in dispat
> As dispatched() now returns a bool, why not rename it as success()?
> The code above is then very elegant.
[...]
> Staying on the subject of names:
> if (result.val() == FINISHED) {
>
> why not rename val() as status()?
> if (dispatch.status() == FINISHED) {
Just by looking at the proposed chang
Lars Gullik Bjønnes wrote:
> This patch introduces the DispatchResult::dispatched() function and
> removes DISPATCHED, UNDISPATCHED from dispatch_result_t, and changes
> DISPATCHED_NOUPDATE to NOUPDATE in dispatch_reuslt_t,
The comment in dispatchresult.h still refers to DISPATCHED_NOUPDATE.
Do