occt: master 97e96609

Author Committer Branch Timestamp Parent
abv bugmaster master 2018-03-14 08:02:10 master 0a0eec80
Affected Issues  0029515: Foundation Classes, OSD - 'Spawn' contains function that isn't available on iOS
Changeset 0029515: Foundation Classes, OSD - 'Spawn' contains function that isn't available on iOS

Method OSD_Process::Spawn() is removed as useless (not used across OCCT or products).
Note that on Linux, macOS, and Windows standard C function "system()" can be used directly instead, while iOS apparently does not support spawning separate processes at all.
mod - src/OSD/OSD_Process.cxx Diff File
mod - src/OSD/OSD_Process.hxx Diff File