summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/CollocatedPubSub/SubComponent/Sub_Component.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/connectors/dds4ccm/tests/CollocatedPubSub/SubComponent/Sub_Component.idl')
-rw-r--r--CIAO/connectors/dds4ccm/tests/CollocatedPubSub/SubComponent/Sub_Component.idl13
1 files changed, 0 insertions, 13 deletions
diff --git a/CIAO/connectors/dds4ccm/tests/CollocatedPubSub/SubComponent/Sub_Component.idl b/CIAO/connectors/dds4ccm/tests/CollocatedPubSub/SubComponent/Sub_Component.idl
deleted file mode 100644
index 791e62294f0..00000000000
--- a/CIAO/connectors/dds4ccm/tests/CollocatedPubSub/SubComponent/Sub_Component.idl
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef SUB_COMPONENT_
-#define SUB_COMPONENT_
-
-#include <Components.idl>
-#include "Connector/Collocated_Connector.idl"
-
-module CoPubSub {
- component Sub_comp {
- port Test_conn::DDS_Listen TestSub;
- };
-};
-
-#endif // SUB_COMPONENT_