comparison Platforms/Generic/Oracle.h @ 87:4a541cd4fa83 wasm

OrthancVolumeImageLoader
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 26 May 2017 15:31:58 +0200
parents f40a78cc7070
children e2fe9352f240
comparison
equal deleted inserted replaced
86:02c3a7a4938f 87:4a541cd4fa83
43 43
44 void Start(); 44 void Start();
45 45
46 void Submit(IOracleCommand* command); 46 void Submit(IOracleCommand* command);
47 47
48 void WaitEmpty(); // For unit tests
49
48 void Stop(); 50 void Stop();
49 }; 51 };
50 } 52 }