According to Patrick Lam <[EMAIL PROTECTED]>:
> 
> > #ifdef USING_IDLES
> > UT_Worker * checker = new UT_Idle ();
> > #else // USING_TIMERS
> > UT_Worker * checker = new UT_Timer (SPELLCHECK_MILLISECONDS);
> > #endif
> 
> Again, this could be done at the factory method.

Agreed. I'm tempted to refactor some XP code for that too...


Hub

Reply via email to