mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-19 01:32:54 +01:00
smaller changes to make arguments const
This commit is contained in:
@@ -660,7 +660,7 @@ virtual int resetFramesCaught()=0;
|
||||
* @param destroy is true to destroy all the sockets
|
||||
* @return OK or FAIL
|
||||
*/
|
||||
virtual int createReceivingDataSockets(bool destroy = false)=0;
|
||||
virtual int createReceivingDataSockets(const bool destroy = false)=0;
|
||||
|
||||
|
||||
/** Reads frames from receiver through a constant socket
|
||||
|
||||
Reference in New Issue
Block a user