summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/UserdataCopyCount/Component/UCC_Test_Component.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/connectors/dds4ccm/tests/UserdataCopyCount/Component/UCC_Test_Component.idl')
-rw-r--r--CIAO/connectors/dds4ccm/tests/UserdataCopyCount/Component/UCC_Test_Component.idl19
1 files changed, 0 insertions, 19 deletions
diff --git a/CIAO/connectors/dds4ccm/tests/UserdataCopyCount/Component/UCC_Test_Component.idl b/CIAO/connectors/dds4ccm/tests/UserdataCopyCount/Component/UCC_Test_Component.idl
deleted file mode 100644
index 3ec41b3c515..00000000000
--- a/CIAO/connectors/dds4ccm/tests/UserdataCopyCount/Component/UCC_Test_Component.idl
+++ /dev/null
@@ -1,19 +0,0 @@
-/**
- * @author Marcel Smit (msmit@remedy.nl)
- */
-
-#ifndef COMPONENT_IDL
-#define COMPONENT_IDL
-
-#include "Connector/UCC_Test_Connector.idl"
-
-module UCC_Test
-{
- component UCCTestComponent
- {
- port UCCVariableSizedStruct_Test::UCCVariableSizedStructTestConnector::DDS_Write var_size_write;
- port UCCFixedSizeStruct_Test::UCCFixedSizedStructTestConnector::DDS_Write fixed_size_write;
- };
-};
-
-#endif