summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/PSLSampleLost/Sender/PSL_SampleLost_Sender.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/connectors/dds4ccm/tests/PSLSampleLost/Sender/PSL_SampleLost_Sender.idl')
-rw-r--r--CIAO/connectors/dds4ccm/tests/PSLSampleLost/Sender/PSL_SampleLost_Sender.idl19
1 files changed, 0 insertions, 19 deletions
diff --git a/CIAO/connectors/dds4ccm/tests/PSLSampleLost/Sender/PSL_SampleLost_Sender.idl b/CIAO/connectors/dds4ccm/tests/PSLSampleLost/Sender/PSL_SampleLost_Sender.idl
deleted file mode 100644
index ca82d0a9095..00000000000
--- a/CIAO/connectors/dds4ccm/tests/PSLSampleLost/Sender/PSL_SampleLost_Sender.idl
+++ /dev/null
@@ -1,19 +0,0 @@
-/**
- * @author Marijke Hengstmengel (mhengstmengel@remedy.nl)
- */
-
-#ifndef DDS_PSL_SAMPLELOST_SENDER_IDL
-#define DDS_PSL_SAMPLELOST_SENDER_IDL
-
-#include "Connector/PSL_SampleLost_Connector.idl"
-
-module PSL_SampleLost
-{
- component Sender
- {
- port PSL_SampleLostConnector::DDS_Write test_topic_write;
- provides CCM_DDS::ConnectorStatusListener connector_status;
- };
-};
-
-#endif