Skip to content

Commit 79c9aac

Browse files
committed
Refs #22722. Add missing argument on doxygen documentation.
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
1 parent 0d9a3c9 commit 79c9aac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/fastdds/dds/rpc/interfaces/RpcClientReader.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ class RpcClientReader
6262
* Will block until a reply is available, the replies feed has finished, or the timeout expires.
6363
*
6464
* @param value The value to read the reply into.
65+
* @param timeout The maximum time to wait for a reply.
6566
*
6667
* @return True if a reply was read, false if the feed has finished or has been cancelled.
6768
*

0 commit comments

Comments
 (0)