Skip to content

Commit

Permalink
Update examples/chip-tool/commands/common/ChipToolCheckInDelegate.h
Browse files Browse the repository at this point in the history
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
  • Loading branch information
yunhanw-google and bzbarsky-apple authored Apr 26, 2024
1 parent b67a457 commit 8ebadd4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class CheckInCompleteCallback
* @param[in] clientInfo - ICDClientInfo object representing the state associated with the
* node that sent the check-in message.
*/
virtual void OnCheckInComplete(const chip::app::ICDClientInfo & clientInfo);
virtual void OnCheckInComplete(const chip::app::ICDClientInfo & clientInfo) = 0;
};

class ChipToolCheckInDelegate : public chip::app::CheckInDelegate
Expand Down

0 comments on commit 8ebadd4

Please sign in to comment.