summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/CSLUnexpStat/Base/CSL_USTest_Base.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/connectors/dds4ccm/tests/CSLUnexpStat/Base/CSL_USTest_Base.idl')
-rw-r--r--CIAO/connectors/dds4ccm/tests/CSLUnexpStat/Base/CSL_USTest_Base.idl23
1 files changed, 0 insertions, 23 deletions
diff --git a/CIAO/connectors/dds4ccm/tests/CSLUnexpStat/Base/CSL_USTest_Base.idl b/CIAO/connectors/dds4ccm/tests/CSLUnexpStat/Base/CSL_USTest_Base.idl
deleted file mode 100644
index 29c0dd70442..00000000000
--- a/CIAO/connectors/dds4ccm/tests/CSLUnexpStat/Base/CSL_USTest_Base.idl
+++ /dev/null
@@ -1,23 +0,0 @@
-/**
- * @file CSL_USTest_Base.idl
- * @author Marijke Hengstmengel (mhengstmengel@remedy.nl)
- */
-
-#ifndef CSL_USTEST_BASE_IDL
-#define CSL_USTEST_BASE_IDL
-
-#pragma ndds typesupport "Base/CSL_USTest_BaseSupport.h"
-#pragma opendds typesupport "Base/CSL_USTest_BaseTypeSupportImpl.h"
-
-#pragma DCPS_DATA_TYPE "TestTopic"
-#pragma DCPS_DATA_KEY "TestTopic key"
-
-struct TestTopic {
- string key; //@key
- long x;
-};
-#if defined DDS4CCM_NEEDS_SEQUENCES_DEFINED
-typedef sequence<TestTopic> TestTopicSeq;
-#endif
-
-#endif /* CSL_USTEST_BASE_IDL */