We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4d0f0a commit d656ebcCopy full SHA for d656ebc
2 files changed
Svc/Health/HealthComponentImpl.hpp
@@ -82,7 +82,7 @@ class HealthImpl final : public HealthComponentBase {
82
//! \brief additional checks function
83
//!
84
//! Does additional checks based on the platform
85
- virtual void doOtherChecks();
+ void doOtherChecks();
86
87
private:
88
//! \brief ping return handler
Svc/TlmChan/TlmChan.hpp
@@ -28,7 +28,7 @@ class TlmChan final : public TlmChanComponentBase {
28
29
protected:
30
// can be overridden for alternate algorithms
31
- virtual FwChanIdType doHash(FwChanIdType id);
+ FwChanIdType doHash(FwChanIdType id);
32
33
34
// Port functions
0 commit comments