mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-31 18:24:58 +01:00
rxr: removed return ok or fail and replaced with exceptions
This commit is contained in:
@@ -66,9 +66,8 @@ class ThreadObject : private virtual slsDetectorDefs {
|
||||
|
||||
/**
|
||||
* Create Thread, sets semaphore, alive and killThread
|
||||
* @return OK if successful, else FAIL
|
||||
*/
|
||||
int CreateThread();
|
||||
void CreateThread();
|
||||
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user