summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/TwoTopics/Base/TwoTopics_Base.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/connectors/dds4ccm/tests/TwoTopics/Base/TwoTopics_Base.idl')
-rw-r--r--CIAO/connectors/dds4ccm/tests/TwoTopics/Base/TwoTopics_Base.idl25
1 files changed, 0 insertions, 25 deletions
diff --git a/CIAO/connectors/dds4ccm/tests/TwoTopics/Base/TwoTopics_Base.idl b/CIAO/connectors/dds4ccm/tests/TwoTopics/Base/TwoTopics_Base.idl
deleted file mode 100644
index 838c79d4fa7..00000000000
--- a/CIAO/connectors/dds4ccm/tests/TwoTopics/Base/TwoTopics_Base.idl
+++ /dev/null
@@ -1,25 +0,0 @@
-// $Id$
-
-/**
- * @file TwoTopics_Base.idl
- * @author Marcel Smit <msmit@remedy.nl>
- */
-
-#ifndef TWOTOPICS_BASE_IDL
-#define TWOTOPICS_BASE_IDL
-
-#pragma ndds typesupport "Base/TwoTopics_BaseSupport.h"
-
-struct HelloTopic {
- string hello; //@key
- long iteration;
-};
-typedef sequence<HelloTopic> HelloTopic_Seq;
-
-struct GoodbyeTopic {
- string goodbye; //@key
- long iteration;
-};
-typedef sequence<GoodbyeTopic> GoodbyeTopic_Seq;
-
-#endif