now fixed properly

This commit is contained in:
2021-04-08 15:39:23 +02:00
parent 6983ddc3e0
commit 23e3f2f34f
4 changed files with 10 additions and 3 deletions

View File

@ -86,3 +86,7 @@ size_t MessageQueueMessage::getMaximumMessageSize() const {
return this->MAX_MESSAGE_SIZE;
}
size_t MessageQueueMessage::getMaximumDataSize() const {
return this->MAX_DATA_SIZE;
}