Skip to content

Commit

Permalink
Refs #21329: Apply Eliana' suggestions
Browse files Browse the repository at this point in the history
Signed-off-by: JesusPoderoso <[email protected]>
  • Loading branch information
JesusPoderoso committed Jul 10, 2024
1 parent f91fa69 commit d479816
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/fastdds/dds/publisher/DataWriter.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ class DataWriter : public DomainEntity
* Write data to the topic.
*
* @param data Pointer to the data
* @return RETCODE_OK if the data is correctly sent and RETCODE_ERROR otherwise.
* @return RETCODE_OK if the data is correctly sent or a ReturnCode related to the specific error otherwise.
*/
FASTDDS_EXPORTED_API ReturnCode_t write(
const void* const data);
Expand All @@ -138,7 +138,7 @@ class DataWriter : public DomainEntity
*
* @param data Pointer to the data
* @param params Extra write parameters.
* @return RETCODE_OK if the data is correctly sent and RETCODE_ERROR otherwise.
* @return RETCODE_OK if the data is correctly sent or a ReturnCode related to the specific error otherwise.
*/
FASTDDS_EXPORTED_API ReturnCode_t write(
const void* const data,
Expand Down

0 comments on commit d479816

Please sign in to comment.