summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/CSLQoS/Sender/CSL_QoSTest_Sender.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/connectors/dds4ccm/tests/CSLQoS/Sender/CSL_QoSTest_Sender.idl')
-rw-r--r--CIAO/connectors/dds4ccm/tests/CSLQoS/Sender/CSL_QoSTest_Sender.idl20
1 files changed, 0 insertions, 20 deletions
diff --git a/CIAO/connectors/dds4ccm/tests/CSLQoS/Sender/CSL_QoSTest_Sender.idl b/CIAO/connectors/dds4ccm/tests/CSLQoS/Sender/CSL_QoSTest_Sender.idl
deleted file mode 100644
index 4e43a8ad491..00000000000
--- a/CIAO/connectors/dds4ccm/tests/CSLQoS/Sender/CSL_QoSTest_Sender.idl
+++ /dev/null
@@ -1,20 +0,0 @@
-/**
- * @author Marijke Hengstmengel (mhengstmengel@remedy.nl)
- */
-
-#ifndef DDS_CSL_QOSTEST_SENDER_IDL
-#define DDS_CSL_QOSTEST_SENDER_IDL
-
-#include "Connector/CSL_QoSTest_Connector.idl"
-
-module CSL_QoSTest
-{
- component Sender
- {
- port CSLQoSConnector::DDS_Write info_write;
- provides CCM_DDS::ConnectorStatusListener test_topic_connector_status;
-
- };
-};
-
-#endif