@@ -217,6 +217,7 @@ class Publisher : public DomainEntity
217217 * @brief Indicates to FastDDS that the contained DataWriters are about to be modified
218218 *
219219 * @return RETCODE_OK if successful, an error code otherwise
220+ *
220221 * @warning Not supported yet. Currently returns RETCODE_UNSUPPORTED
221222 */
222223 RTPS_DllAPI ReturnCode_t suspend_publications ();
@@ -225,6 +226,7 @@ class Publisher : public DomainEntity
225226 * @brief Indicates to FastDDS that the modifications to the DataWriters are complete.
226227 *
227228 * @return RETCODE_OK if successful, an error code otherwise
229+ *
228230 * @warning Not supported yet. Currently returns RETCODE_UNSUPPORTED
229231 */
230232 RTPS_DllAPI ReturnCode_t resume_publications ();
@@ -233,6 +235,7 @@ class Publisher : public DomainEntity
233235 * @brief Signals the beginning of a set of coherent cache changes using the Datawriters attached to the publisher
234236 *
235237 * @return RETCODE_OK if successful, an error code otherwise
238+ *
236239 * @warning Not supported yet. Currently returns RETCODE_UNSUPPORTED
237240 */
238241 RTPS_DllAPI ReturnCode_t begin_coherent_changes ();
@@ -241,6 +244,7 @@ class Publisher : public DomainEntity
241244 * @brief Signals the end of a set of coherent cache changes
242245 *
243246 * @return RETCODE_OK if successful, an error code otherwise
247+ *
244248 * @warning Not supported yet. Currently returns RETCODE_UNSUPPORTED
245249 */
246250 RTPS_DllAPI ReturnCode_t end_coherent_changes ();
@@ -322,6 +326,7 @@ class Publisher : public DomainEntity
322326 * @param[out] writer_qos
323327 * @param[in] topic_qos
324328 * @return RETCODE_OK if successful, an error code otherwise
329+ *
325330 * @warning Not supported yet. Currently returns RETCODE_UNSUPPORTED
326331 */
327332 RTPS_DllAPI ReturnCode_t copy_from_topic_qos (
0 commit comments