diff --git a/include/fastdds/dds/core/policy/QosPolicies.hpp b/include/fastdds/dds/core/policy/QosPolicies.hpp index d021dfd8567..16f78332dbd 100644 --- a/include/fastdds/dds/core/policy/QosPolicies.hpp +++ b/include/fastdds/dds/core/policy/QosPolicies.hpp @@ -1981,7 +1981,7 @@ class PublishModeQosPolicy : public QosPolicy PublishModeQosPolicyKind kind = SYNCHRONOUS_PUBLISH_MODE; //! Name of the flow controller used when publish mode kind is ASYNCHRONOUS_PUBLISH_MODE. - //! @since Functionality not implemented yet. Coming soon. + //! @since 2.4.0 const char* flow_controller_name = fastdds::rtps::FASTDDS_FLOW_CONTROLLER_DEFAULT; inline void clear() override diff --git a/include/fastdds/dds/domain/qos/DomainParticipantQos.hpp b/include/fastdds/dds/domain/qos/DomainParticipantQos.hpp index 4967ea49949..abfc3cb939f 100644 --- a/include/fastdds/dds/domain/qos/DomainParticipantQos.hpp +++ b/include/fastdds/dds/domain/qos/DomainParticipantQos.hpp @@ -296,7 +296,7 @@ class DomainParticipantQos fastrtps::string_255 name_ = "RTPSParticipant"; //! User defined flow controller to use alongside. - //! @since Functionality not implemented yet. Coming soon. + //! @since 2.4.0 FlowControllerDescriptorList flow_controllers_; }; diff --git a/include/fastdds/rtps/flowcontrol/FlowControllerDescriptor.hpp b/include/fastdds/rtps/flowcontrol/FlowControllerDescriptor.hpp index e0e5f576c0a..8e5c489eb74 100644 --- a/include/fastdds/rtps/flowcontrol/FlowControllerDescriptor.hpp +++ b/include/fastdds/rtps/flowcontrol/FlowControllerDescriptor.hpp @@ -26,7 +26,7 @@ namespace rtps { * Configuration values for creating flow controllers. * * This descriptor is used to define the configuration applied in the creation of a flow controller. - * @since Functionality not implemented yet. Coming soon. + * @since 2.4.0 */ struct FlowControllerDescriptor {