2010-02-23 17:40 UTC+0100 Maurilio Longo (maurilio.longo@libero.it)
* source/contrib/hbxpp/tthreadx.prg
! while waiting for ::interval to expire, ::active has to be .T.
This commit is contained in:
@@ -17,6 +17,10 @@
|
||||
past entries belonging to author(s): Viktor Szakats.
|
||||
*/
|
||||
|
||||
2010-02-23 17:40 UTC+0100 Maurilio Longo (maurilio.longo@libero.it)
|
||||
* source/contrib/hbxpp/tthreadx.prg
|
||||
! while waiting for ::interval to expire, ::active has to be .T.
|
||||
|
||||
2010-02-23 08:26 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)
|
||||
* contrib/hbqt/hbqt_hbslots.cpp
|
||||
! Applied patch provided by Francek.
|
||||
|
||||
@@ -229,9 +229,7 @@ METHOD start( xAction, ... ) CLASS TTHREAD
|
||||
ENDIF
|
||||
|
||||
IF ISNUMBER( ::interval )
|
||||
::active := .F.
|
||||
hb_idleSleep( ::interval / 100 )
|
||||
::active := .T.
|
||||
LOOP
|
||||
ENDIF
|
||||
::startTime := NIL
|
||||
|
||||
Reference in New Issue
Block a user