Skip to content

Commit

Permalink
Refs #20709: Apply suggestions
Browse files Browse the repository at this point in the history
Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
  • Loading branch information
elianalf committed May 22, 2024
1 parent 745a751 commit d3abbcd
Show file tree
Hide file tree
Showing 21 changed files with 93 additions and 76 deletions.
3 changes: 1 addition & 2 deletions include/fastdds/rtps/messages/RTPSMessageSenderInterface.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ namespace rtps {
struct CDRMessage_t;

/**
* An interface used in \ref RTPSMessageGroup to handle destinations management
* and message sending.
* Interface to handle destinations management and message sending.
*/
class RTPSMessageSenderInterface
{
Expand Down
1 change: 1 addition & 0 deletions src/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ set(${PROJECT_NAME}_source_files
rtps/history/TopicPayloadPool.cpp
rtps/history/TopicPayloadPoolRegistry.cpp
rtps/history/WriterHistory.cpp
rtps/messages/CDRMessage.cpp
rtps/messages/MessageReceiver.cpp
rtps/messages/RTPSGapBuilder.cpp
rtps/messages/RTPSMessageCreator.cpp
Expand Down
2 changes: 1 addition & 1 deletion src/cpp/fastdds/core/policy/ParameterList.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@

#include <fastdds/dds/core/policy/ParameterTypes.hpp>
#include <fastdds/rtps/messages/RTPS_messages.h>
#include <fastdds/rtps/common/CDRMessage_t.h>
#include <fastdds/rtps/common/CacheChange.h>

#include <rtps/messages/CDRMessage.hpp>

#include <functional>
Expand Down
Loading

0 comments on commit d3abbcd

Please sign in to comment.