mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-22 22:40:02 +02:00
explicit override
This commit is contained in:
parent
9f724f0c0d
commit
836eb8cde2
@ -56,7 +56,7 @@ class Listener : private virtual slsDetectorDefs, public ThreadObject {
|
|||||||
* Returns if the thread is currently running
|
* Returns if the thread is currently running
|
||||||
* @returns true if thread is running, else false
|
* @returns true if thread is running, else false
|
||||||
*/
|
*/
|
||||||
bool IsRunning();
|
bool IsRunning() override;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get acquisition started flag
|
* Get acquisition started flag
|
||||||
@ -158,7 +158,7 @@ class Listener : private virtual slsDetectorDefs, public ThreadObject {
|
|||||||
* Get Type
|
* Get Type
|
||||||
* @return type
|
* @return type
|
||||||
*/
|
*/
|
||||||
std::string GetType();
|
std::string GetType() override;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Record First Indices (firstAcquisitionIndex, firstMeasurementIndex)
|
* Record First Indices (firstAcquisitionIndex, firstMeasurementIndex)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user