summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/TopicName/Base/TopicName_Test_Base.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/connectors/dds4ccm/tests/TopicName/Base/TopicName_Test_Base.idl')
-rw-r--r--CIAO/connectors/dds4ccm/tests/TopicName/Base/TopicName_Test_Base.idl25
1 files changed, 0 insertions, 25 deletions
diff --git a/CIAO/connectors/dds4ccm/tests/TopicName/Base/TopicName_Test_Base.idl b/CIAO/connectors/dds4ccm/tests/TopicName/Base/TopicName_Test_Base.idl
deleted file mode 100644
index 836bd2dc353..00000000000
--- a/CIAO/connectors/dds4ccm/tests/TopicName/Base/TopicName_Test_Base.idl
+++ /dev/null
@@ -1,25 +0,0 @@
-/**
- * @file TopicName_Test_Base.idl
- * @author Marcel Smit (msmit@remedy.nl)
- */
-
-#ifndef TOPICNAME_TEST_BASE_IDL
-#define TOPICNAME_TEST_BASE_IDL
-
-#pragma ndds typesupport "Base/TopicName_Test_BaseSupport.h"
-#pragma opendds typesupport "Base/TopicName_Test_BaseTypeSupportImpl.h"
-
-#pragma DCPS_DATA_TYPE "TopicNameTest"
-#pragma DCPS_DATA_KEY "TopicNameTest symbol"
-
-struct TopicNameTest {
- string symbol; //@key
- long x;
- long y;
-};
-
-#if defined DDS4CCM_NEEDS_SEQUENCES_DEFINED
-typedef sequence<TopicNameTest> TopicNameTestSeq;
-#endif
-
-#endif /* TOPICNAME_TEST_BASE_IDL */