Skip to content

Commit 4d5a107

Browse files
committed
Refs #20567: Apply Eliana's suggestions
Signed-off-by: EduPonz <eduardoponz@eprosima.com>
1 parent 325a46b commit 4d5a107

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

include/fastdds/dds/domain/DomainParticipant.hpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
#include <fastdds/dds/topic/Topic.hpp>
3838
#include <fastdds/dds/topic/TopicListener.hpp>
3939
#include <fastdds/dds/topic/TypeSupport.hpp>
40-
#include <fastdds/rtps/attributes/RTPSParticipantAttributes.h>
4140
#include <fastdds/rtps/common/Guid.h>
4241
#include <fastdds/rtps/common/SampleIdentity.h>
4342
#include <fastdds/rtps/common/Time_t.h>
@@ -62,9 +61,6 @@ namespace types {
6261
class TypeInformation;
6362
} // namespace types
6463

65-
class PublisherAttributes;
66-
class SubscriberAttributes;
67-
6864
} //namespace fastrtps
6965

7066
namespace fastdds {

resources/xsd/fastdds_profiles.xsd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@
4040
├ data_writer [0~*],
4141
├ data_reader [0~*],
4242
├ transport_descriptors [0~1],
43-
└ topic [0~*] -->
43+
├ topic [0~1],
44+
├ replier [0~1],
45+
└ requester [0~*] -->
4446
<xs:complexType name="profilesType">
4547
<xs:sequence minOccurs="1" maxOccurs="unbounded"> <!-- multiple instances of the elements -->
4648
<xs:choice minOccurs="1"> <!-- each instance can be one of the elements below -->

0 commit comments

Comments
 (0)