2012-06-07 00:43 UTC+0200 Viktor Szakats (harbour syenar.net)
* contrib/xhb/bkgtsks.c
% cleanup missed in prev
This commit is contained in:
@@ -16,6 +16,10 @@
|
||||
The license applies to all entries newer than 2009-04-28.
|
||||
*/
|
||||
|
||||
2012-06-07 00:43 UTC+0200 Viktor Szakats (harbour syenar.net)
|
||||
* contrib/xhb/bkgtsks.c
|
||||
% cleanup missed in prev
|
||||
|
||||
2012-06-07 00:23 UTC+0200 Viktor Szakats (harbour syenar.net)
|
||||
* contrib/xhb/bkgtsks.c
|
||||
* doc/en/hb_api.txt
|
||||
|
||||
@@ -75,7 +75,7 @@ typedef struct HB_BACKGROUNDTASK_
|
||||
double dSeconds; /* internal - last time this task has gone */
|
||||
int millisec; /* milliseconds after this task must run */
|
||||
HB_BOOL bActive; /* task is active ? */
|
||||
} HB_BACKGROUNDTASK, * PHB_BACKGROUNDTASK, * HB_BACKGROUNDTASK_PTR;
|
||||
} HB_BACKGROUNDTASK, * PHB_BACKGROUNDTASK;
|
||||
|
||||
extern void hb_backgroundRunSingle( HB_ULONG ulID ); /* run a single background routine */
|
||||
extern void hb_backgroundRunForced( void ); /* run all background routines also if them are not active*/
|
||||
|
||||
Reference in New Issue
Block a user