Skip to content
Snippets Groups Projects
Commit a6da363a authored by Grigoris Pavlakis's avatar Grigoris Pavlakis Committed by kongr45gpen
Browse files

Add important todos before merging

parent f39e52ee
No related branches found
No related tags found
No related merge requests found
...@@ -31,6 +31,10 @@ ...@@ -31,6 +31,10 @@
*/ */
int FunctionManagementService::call(Message msg) { int FunctionManagementService::call(Message msg) {
/**
* @todo: Add test for message and service type using the ErrorHandler
* @todo: Convert all functions to void (use error reports for tests instead of return numbers)
*/
ErrorHandler::assertInternal(msg.messageType == 1 && msg.serviceType == 8, ErrorHandler::assertInternal(msg.messageType == 1 && msg.serviceType == 8,
ErrorHandler::InternalErrorType::UnacceptablePacket); ErrorHandler::InternalErrorType::UnacceptablePacket);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment