Skip to content

Commit

Permalink
Fix SonarQube issue
Browse files Browse the repository at this point in the history
  • Loading branch information
uweseimet committed Nov 29, 2023
1 parent 341dd20 commit 6e32851
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cpp/controllers/phase_handler.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ class PhaseHandler
virtual void DataIn() = 0;
virtual void DataOut() = 0;
virtual void MsgIn() = 0;
virtual void MsgOut() { }
virtual void MsgOut() {
// To be implemented by controllers supporting this phase
}

virtual bool Process(int) = 0;

Expand Down

0 comments on commit 6e32851

Please sign in to comment.