Index: sources/canbus/MessageDispatcher.cpp =================================================================== diff -u -r7710fea4486a639caaa3c510add0eac0bcd4ddcc -r7777127f3b60d5f884cd07adc9d586353d914f69 --- sources/canbus/MessageDispatcher.cpp (.../MessageDispatcher.cpp) (revision 7710fea4486a639caaa3c510add0eac0bcd4ddcc) +++ sources/canbus/MessageDispatcher.cpp (.../MessageDispatcher.cpp) (revision 7777127f3b60d5f884cd07adc9d586353d914f69) @@ -343,14 +343,14 @@ * \param vData - Data model contains the user acknowledge request information. * \return void */ -/* coco begin validated: Manually tested. This model class is a placeholder and there is no use case for this now. +/* // coco begin validated: Manually tested. This model class is a placeholder and there is no use case for this now. void MessageDispatcher::onAdjustment(const AlarmClearedConditionRequestData &vData) { QVariantList mData; mData += vData.alarmID; onActionTransmit(GuiActionType::ID_AlarmClearedConditionReq, mData); } -coco end */ +// coco end */ /*! * \brief MessageDispatcher::onAdjustment