File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -255,7 +255,7 @@ class Blackboard
255255 storage_.clear ();
256256 }
257257
258- [[deprecated(" Use getAnyRead or getAnyWrite to access safely an Entry" )]]
258+ [[deprecated(" Use getAnyLocked to access safely an Entry" )]]
259259 std::recursive_mutex& entryMutex () const
260260 {
261261 return entry_mutex_;
Original file line number Diff line number Diff line change @@ -261,13 +261,13 @@ class TreeNode
261261 * // modifying the content of foo_ptr inside this scope IS thread-safe
262262 * }
263263 *
264- * It is important to destroy the object AnyWriteRef , to release the lock.
264+ * It is important to destroy the object AnyPtrLocked , to release the lock.
265265 *
266266 * NOTE: this method doesn't work, if the port contains a static string, instead
267267 * of a blackboard pointer.
268268 *
269269 * @param key the identifier of the port.
270- * @return empty AnyWriteRef if the blackboard entry doesn't exist or the content
270+ * @return empty AnyPtrLocked if the blackboard entry doesn't exist or the content
271271 * of the port was a static string.
272272 */
273273 [[nodiscard]] AnyPtrLocked getLockedPortContent (const std::string& key);
You can’t perform that action at this time.
0 commit comments