summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/CSLDeadline/descriptors/HelloTest_Library.xml
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/connectors/dds4ccm/tests/CSLDeadline/descriptors/HelloTest_Library.xml')
-rw-r--r--CIAO/connectors/dds4ccm/tests/CSLDeadline/descriptors/HelloTest_Library.xml48
1 files changed, 0 insertions, 48 deletions
diff --git a/CIAO/connectors/dds4ccm/tests/CSLDeadline/descriptors/HelloTest_Library.xml b/CIAO/connectors/dds4ccm/tests/CSLDeadline/descriptors/HelloTest_Library.xml
deleted file mode 100644
index a14318cb94c..00000000000
--- a/CIAO/connectors/dds4ccm/tests/CSLDeadline/descriptors/HelloTest_Library.xml
+++ /dev/null
@@ -1,48 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- -->
-<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="HelloProfile">
- <datawriter_qos>
- <reliability>
- <kind>BEST_EFFORT_RELIABILITY_QOS</kind>
- <max_blocking_time>
- <sec>2</sec>
- <nanosec>0</nanosec>
- </max_blocking_time>
- </reliability>
- <durability>
- <kind>TRANSIENT_DURABILITY_QOS</kind>
- </durability>
- <history>
- <kind>KEEP_LAST_HISTORY_QOS</kind>
- <depth>20</depth>
- </history>
- <deadline>
- <period>
- <sec>1</sec>
- <nanosec>0</nanosec>
- </period>
- </deadline>
- </datawriter_qos>
- <datareader_qos>
- <reliability>
- <kind>BEST_EFFORT_RELIABILITY_QOS</kind>
- </reliability>
- <history>
- <kind>KEEP_LAST_HISTORY_QOS</kind>
- <depth>20</depth>
- </history>
- <durability>
- <kind>TRANSIENT_LOCAL_DURABILITY_QOS</kind>
- </durability>
- <deadline>
- <period>
- <sec>1</sec>
- <nanosec>0</nanosec>
- </period>
- </deadline>
- </datareader_qos>
- </qos_profile>
-</dds>