summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/State_Connection_Test/Sender/State_Connection_Test_Sender.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/connectors/dds4ccm/tests/State_Connection_Test/Sender/State_Connection_Test_Sender.idl')
-rw-r--r--CIAO/connectors/dds4ccm/tests/State_Connection_Test/Sender/State_Connection_Test_Sender.idl18
1 files changed, 0 insertions, 18 deletions
diff --git a/CIAO/connectors/dds4ccm/tests/State_Connection_Test/Sender/State_Connection_Test_Sender.idl b/CIAO/connectors/dds4ccm/tests/State_Connection_Test/Sender/State_Connection_Test_Sender.idl
deleted file mode 100644
index c340f79e086..00000000000
--- a/CIAO/connectors/dds4ccm/tests/State_Connection_Test/Sender/State_Connection_Test_Sender.idl
+++ /dev/null
@@ -1,18 +0,0 @@
-/**
- * @author Marcel Smit (msmit@remedy.nl)
- */
-
-#ifndef DDS_STATE_CONNECTION_TEST_SENDER_IDL
-#define DDS_STATE_CONNECTION_TEST_SENDER_IDL
-
-#include "Connector/State_Connection_Test_Connector.idl"
-
-module State_Connection_Test
-{
- component Sender
- {
- port State_ConnectionTestConnector::DDS_Update info_update;
- };
-};
-
-#endif