Skip to content

Commit

Permalink
Add missing override keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
timcanham committed Apr 10, 2024
1 parent f8ac1cc commit 018f4ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Svc/DpCatalog/DpCatalog.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ namespace Svc {
void pingIn_handler(
NATIVE_INT_TYPE portNum, //!< The port number
U32 key //!< Value to return to pinger
);
) override;

PRIVATE:

Expand All @@ -91,7 +91,7 @@ namespace Svc {
void BUILD_CATALOG_cmdHandler(
FwOpcodeType opCode, //!< The opcode
U32 cmdSeq //!< The command sequence number
);
) override;

//! Handler implementation for command START_XMIT_CATALOG
//!
Expand All @@ -108,7 +108,7 @@ namespace Svc {
void STOP_XMIT_CATALOG_cmdHandler(
FwOpcodeType opCode, //!< The opcode
U32 cmdSeq //!< The command sequence number
);
) override;

//! Handler implementation for command CLEAR_CATALOG
//!
Expand Down

0 comments on commit 018f4ad

Please sign in to comment.