mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-14 22:07:12 +02: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