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:
Maurilio Longo
2010-02-23 16:42:42 +00:00
parent f6ddb09fe9
commit 1870c5c65c
2 changed files with 4 additions and 2 deletions

View File

@@ -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.

View File

@@ -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