Skip to content

Commit 1523bcd

Browse files
authored
Merge pull request #53 from rosemwahlin/FixParticipantTag2
Fix participant tag2
2 parents 9da20bd + b6dbd72 commit 1523bcd

4 files changed

Lines changed: 12 additions & 76 deletions

File tree

2_hello_world/csharp/USER_QOS_PROFILES.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363

6464
<!-- QoS specified to override the QoS in the base profile.
6565
Configures the DomainParticipant in the example code. -->
66-
<participant_qos>
66+
<domain_participant_qos>
6767
<!--
6868
The participant name, if it is set, will be displayed in the
6969
RTI tools, making it easier for you to tell one
@@ -73,7 +73,7 @@
7373
<name>HelloWorldParticipant</name>
7474
</participant_name>
7575

76-
</participant_qos>
76+
</domain_participant_qos>
7777
</qos_profile>
7878

7979
</qos_library>

5_basic_qos/csharp/qos_profiles.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,21 +32,21 @@
3232
<!-- QoS profile to set the participant name for debugging -->
3333
<qos_profile name="TemperingApplication"
3434
base_name="BuiltinQosLib::Generic.Common">
35-
<participant_qos>
35+
<domain_participant_qos>
3636
<participant_name>
3737
<name>TemperingAppParticipant</name>
3838
</participant_name>
39-
</participant_qos>
39+
</domain_participant_qos>
4040
</qos_profile>
4141

4242
<!-- QoS profile to set the participant name for debugging -->
4343
<qos_profile name="MonitoringControlApplication"
4444
base_name="BuiltinQosLib::Generic.Common">
45-
<participant_qos>
45+
<domain_participant_qos>
4646
<participant_name>
4747
<name>MonitoringControlParticipant</name>
4848
</participant_name>
49-
</participant_qos>
49+
</domain_participant_qos>
5050
</qos_profile>
5151

5252
<!--

6_content_filters/csharp/USER_QOS_PROFILES.xml

Lines changed: 0 additions & 64 deletions
This file was deleted.

6_content_filters/csharp/qos_profiles.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,31 +32,31 @@
3232
<!-- QoS profile to set the participant name for debugging -->
3333
<qos_profile name="TemperingApplication"
3434
base_name="BuiltinQosLib::Generic.Common">
35-
<participant_qos>
35+
<domain_participant_qos>
3636
<participant_name>
3737
<name>TemperingAppParticipant</name>
3838
</participant_name>
39-
</participant_qos>
39+
</domain_participant_qos>
4040
</qos_profile>
4141

4242
<!-- QoS profile to set the participant name for debugging -->
4343
<qos_profile name="IngredientApplication"
4444
base_name="BuiltinQosLib::Generic.Common">
45-
<participant_qos>
45+
<domain_participant_qos>
4646
<participant_name>
4747
<name>IngredientAppParticipant</name>
4848
</participant_name>
49-
</participant_qos>
49+
</domain_participant_qos>
5050
</qos_profile>
5151

5252
<!-- QoS profile to set the participant name for debugging -->
5353
<qos_profile name="MonitoringControlApplication"
5454
base_name="BuiltinQosLib::Generic.Common">
55-
<participant_qos>
55+
<domain_participant_qos>
5656
<participant_name>
5757
<name>MonitoringControlParticipant</name>
5858
</participant_name>
59-
</participant_qos>
59+
</domain_participant_qos>
6060
</qos_profile>
6161

6262
<!--

0 commit comments

Comments
 (0)