|
From: Cary R. <cy...@ya...> - 2008-04-24 20:48:26
|
--- On Thu, 4/24/08, Stephen Williams <st...@ic...> wrote:
> All I will do is collect all the paths that have the same
> wake_time_.
> Currently, it is only saving 1 with the maximum wake_time_,
> so I'll
> have to find a way to list the matches instead of saving a
> single
> pointer.
>
> The condition is handled by the paths themselves managing
> the
> condition_flag_ member of the vvp_fun_modpath object. The
> actual
> delay then can quickly reject paths that are disabled by
> conditions.
> It would be nice if you can get the ifnone condition to
> manage
> that member as well.
I was assuming the ifnone would fit in after the loop, so if src == 0 and you have an ifnone set src to the ifnone delay. Making ifnone handle a condition_flag_ seems overly complicated.
Cary
____________________________________________________________________________________
Be a better friend, newshound, and
know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
|