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
- The idle loop issue Dom Lachowicz
- Re: The idle loop issue Rui Miguel Seabra
- Re: The idle loop issue Patrick Lam
- Re: The idle loop issue Hubert Figuiere
- Re: The idle loop issue Martin Sevior
