WIP: somethings wrong.. #19
@ -135,7 +135,7 @@ ReturnValue_t MessageQueue::sendMessageFromMessageQueue(MessageQueueId_t sendTo,
|
|||||||
return HasReturnvaluesIF::RETURN_OK;
|
return HasReturnvaluesIF::RETURN_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
ReturnValue_t MessageQueue::lockQueue(millis_t lockTimeout) {
|
ReturnValue_t MessageQueue::lockQueue(dur_millis_t lockTimeout) {
|
||||||
return queueLock->lockMutex(lockTimeout);
|
return queueLock->lockMutex(lockTimeout);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -182,7 +182,7 @@ public:
|
|||||||
|
|
||||||
bool isDefaultDestinationSet() const override;
|
bool isDefaultDestinationSet() const override;
|
||||||
|
|
||||||
ReturnValue_t lockQueue(millis_t lockTimeout);
|
ReturnValue_t lockQueue(dur_millis_t lockTimeout);
|
||||||
ReturnValue_t unlockQueue();
|
ReturnValue_t unlockQueue();
|
||||||
protected:
|
protected:
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user