explicit override

This commit is contained in:
Erik Frojdh 2019-03-14 17:15:58 +01:00
parent 9f724f0c0d
commit 836eb8cde2

View File

@ -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)