Skip to content
Snippets Groups Projects

fix tasklist structure

Closed Lars Nothdurft requested to merge tasklist_fix into ov3
All threads resolved!
10 files
+ 183
64
Compare changes
  • Side-by-side
  • Inline
Files
10
@@ -4,7 +4,7 @@
*** ##################################### ***
*** ***
*** L T S o f t ***
*** Agentur fr Leittechnik Software GmbH ***
*** Agentur für Leittechnik Software GmbH ***
*** Brabanterstr. 13 ***
*** D-50171 Kerpen ***
*** Tel : 02237/92869-2 ***
@@ -94,6 +94,13 @@ OV_DLLFNCEXPORT OV_RESULT fb_database_checkstruct(void);
*/
OV_DLLFNCEXPORT void* fb_database_geturtask(void);
/*
* check if task is connected to UrTask or an initial task
*/
OV_DLLFNCEXPORT OV_BOOL fb_task_has_initial_taskparent(
OV_INSTPTR_fb_task ptask
);
/*
* Get libraries container object
*/
Loading