Skip to content

Commit d7c3deb

Browse files
committed
fixed missing isBootNotificationMessage func in test_message_queue.cpp
Signed-off-by: pietfried <pietgoempel@gmail.com>
1 parent 2f61d03 commit d7c3deb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/lib/ocpp/common/test_message_queue.cpp

+4
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,10 @@ template <> bool ControlMessage<TestMessageType>::isTransactionUpdateMessage() c
129129
return this->messageType == TestMessageType::TRANSACTIONAL_UPDATE;
130130
}
131131

132+
template <> bool ControlMessage<TestMessageType>::isBootNotificationMessage() const {
133+
return this->messageType == TestMessageType::BootNotification;
134+
}
135+
132136
/************************************************************************************************
133137
* ControlMessage
134138
*

0 commit comments

Comments
 (0)