summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/examples/Shapes/descriptors/2013_interop_demo/run_7.xml
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/connectors/dds4ccm/examples/Shapes/descriptors/2013_interop_demo/run_7.xml')
-rw-r--r--CIAO/connectors/dds4ccm/examples/Shapes/descriptors/2013_interop_demo/run_7.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/CIAO/connectors/dds4ccm/examples/Shapes/descriptors/2013_interop_demo/run_7.xml b/CIAO/connectors/dds4ccm/examples/Shapes/descriptors/2013_interop_demo/run_7.xml
new file mode 100644
index 00000000000..991bb7c34d8
--- /dev/null
+++ b/CIAO/connectors/dds4ccm/examples/Shapes/descriptors/2013_interop_demo/run_7.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- $Id$ -->
+<dds xmlns="http://www.omg.org/dds"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://www.omg.org/dds dds_qos.xsd">
+ <qos_profile name="square">
+ <datawriter_qos>
+ <ownership_strength>
+ <value>10</value>
+ </ownership_strength>
+ <ownership>
+ <kind>EXCLUSIVE_OWNERSHIP_QOS</kind>
+ </ownership>
+ </datawriter_qos>
+ <datareader_qos>
+ <ownership>
+ <kind>EXCLUSIVE_OWNERSHIP_QOS</kind>
+ </ownership>
+ </datareader_qos>
+ </qos_profile>
+</dds>