client: updating release.txt, updating command line help, catching slsDetectorUsers exception from multislsdetector constructor

This commit is contained in:
2018-08-21 18:49:29 +02:00
parent 4e446f1f39
commit 7945d15beb
5 changed files with 454 additions and 21 deletions

View File

@ -87,8 +87,12 @@ class slsDetectorUsers
public:
/** @short default constructor */
slsDetectorUsers(int id=0);
/** @short default constructor
* @param id multi detector id
* @param ret address of return value. It will be set to 0 for success, else 1 for failure
* in creating multidetector object
*/
slsDetectorUsers(int id=0, int& ret);
/** @short virtual destructor */